Skip to content

Commit

Permalink
Update Rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent a5b3dd0 commit d432855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abacus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sentry-tracing = "0.35.0"
serde = "1.0.216"
serde_json = "1.0.133"
serde_qs = "0.13.0"
thiserror = { version = "1.0.69", default-features = false }
thiserror = { version = "2.0.7", default-features = false }
tokio = { version = "1.42.0", default-features = false, features = ["full"] }
tower-http = { version = "0.6.2", default-features = false, features = ["cors", "trace"] }
tracing = "0.1.41"
Expand Down

0 comments on commit d432855

Please sign in to comment.