Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 21, 2024
1 parent 8f10a9a commit 26116b7
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 @@ -21,7 +21,7 @@ axum-core = "0.3.4"
axum-sessions = "0.5.0"
base64 = "0.22.0"
rand = "0.8.5"
thiserror = "1.0.58"
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }
tower = "0.4.13"
tracing = "0.1.40"
Expand Down

0 comments on commit 26116b7

Please sign in to comment.