Skip to content

Commit 2f41205

Browse files
build(deps): bump serde_json from 1.0.96 to 1.0.99 (#151)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.96 to 1.0.99. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.96...v1.0.99) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77d90c5 commit 2f41205

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.

bootspec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = ["Graham Christensen <[email protected]>", "Cole Helbling <co
1212

1313
[dependencies]
1414
serde = { version = "1.0.152", features = ["derive"] }
15-
serde_json = "1.0.91"
15+
serde_json = "1.0.99"
1616
thiserror = "1.0.40"
1717

1818
[dev-dependencies]

synthesize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
serde_json = "1.0.91"
9+
serde_json = "1.0.99"
1010
tempfile = "3.19.1"
1111
bootspec = { path = "../bootspec" }
1212
clap = { version = "4.5.37", features = ["derive"] }

validate/Cargo.toml

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

88
[dependencies]
99
bootspec = { path = "../bootspec" }
10-
serde_json = "1.0.91"
10+
serde_json = "1.0.99"

0 commit comments

Comments
 (0)