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

Commit 981bcd1

Browse files
Bump serde_json from 1.0.89 to 1.0.91
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.89 to 1.0.91. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.89...v1.0.91) --- 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 8262817 commit 981bcd1

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
@@ -20,7 +20,7 @@ anyhow = "1.0.68"
2020
log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
2222
serde = { version = "1.0.151", features = ["derive"] }
23-
serde_json = "1.0.89"
23+
serde_json = "1.0.91"
2424
quote = "1.0.10"
2525
proc-macro2 = "1.0.32"
2626

0 commit comments

Comments
 (0)