Skip to content

Commit

Permalink
Update Rust crate anyhow to v1.0.83
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed May 11, 2024
1 parent 572f621 commit 50bca44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ workspace = true
[dependencies]
ahash = { version = "0.8.8" }
aho-corasick = { version = "1.1.2" }
anyhow = { version = "1.0.82", features = ["backtrace"] }
anyhow = { version = "1.0.83", features = ["backtrace"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
bit-set = { version = "0.5.3" }
bit-vec = { version = "0.6.3" }
Expand Down Expand Up @@ -126,7 +126,7 @@ zip = { version = "0.6.6", default-features = false, features = ["bzip2", "defla
[build-dependencies]
ahash = { version = "0.8.8" }
aho-corasick = { version = "1.1.2" }
anyhow = { version = "1.0.82", features = ["backtrace"] }
anyhow = { version = "1.0.83", features = ["backtrace"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
bit-set = { version = "0.5.3" }
bit-vec = { version = "0.6.3" }
Expand Down

0 comments on commit 50bca44

Please sign in to comment.