From 9325f16a75c0e64d131e485ef7a4b811d639da61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 03:50:23 +0000 Subject: [PATCH] Update Rust crate serde_json to v1.0.112 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates_io_index/Cargo.toml | 2 +- crates_io_smoke_test/Cargo.toml | 2 +- crates_io_tarball/Cargo.toml | 2 +- crates_io_worker/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5c770e9ce..f405293e12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3690,9 +3690,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.111" +version = "1.0.112" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" +checksum = "4d1bd37ce2324cf3bf85e5a25f96eb4baf0d5aa6eba43e7ae8958870c4ec48ed" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 6c4df799cb..0a7715f04b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ secrecy = "=0.8.0" semver = { version = "=1.0.21", features = ["serde"] } sentry = { version = "=0.32.1", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] } serde = { version = "=1.0.196", features = ["derive"] } -serde_json = "=1.0.111" +serde_json = "=1.0.112" sha2 = "=0.10.8" spdx = "=0.10.3" tar = "=0.4.40" diff --git a/crates_io_index/Cargo.toml b/crates_io_index/Cargo.toml index 7c8263cf18..3c2da6c7b9 100644 --- a/crates_io_index/Cargo.toml +++ b/crates_io_index/Cargo.toml @@ -23,7 +23,7 @@ dotenvy = "=0.15.7" git2 = "=0.18.1" secrecy = "=0.8.0" serde = { version = "=1.0.196", features = ["derive"] } -serde_json = "=1.0.111" +serde_json = "=1.0.112" tempfile = "=3.9.0" tracing = "=0.1.40" url = "=2.5.0" diff --git a/crates_io_smoke_test/Cargo.toml b/crates_io_smoke_test/Cargo.toml index c9eb72598f..8e9fdafb2f 100644 --- a/crates_io_smoke_test/Cargo.toml +++ b/crates_io_smoke_test/Cargo.toml @@ -16,7 +16,7 @@ reqwest = { version = "=0.11.23", features = ["gzip", "json"] } secrecy = "=0.8.0" semver = { version = "=1.0.21", features = ["serde"] } serde = { version = "=1.0.196", features = ["derive"] } -serde_json = "=1.0.111" +serde_json = "=1.0.112" tempfile = "=3.9.0" thiserror = "=1.0.56" tokio = { version = "=1.35.1", features = ["fs", "macros", "process", "rt-multi-thread"]} diff --git a/crates_io_tarball/Cargo.toml b/crates_io_tarball/Cargo.toml index a7934a6bd1..b7493f9daa 100644 --- a/crates_io_tarball/Cargo.toml +++ b/crates_io_tarball/Cargo.toml @@ -16,7 +16,7 @@ derive_deref = "=1.1.1" flate2 = "=1.0.28" semver = { version = "=1.0.21", features = ["serde"] } serde = { version = "=1.0.196", features = ["derive"] } -serde_json = "=1.0.111" +serde_json = "=1.0.112" tar = "=0.4.40" thiserror = "=1.0.56" toml = "=0.8.8" diff --git a/crates_io_worker/Cargo.toml b/crates_io_worker/Cargo.toml index c292bfa968..86a30b6bee 100644 --- a/crates_io_worker/Cargo.toml +++ b/crates_io_worker/Cargo.toml @@ -14,7 +14,7 @@ diesel = { version = "=2.1.4", features = ["postgres", "r2d2", "serde_json"] } futures-util = "=0.3.30" sentry-core = { version = "=0.32.1", features = ["client"] } serde = { version = "=1.0.196", features = ["derive"] } -serde_json = "=1.0.111" +serde_json = "=1.0.112" thiserror = "=1.0.56" tokio = { version = "=1.35.1", features = ["rt", "time"]} tracing = "=0.1.40"