Skip to content

Commit 3eaf5a3

Browse files
Cargo: Bump serde_json from 1.0.128 to 1.0.135
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.135. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.128...v1.0.135) --- 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 f5bfcca commit 3eaf5a3

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
@@ -24,7 +24,7 @@ env_logger = { version = "^0.11.5", default-features = false }
2424
futures-util = { version = "^0.3.31", default-features = false }
2525
log = "^0.4.22"
2626
serde = { version = "^1.0.210", features = ["derive"] }
27-
serde_json = "^1.0.128"
27+
serde_json = "^1.0.135"
2828
rand = "^0.8.5"
2929
quick-error = "^2.0.1"
3030
async-trait = "^0.1.83"

0 commit comments

Comments
 (0)