Skip to content

Commit

Permalink
fix(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 Dec 30, 2023
1 parent 16df032 commit 42b0483
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sha2 = "0.10.7"
similar = { version = "2.2", default-features = false, features = ["text"] }
tap = "1.0"
tempfile = "3.6"
thiserror = "1.0.40"
thiserror = "1.0.53"
time = { version = "0.3", default-features = false, features = ["formatting", "macros", "serde", "std"] }
tokio = { version = "1.28", default-features = false, features = ["rt-multi-thread", "fs", "io-util", "macros"] }
tokio-stream = { version = "0.1", default-features = false, features = ["fs"] }
Expand Down

0 comments on commit 42b0483

Please sign in to comment.