Skip to content

Commit 035b43c

Browse files
fix(deps): update rust crate thiserror to v2
1 parent fa4694b commit 035b43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chuckle-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ring = "0.16"
2222
serde = { workspace = true }
2323
serde_json = { workspace = true }
2424
sqlx = { workspace = true }
25-
thiserror = "1.0.48"
25+
thiserror = "2.0.11"
2626
tower = "0.4"
2727
tower-http = { version = "0.4", features = ["trace"] }
2828
tracing = { workspace = true }

0 commit comments

Comments
 (0)