Skip to content

Commit 16e00af

Browse files
Update Rust crate anyhow to 1.0.73
1 parent d60e1ba commit 16e00af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [ "comma-v", "eq-macro", "git-fast-import", "internal/process", "inter
1111
tokio-test = "0.4.2"
1212

1313
[dependencies]
14-
anyhow = "1.0.53"
14+
anyhow = "1.0.73"
1515
async-recursion = "1.0.0"
1616
comma-v = { path = "comma-v" }
1717
# Temporarily the Git repo until the fix for

comma-v/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ nom = "7.1.0"
1515
thiserror = "1.0.30"
1616

1717
[dev-dependencies]
18-
anyhow = "1.0.53"
18+
anyhow = "1.0.73"
1919
structopt = "0.3.26"

rcs-ed/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
anyhow = "1.0.53"
10+
anyhow = "1.0.73"
1111
nom = "7.1.0"
1212
thiserror = "1.0.30"
1313

0 commit comments

Comments
 (0)