Skip to content

Commit

Permalink
Update Rust crate anyhow to v1.0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Oct 30, 2024
1 parent d4263cb commit 368ff73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.89", features = ["backtrace"] }
anyhow = { version = "1.0.91", features = ["backtrace"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
base64 = { version = "0.22.1" }
base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
Expand Down Expand Up @@ -135,7 +135,7 @@ zeroize = { version = "1.8.1", features = ["std", "zeroize_derive"] }
[build-dependencies]
ahash = { version = "0.8.11" }
aho-corasick = { version = "1.1.3" }
anyhow = { version = "1.0.89", features = ["backtrace"] }
anyhow = { version = "1.0.91", features = ["backtrace"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
base64 = { version = "0.22.1" }
base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 368ff73

Please sign in to comment.