Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent f51a886 commit aa55bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sqlx = { git = "https://github.com/philipcristiano/sqlx.git", branch="pglquery-h
base64 = "0.22.1"
reqwest = { version = "0.12.4", features = ["rustls-tls", "json"], default-features = false }
uuid = {version = "1.8.0", features = ["v4", "serde"]}
thiserror = "1.0.59"
thiserror = "2.0.0"
rust_decimal = { version = "1.35.0", features = ["db-postgres", "serde-float"] }
rust-embed = { version = "8.3.0", features = ["axum", "mime-guess", "mime_guess"] }
axum-embed = "0.1.0"
Expand Down

0 comments on commit aa55bca

Please sign in to comment.