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 Jan 10, 2025
1 parent fa4694b commit 035b43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chuckle-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ring = "0.16"
serde = { workspace = true }
serde_json = { workspace = true }
sqlx = { workspace = true }
thiserror = "1.0.48"
thiserror = "2.0.11"
tower = "0.4"
tower-http = { version = "0.4", features = ["trace"] }
tracing = { workspace = true }
Expand Down

0 comments on commit 035b43c

Please sign in to comment.