Skip to content

Commit

Permalink
Update Rust crate anyhow to v1.0.94
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Dec 21, 2024
1 parent c140817 commit 7b44372
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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.94", 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 @@ -140,7 +140,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.94", 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 7b44372

Please sign in to comment.