Skip to content

Commit 5bff31c

Browse files
fix(deps): update rust crate thiserror to v2
1 parent c2b08b5 commit 5bff31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ axum-core = "0.3.4"
2121
axum-sessions = "0.5.0"
2222
base64 = "0.22.1"
2323
rand = "0.8.5"
24-
thiserror = "1.0.59"
24+
thiserror = "2.0.0"
2525
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }
2626
tower = "0.4.13"
2727
tracing = "0.1.40"

0 commit comments

Comments
 (0)