Skip to content

Commit 00ed548

Browse files
committed
Update Rust crate nom to 7.1.1
1 parent d60e1ba commit 00ed548

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

comma-v/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ chrono = "0.4.19"
1111
derive_more = "0.99.17"
1212
eq-macro = { path = "../eq-macro" }
1313
itertools = "0.10.3"
14-
nom = "7.1.0"
14+
nom = "7.1.1"
1515
thiserror = "1.0.30"
1616

1717
[dev-dependencies]

git-fast-import/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88

99
[dependencies]
1010
derive_more = "0.99.17"
11-
nom = "7.1.0"
11+
nom = "7.1.1"
1212
rev_lines = "0.2.1"
1313
serde = "1.0.136"
1414
thiserror = "1.0.30"

rcs-ed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88

99
[dependencies]
1010
anyhow = "1.0.53"
11-
nom = "7.1.0"
11+
nom = "7.1.1"
1212
thiserror = "1.0.30"
1313

1414
[dev-dependencies]

0 commit comments

Comments
 (0)