From d935976fb22d57325b21abc844e0a3173c2215c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:35:17 +0000 Subject: [PATCH] Update Rust crate serde to v1.0.213 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/crates_io_cdn_logs/Cargo.toml | 2 +- crates/crates_io_database_dump/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_team_repo/Cargo.toml | 2 +- crates/crates_io_worker/Cargo.toml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b73179472d..d8a78128798 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4415,18 +4415,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.210" +version = "1.0.213" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" +checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.210" +version = "1.0.213" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" +checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 98de70735e0..2441b04e2e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ rss = { version = "=2.0.9", default-features = false, features = ["atom"] } secrecy = "=0.10.3" 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.210", features = ["derive"] } +serde = { version = "=1.0.213", features = ["derive"] } serde_json = "=1.0.132" 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 3e082daab89..83410308a7f 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.210", features = ["derive"] } +serde = { version = "=1.0.213", features = ["derive"] } serde_json = "=1.0.132" tokio = { version = "=1.41.0", features = ["io-util"] } tracing = "=0.1.40" diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index 2b8da5ba3ee..ede56f4e48e 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.91" chrono = { version = "=0.4.38", default-features = false, features = ["clock", "serde"] } flate2 = "=1.0.34" minijinja = "=2.3.1" -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.213", features = ["derive"] } serde_json = "=1.0.132" tar = "=0.4.42" tempfile = "=3.13.0" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 7ca3bc068a4..74bb27f449c 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.91" async-trait = "=0.1.83" oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.12.8", features = ["json"] } -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.213", features = ["derive"] } thiserror = "=1.0.65" tracing = "=0.1.40" diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index 2726f0cf329..16e969dd1f9 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.10.3" -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.213", features = ["derive"] } serde_json = "=1.0.132" tempfile = "=3.13.0" tracing = "=0.1.40" diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 38d27bf1ccb..2d1f7571fe4 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.8", features = ["gzip", "json"] } secrecy = "=0.10.3" semver = { version = "=1.0.23", features = ["serde"] } -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.213", features = ["derive"] } serde_json = "=1.0.132" tempfile = "=3.13.0" thiserror = "=1.0.65" diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 59365df7f69..c2e45fa6810 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.2" flate2 = "=1.0.34" -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.213", features = ["derive"] } serde_json = "=1.0.132" tar = "=0.4.42" thiserror = "=1.0.65" diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index 7c01dc0fbf5..203446d958e 100644 --- a/crates/crates_io_team_repo/Cargo.toml +++ b/crates/crates_io_team_repo/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.91" async-trait = "=0.1.83" mockall = "=0.13.0" reqwest = { version = "=0.12.8", features = ["gzip", "json"] } -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.213", features = ["derive"] } [dev-dependencies] tokio = { version = "=1.41.0", features = ["macros", "rt-multi-thread"] } diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 74a706bc4e5..c9c14681209 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -14,7 +14,7 @@ diesel = { version = "=2.2.4", features = ["postgres", "serde_json"] } diesel-async = { version = "=0.5.0", features = ["async-connection-wrapper", "deadpool", "postgres"] } futures-util = "=0.3.31" sentry-core = { version = "=0.34.0", features = ["client"] } -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.213", features = ["derive"] } serde_json = "=1.0.132" thiserror = "=1.0.65" tokio = { version = "=1.41.0", features = ["rt", "time"]}