From ea8d03d8b0807654435c72ccd61167c4b90c9494 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:39:44 +0200 Subject: [PATCH] Update Rust crate serde to v1.0.205 (#9235) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/crates_io_cdn_logs/Cargo.toml | 2 +- crates/crates_io_github/Cargo.toml | 2 +- crates/crates_io_index/Cargo.toml | 2 +- crates/crates_io_smoke_test/Cargo.toml | 2 +- crates/crates_io_tarball/Cargo.toml | 2 +- crates/crates_io_worker/Cargo.toml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 725db7e0d0c..8f99c1220d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4212,18 +4212,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.204" +version = "1.0.205" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" +checksum = "e33aedb1a7135da52b7c21791455563facbbcc43d0f0f66165b42c21b3dfb150" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.204" +version = "1.0.205" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" +checksum = "692d6f5ac90220161d6774db30c662202721e64aed9058d2c394f451261420c1" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a4d674db33c..e005d27c249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ scheduled-thread-pool = "=0.2.7" secrecy = "=0.8.0" semver = { version = "=1.0.23", features = ["serde"] } sentry = { version = "=0.34.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] } -serde = { version = "=1.0.204", features = ["derive"] } +serde = { version = "=1.0.205", features = ["derive"] } serde_json = "=1.0.122" sha2 = "=0.10.8" spdx = "=0.10.6" diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index 418552bc308..24dfb7802fd 100644 --- a/crates/crates_io_cdn_logs/Cargo.toml +++ b/crates/crates_io_cdn_logs/Cargo.toml @@ -14,7 +14,7 @@ chrono = { version = "=0.4.38", features = ["serde"] } derive_deref = "=1.1.1" percent-encoding = "=2.3.1" semver = "=1.0.23" -serde = { version = "=1.0.204", features = ["derive"] } +serde = { version = "=1.0.205", features = ["derive"] } serde_json = "=1.0.122" tokio = { version = "=1.39.2", features = ["io-util"] } tracing = "=0.1.40" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 74f90f8ca97..777abed7740 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.86" async-trait = "=0.1.81" oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.12.5", features = ["json"] } -serde = { version = "=1.0.204", features = ["derive"] } +serde = { version = "=1.0.205", features = ["derive"] } thiserror = "=1.0.63" tracing = "=0.1.40" diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index c93757439ce..a49a682afca 100644 --- a/crates/crates_io_index/Cargo.toml +++ b/crates/crates_io_index/Cargo.toml @@ -21,7 +21,7 @@ base64 = "=0.22.1" crates_io_env_vars = { path = "../crates_io_env_vars" } git2 = "=0.19.0" secrecy = "=0.8.0" -serde = { version = "=1.0.204", features = ["derive"] } +serde = { version = "=1.0.205", features = ["derive"] } serde_json = "=1.0.122" tempfile = "=3.12.0" tracing = "=0.1.40" diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index ae3b802fd48..f3742f2694e 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -15,7 +15,7 @@ crates_io_index = { path = "../crates_io_index" } reqwest = { version = "=0.12.5", features = ["gzip", "json"] } secrecy = "=0.8.0" semver = { version = "=1.0.23", features = ["serde"] } -serde = { version = "=1.0.204", features = ["derive"] } +serde = { version = "=1.0.205", features = ["derive"] } serde_json = "=1.0.122" tempfile = "=3.12.0" thiserror = "=1.0.63" diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index c3758047864..a8899d4fb05 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -13,7 +13,7 @@ builder = [] [dependencies] cargo-manifest = "=0.15.0" flate2 = "=1.0.31" -serde = { version = "=1.0.204", features = ["derive"] } +serde = { version = "=1.0.205", features = ["derive"] } serde_json = "=1.0.122" tar = "=0.4.41" thiserror = "=1.0.63" diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index dd659a8571f..54435cee9b1 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -14,7 +14,7 @@ diesel = { version = "=2.2.2", features = ["postgres", "serde_json"] } diesel-async = { version = "=0.5.0", features = ["async-connection-wrapper", "deadpool", "postgres"] } futures-util = "=0.3.30" sentry-core = { version = "=0.34.0", features = ["client"] } -serde = { version = "=1.0.204", features = ["derive"] } +serde = { version = "=1.0.205", features = ["derive"] } serde_json = "=1.0.122" thiserror = "=1.0.63" tokio = { version = "=1.39.2", features = ["rt", "time"]}