Skip to content

Commit 47f82da

Browse files
chore: Bump serde_json from 1.0.91 to 1.0.92 (#1269)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.91 to 1.0.92. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.91...v1.0.92) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fd28a9 commit 47f82da

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.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rand = { version = "0.8.5", features = ["small_rng"] }
2727
regex = "1.7.1"
2828
reqwest = { version = "0.11.14", features = ["json", "socks"] }
2929
serde = { version = "1.0.152", features = ["derive"] }
30-
serde_json = "1.0.91"
30+
serde_json = "1.0.92"
3131
trust-dns-proto = "0.21.2"
3232
md5 = "0.7.0"
3333
levenshtein = "1.0.5"

0 commit comments

Comments
 (0)