Skip to content

Commit

Permalink
Update Rust crate anyhow to v1.0.95 (#7256)
Browse files Browse the repository at this point in the history
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
  • Loading branch information
oxide-renovate[bot] authored Jan 24, 2025
1 parent 288eaf4 commit 601803c
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ workspace = true
[dependencies]
ahash = { version = "0.8.11" }
aho-corasick = { version = "1.1.3" }
anyhow = { version = "1.0.93", features = ["backtrace"] }
anyhow = { version = "1.0.95", features = ["backtrace"] }
aws-lc-rs = { version = "1.10.0", features = ["prebuilt-nasm"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
base64 = { version = "0.22.1" }
Expand Down Expand Up @@ -139,7 +139,7 @@ zip = { version = "0.6.6", default-features = false, features = ["bzip2", "defla
[build-dependencies]
ahash = { version = "0.8.11" }
aho-corasick = { version = "1.1.3" }
anyhow = { version = "1.0.93", features = ["backtrace"] }
anyhow = { version = "1.0.95", features = ["backtrace"] }
aws-lc-rs = { version = "1.10.0", features = ["prebuilt-nasm"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
base64 = { version = "0.22.1" }
Expand Down

0 comments on commit 601803c

Please sign in to comment.