From 344c1e36f1c6818ec8185aff471614a1d570d453 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 22:55:08 +0000 Subject: [PATCH] Update Rust crate serde to v1.0.196 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates_io_github/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 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b865184dee..c5c770e9ce2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3670,18 +3670,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.195" +version = "1.0.196" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" +checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.195" +version = "1.0.196" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" +checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 7d0a573f469..6c4df799cb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ scheduled-thread-pool = "=0.2.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 = { version = "=1.0.196", features = ["derive"] } serde_json = "=1.0.111" sha2 = "=0.10.8" spdx = "=0.10.3" diff --git a/crates_io_github/Cargo.toml b/crates_io_github/Cargo.toml index d8d184a507d..0b808efb09d 100644 --- a/crates_io_github/Cargo.toml +++ b/crates_io_github/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.79" async-trait = "=0.1.77" oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.11.23", features = ["json"] } -serde = { version = "=1.0.195", features = ["derive"] } +serde = { version = "=1.0.196", features = ["derive"] } thiserror = "=1.0.56" tracing = "=0.1.40" diff --git a/crates_io_index/Cargo.toml b/crates_io_index/Cargo.toml index 9cc6c9b0c4f..7c8263cf18d 100644 --- a/crates_io_index/Cargo.toml +++ b/crates_io_index/Cargo.toml @@ -22,7 +22,7 @@ crates_io_env_vars = { path = "../crates_io_env_vars" } dotenvy = "=0.15.7" git2 = "=0.18.1" secrecy = "=0.8.0" -serde = { version = "=1.0.195", features = ["derive"] } +serde = { version = "=1.0.196", features = ["derive"] } serde_json = "=1.0.111" tempfile = "=3.9.0" tracing = "=0.1.40" diff --git a/crates_io_smoke_test/Cargo.toml b/crates_io_smoke_test/Cargo.toml index 98be4f45cf4..c9eb72598fe 100644 --- a/crates_io_smoke_test/Cargo.toml +++ b/crates_io_smoke_test/Cargo.toml @@ -15,7 +15,7 @@ crates_io_index = { path = "../crates_io_index" } 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 = { version = "=1.0.196", features = ["derive"] } serde_json = "=1.0.111" tempfile = "=3.9.0" thiserror = "=1.0.56" diff --git a/crates_io_tarball/Cargo.toml b/crates_io_tarball/Cargo.toml index 01f5ae16f90..a7934a6bd1e 100644 --- a/crates_io_tarball/Cargo.toml +++ b/crates_io_tarball/Cargo.toml @@ -15,7 +15,7 @@ cargo-manifest = "=0.13.0" derive_deref = "=1.1.1" flate2 = "=1.0.28" semver = { version = "=1.0.21", features = ["serde"] } -serde = { version = "=1.0.195", features = ["derive"] } +serde = { version = "=1.0.196", features = ["derive"] } serde_json = "=1.0.111" tar = "=0.4.40" thiserror = "=1.0.56" diff --git a/crates_io_worker/Cargo.toml b/crates_io_worker/Cargo.toml index 48e72e657ea..c292bfa968a 100644 --- a/crates_io_worker/Cargo.toml +++ b/crates_io_worker/Cargo.toml @@ -13,7 +13,7 @@ async-trait = "=0.1.77" 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 = { version = "=1.0.196", features = ["derive"] } serde_json = "=1.0.111" thiserror = "=1.0.56" tokio = { version = "=1.35.1", features = ["rt", "time"]}