Skip to content

Commit a43d4c7

Browse files
build(deps): bump serde_json from 1.0.72 to 1.0.73 (#1407)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.72 to 1.0.73. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.72...v1.0.73) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver Gould <[email protected]>
1 parent 3940c5b commit a43d4c7

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

Cargo.lock

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
511511
dependencies = [
512512
"bytes",
513513
"fnv",
514-
"itoa",
514+
"itoa 0.4.8",
515515
]
516516

517517
[[package]]
@@ -552,7 +552,7 @@ dependencies = [
552552
"http-body",
553553
"httparse",
554554
"httpdate",
555-
"itoa",
555+
"itoa 0.4.8",
556556
"pin-project-lite",
557557
"socket2 0.4.2",
558558
"tokio",
@@ -649,6 +649,12 @@ version = "0.4.8"
649649
source = "registry+https://github.com/rust-lang/crates.io-index"
650650
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
651651

652+
[[package]]
653+
name = "itoa"
654+
version = "1.0.1"
655+
source = "registry+https://github.com/rust-lang/crates.io-index"
656+
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
657+
652658
[[package]]
653659
name = "jemalloc-sys"
654660
version = "0.3.2"
@@ -2198,11 +2204,11 @@ checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
21982204

21992205
[[package]]
22002206
name = "serde_json"
2201-
version = "1.0.72"
2207+
version = "1.0.73"
22022208
source = "registry+https://github.com/rust-lang/crates.io-index"
2203-
checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527"
2209+
checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
22042210
dependencies = [
2205-
"itoa",
2211+
"itoa 1.0.1",
22062212
"ryu",
22072213
"serde",
22082214
]

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ deny = [
4848
{ name = "rustls", wrappers = ["tokio-rustls"] }
4949
]
5050
skip-tree = [
51+
# Waiting on a release that updates itoa to v1.
52+
{ name = "http" },
5153
# Hasn't seen a new release since 2017. Pulls in an older version of nom.
5254
{ name = "procinfo" }
5355
]

0 commit comments

Comments
 (0)