Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 4, 2023
1 parent b2c0cf7 commit a8f9d84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 @@ -36,7 +36,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.41"
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 a8f9d84

Please sign in to comment.