Skip to content

Commit 7f807d8

Browse files
authoredFeb 1, 2024··
Bump serde_json from 1.0.109 to 1.0.113
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.109 to 1.0.113. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.109...v1.0.113) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39f8a4c commit 7f807d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ phf = "0.11.2"
3636
regex = { version = "1.10.3", default-features = false }
3737
roxmltree = "0.19.0"
3838
serde = { version = "1.0.194", features = [ "derive" ] }
39-
serde_json = { version = "1.0.109", default-features = false }
39+
serde_json = { version = "1.0.113", default-features = false }
4040
sha2 = "0.10.8"
4141
tar = { version = "0.4.40", default-features = false }
4242
unic-langid = "0.9.4"

0 commit comments

Comments
 (0)
Please sign in to comment.