From 0d27f3cb82063086b783d6c63477554c8bdd431b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 22:55:18 +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 0b865184dee..21e41677f33 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 7d0a573f469..9d5c1647cd7 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.195", 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 9cc6c9b0c4f..135813bfae1 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.195", 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 98be4f45cf4..5e67fcd4313 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.195", 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 01f5ae16f90..1d1cffefbfb 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.195", 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 48e72e657ea..12cc2491e2d 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.195", 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"