Skip to content

Commit 7990acf

Browse files
Bump serde_json from 1.0.134 to 1.0.138
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.134 to 1.0.138. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.138) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad3faf3 commit 7990acf

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
@@ -19,7 +19,7 @@ bstr = "1.11.3"
1919
memchr = "2.7.4"
2020
pico-args = { version = "0.5.0", features = ["short-space-opt", "combined-flags", "eq-separator"] }
2121
regex = { version = "1.11", default-features = false, features = ["std", "unicode-bool", "unicode-perl", "unicode-gencat"], optional = true }
22-
serde_json = "1.0.134"
22+
serde_json = "1.0.138"
2323

2424
[features]
2525
default = ["regex", "fast-lane"]

0 commit comments

Comments
 (0)