Skip to content

Commit 95975c9

Browse files
Bump serde_json from 1.0.145 to 1.0.146 (#941)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.145 to 1.0.146. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.146) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.146 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 d40dbf3 commit 95975c9

3 files changed

Lines changed: 4 additions & 4 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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ schema = "0.1.0"
3737
schemars = "0.8.22"
3838
semver = "1.0.27"
3939
serde = "1.0.228"
40-
serde_json = "1.0.145"
40+
serde_json = "1.0.146"
4141
syn = { version = "2.0.111", features = ["full"] }
4242
tempdir = "0.3.7"
4343
thiserror = "2.0.17"

typify-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ quote = "1.0.42"
1616
schemars = "0.8.22"
1717
semver = { version = "1.0.27", features = ["serde"] }
1818
serde = "1.0.228"
19-
serde_json = "1.0.145"
19+
serde_json = "1.0.146"
2020
serde_tokenstream = "0.2.2"
2121
syn = { version = "2.0", features = ["full", "extra-traits"] }
2222
typify-impl = { version = "0.5.0", path = "../typify-impl" }

0 commit comments

Comments
 (0)