Skip to content

Commit

Permalink
Update Rust crate serde to v1.0.216 (#10181)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 3dc5dd2 commit a8d2eec
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ rss = { version = "=2.0.11", default-features = false, features = ["atom"] }
secrecy = "=0.10.3"
semver = { version = "=1.0.23", features = ["serde"] }
sentry = { version = "=0.35.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }
serde = { version = "=1.0.215", features = ["derive"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
sha2 = "=0.10.8"
spdx = "=0.10.7"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_cdn_logs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chrono = { version = "=0.4.39", features = ["serde"] }
derive_deref = "=1.1.1"
percent-encoding = "=2.3.1"
semver = "=1.0.23"
serde = { version = "=1.0.215", features = ["derive"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
tokio = { version = "=1.42.0", features = ["io-util"] }
tracing = "=0.1.41"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_database_dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = "=1.0.94"
chrono = { version = "=0.4.39", default-features = false, features = ["clock", "serde"] }
flate2 = "=1.0.35"
minijinja = "=2.5.0"
serde = { version = "=1.0.215", features = ["derive"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
tar = "=0.4.43"
tempfile = "=3.14.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_github/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async-trait = "=0.1.83"
mockall = { version = "=0.13.1", optional = true }
oauth2 = { version = "=4.4.2", default-features = false }
reqwest = { version = "=0.12.9", features = ["json"] }
serde = { version = "=1.0.215", features = ["derive"] }
serde = { version = "=1.0.216", features = ["derive"] }
thiserror = "=2.0.6"
tracing = "=0.1.41"

Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.215", features = ["derive"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
tempfile = "=3.14.0"
tracing = "=0.1.41"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_pagerduty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true
anyhow = "=1.0.94"
reqwest = { version = "=0.12.9", features = ["gzip", "json"] }
secrecy = "=0.10.3"
serde = { version = "=1.0.215", features = ["derive"] }
serde = { version = "=1.0.216", features = ["derive"] }

[dev-dependencies]
clap = { version = "=4.5.23", features = ["derive", "env", "unicode", "wrap_help"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_smoke_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rand = "=0.8.5"
reqwest = { version = "=0.12.9", features = ["gzip", "json"] }
secrecy = "=0.10.3"
semver = { version = "=1.0.23", features = ["serde"] }
serde = { version = "=1.0.215", features = ["derive"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
tempfile = "=3.14.0"
thiserror = "=2.0.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_tarball/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ builder = ["dep:flate2", "dep:tar"]
[dependencies]
cargo-manifest = "=0.17.0"
flate2 = { version = "=1.0.35", optional = true }
serde = { version = "=1.0.215", features = ["derive"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
tar = { version = "=0.4.43", optional = true }
thiserror = "=2.0.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_team_repo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "=1.0.94"
async-trait = "=0.1.83"
mockall = { version = "=0.13.1", optional = true }
reqwest = { version = "=0.12.9", features = ["gzip", "json"] }
serde = { version = "=1.0.215", features = ["derive"] }
serde = { version = "=1.0.216", features = ["derive"] }

[dev-dependencies]
tokio = { version = "=1.42.0", features = ["macros", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion crates/crates_io_worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ diesel = { version = "=2.2.6", features = ["postgres", "serde_json"] }
diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "deadpool", "postgres"] }
futures-util = "=0.3.31"
sentry-core = { version = "=0.35.0", features = ["client"] }
serde = { version = "=1.0.215", features = ["derive"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
thiserror = "=2.0.6"
tokio = { version = "=1.42.0", features = ["rt", "time"]}
Expand Down

0 comments on commit a8d2eec

Please sign in to comment.