Skip to content

Commit

Permalink
Update Rust crate anyhow to v1.0.90
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Oct 19, 2024
1 parent ca63e9f commit a718ced
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 @@ -19,7 +19,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.90", 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 @@ -134,7 +134,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.90", 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 a718ced

Please sign in to comment.