Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 8299569

Browse files
Bump serde_json from 1.0.61 to 1.0.62
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.61 to 1.0.62. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.61...v1.0.62) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b9f89c commit 8299569

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
@@ -19,7 +19,7 @@ anyhow = "1.0.38"
1919
log = "0.4"
2020
semver = "0.10" # Keep in sync with version pulled by Cargo
2121
serde = { version = "1.0.119", features = ["derive"] }
22-
serde_json = "1.0.61"
22+
serde_json = "1.0.62"
2323

2424
[dev-dependencies]
2525
quickcheck = "1.0"

0 commit comments

Comments
 (0)