Skip to content

Commit

Permalink
build(deps): update rust crate thiserror to 1.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 1, 2024
1 parent 1fb862e commit 5b65853
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 @@ -11,7 +11,7 @@ lto = "fat"

[dependencies]
anyhow = "1.0.78"
thiserror = "1.0.51"
thiserror = "1.0.53"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
tokio = { version = "1.35.1", features = ["full"] }
Expand Down

0 comments on commit 5b65853

Please sign in to comment.