Skip to content

Commit d0e8cb4

Browse files
Bump nom from 7.1.1 to 7.1.3
Bumps [nom](https://github.com/Geal/nom) from 7.1.1 to 7.1.3. - [Release notes](https://github.com/Geal/nom/releases) - [Changelog](https://github.com/rust-bakery/nom/blob/7.1.3/CHANGELOG.md) - [Commits](rust-bakery/nom@7.1.1...7.1.3) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a2a661 commit d0e8cb4

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/experimental-patcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
clap = { version = "4.1.1", features = ["cargo"] }
99
fanttheysia-common = { path = "../fanttheysia-common" }
10-
nom = "7.1.0"
10+
nom = "7.1.3"
1111
serde_yaml = "0.9.17"
1212
tomestone-exdf = { path = "../tomestone-exdf" }
1313
tomestone-sqpack = { path = "../tomestone-sqpack" }

crates/tomestone-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = ["David Cook <divergentdave@gmail.com>"]
55
edition = "2021"
66

77
[dependencies]
8-
nom = "7.1.0"
8+
nom = "7.1.3"

crates/tomestone-exdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
clap = { version = "4.1.1", features = ["derive"] }
9-
nom = "7.1.0"
9+
nom = "7.1.3"
1010
tomestone-common = { path = "../tomestone-common" }
1111
tomestone-sqpack = { path = "../tomestone-sqpack" }
1212

crates/tomestone-sqpack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ flate2 = { version = "1.0.25", features = ["zlib"], default-features = false }
1111
crc32fast = "1.3.2"
1212
directories = "4.0"
1313
miniz_oxide = "0.6.2"
14-
nom = "7.1.0"
14+
nom = "7.1.3"
1515
once_cell = "1.11.0"
1616
r2d2 = "0.8.9"
1717
r2d2_sqlite = "0.21.0"

crates/tomestone-string-interp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["David Cook <divergentdave@gmail.com>"]
55
edition = "2021"
66

77
[dependencies]
8-
nom = "7.1.0"
8+
nom = "7.1.3"
99
serde = "1.0.160"
1010

1111
[dev-dependencies]

0 commit comments

Comments
 (0)