Skip to content

Commit

Permalink
Update Rust crate anyhow to 1.0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent d60e1ba commit 9ddc01e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [ "comma-v", "eq-macro", "git-fast-import", "internal/process", "inter
tokio-test = "0.4.2"

[dependencies]
anyhow = "1.0.53"
anyhow = "1.0.95"
async-recursion = "1.0.0"
comma-v = { path = "comma-v" }
# Temporarily the Git repo until the fix for
Expand Down
2 changes: 1 addition & 1 deletion comma-v/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ nom = "7.1.0"
thiserror = "1.0.30"

[dev-dependencies]
anyhow = "1.0.53"
anyhow = "1.0.95"
structopt = "0.3.26"
2 changes: 1 addition & 1 deletion rcs-ed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.53"
anyhow = "1.0.95"
nom = "7.1.0"
thiserror = "1.0.30"

Expand Down

0 comments on commit 9ddc01e

Please sign in to comment.