Skip to content

Commit

Permalink
Update Rust crate serde to v1.0.211
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent d90ce45 commit 346d513
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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 @@ -99,7 +99,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.211", features = ["derive"] }
serde_json = "=1.0.132"
sha2 = "=0.10.8"
spdx = "=0.10.6"
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.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.211", features = ["derive"] }
serde_json = "=1.0.132"
tokio = { version = "=1.40.0", features = ["io-util"] }
tracing = "=0.1.40"
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 @@ -12,7 +12,7 @@ anyhow = "=1.0.90"
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.211", features = ["derive"] }
thiserror = "=1.0.64"
tracing = "=0.1.40"

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.210", features = ["derive"] }
serde = { version = "=1.0.211", features = ["derive"] }
serde_json = "=1.0.132"
tempfile = "=3.13.0"
tracing = "=0.1.40"
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 @@ -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.211", features = ["derive"] }
serde_json = "=1.0.132"
tempfile = "=3.13.0"
thiserror = "=1.0.64"
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 = []
[dependencies]
cargo-manifest = "=0.15.2"
flate2 = "=1.0.34"
serde = { version = "=1.0.210", features = ["derive"] }
serde = { version = "=1.0.211", features = ["derive"] }
serde_json = "=1.0.132"
tar = "=0.4.42"
thiserror = "=1.0.64"
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 @@ -12,7 +12,7 @@ anyhow = "=1.0.90"
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.211", features = ["derive"] }

[dev-dependencies]
tokio = { version = "=1.40.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.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.211", features = ["derive"] }
serde_json = "=1.0.132"
thiserror = "=1.0.64"
tokio = { version = "=1.40.0", features = ["rt", "time"]}
Expand Down

0 comments on commit 346d513

Please sign in to comment.