Skip to content

Commit

Permalink
Update Rust crate semver to v1.0.24 (#10193)
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 12, 2024
1 parent 9094938 commit 8c89f0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -104,7 +104,7 @@ rand = "=0.8.5"
reqwest = { version = "=0.12.9", features = ["gzip", "json"] }
rss = { version = "=2.0.11", default-features = false, features = ["atom"] }
secrecy = "=0.10.3"
semver = { version = "=1.0.23", features = ["serde"] }
semver = { version = "=1.0.24", features = ["serde"] }
sentry = { version = "=0.35.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
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 @@ -13,7 +13,7 @@ async-compression = { version = "=0.4.18", features = ["gzip", "tokio", "zstd"]
chrono = { version = "=0.4.39", features = ["serde"] }
derive_deref = "=1.1.1"
percent-encoding = "=2.3.1"
semver = "=1.0.23"
semver = "=1.0.24"
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
tokio = { version = "=1.42.0", features = ["io-util"] }
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" }
rand = "=0.8.5"
reqwest = { version = "=0.12.9", features = ["gzip", "json"] }
secrecy = "=0.10.3"
semver = { version = "=1.0.23", features = ["serde"] }
semver = { version = "=1.0.24", features = ["serde"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
tempfile = "=3.14.0"
Expand Down

0 comments on commit 8c89f0d

Please sign in to comment.