Skip to content

Commit 739717c

Browse files
Bump serde_json from 1.0.114 to 1.0.115 (#547)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.114 to 1.0.115. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.114...v1.0.115) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f0e60b commit 739717c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-typify/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ clap = { version = "4.5.4", features = ["derive"] }
1818
color-eyre = "0.6"
1919
env_logger = "0.10"
2020
rustfmt-wrapper = "0.2.1"
21-
serde_json = "1.0.114"
21+
serde_json = "1.0.115"
2222
schemars = "0.8.16"
2323

2424
[dev-dependencies]

typify-impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ proc-macro2 = "1.0.79"
1414
quote = "1.0.35"
1515
regress = "0.9.0"
1616
schemars = "0.8.16"
17-
serde_json = "1.0.114"
17+
serde_json = "1.0.115"
1818
syn = { version = "2.0.55", features = ["full"] }
1919
thiserror = "1.0.58"
2020
unicode-ident = "1.0.12"

typify-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ proc-macro2 = "1.0.79"
1515
quote = "1.0.35"
1616
schemars = "0.8.16"
1717
serde = "1.0.197"
18-
serde_json = "1.0.114"
18+
serde_json = "1.0.115"
1919
serde_tokenstream = "0.2.0"
2020
syn = { version = "2.0", features = ["full", "extra-traits"] }
2121
typify-impl = { version = "0.0.16", path = "../typify-impl" }

typify-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
regress = "0.9.0"
88
serde = "1.0.197"
9-
serde_json = "1.0.114"
9+
serde_json = "1.0.115"
1010

1111
[build-dependencies]
1212
ipnetwork = { version = "0.20.0", features = ["schemars"] }

typify/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ regress = "0.9.0"
2727
rustfmt-wrapper = "0.2.1"
2828
schemars = "0.8.16"
2929
serde = "1.0.197"
30-
serde_json = "1.0.114"
30+
serde_json = "1.0.115"
3131
trybuild = "1.0.91"
3232
uuid = { version = "1.8.0", features = ["serde"] }

0 commit comments

Comments
 (0)