Skip to content

Commit d2f2596

Browse files
Update Rust crate bon to v3.7.2 (#11827)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ebf00b0 commit d2f2596

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ axum = { version = "=0.8.4", features = ["macros", "matched-path"] }
6060
axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] }
6161
base64 = "=0.22.1"
6262
bigdecimal = { version = "=0.4.8", features = ["serde"] }
63-
bon = "=3.7.1"
63+
bon = "=3.7.2"
6464
cargo-manifest = "=0.19.1"
6565
colored = "=3.0.0"
6666
crates_io_cdn_logs = { path = "crates/crates_io_cdn_logs" }

crates/crates_io_database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2024"
88
workspace = true
99

1010
[dependencies]
11-
bon = "=3.7.1"
11+
bon = "=3.7.2"
1212
chrono = { version = "=0.4.41", default-features = false, features = ["serde"] }
1313
crates_io_diesel_helpers = { path = "../crates_io_diesel_helpers" }
1414
crates_io_index = { path = "../crates_io_index" }

crates/crates_io_trustpub/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test-helpers = ["dep:bon", "dep:mockall", "dep:serde_json"]
1313
[dependencies]
1414
anyhow = "=1.0.99"
1515
async-trait = "=0.1.89"
16-
bon = { version = "=3.7.1", optional = true }
16+
bon = { version = "=3.7.2", optional = true }
1717
chrono = { version = "=0.4.41", features = ["serde"] }
1818
jsonwebtoken = "=9.3.1"
1919
mockall = { version = "=0.13.1", optional = true }
@@ -29,7 +29,7 @@ tokio = { version = "=1.47.1", features = ["sync"] }
2929
tracing = "=0.1.41"
3030

3131
[dev-dependencies]
32-
bon = "=3.7.1"
32+
bon = "=3.7.2"
3333
claims = "=0.8.0"
3434
insta = { version = "=1.43.1", features = ["json", "redactions"] }
3535
mockito = "=1.7.0"

0 commit comments

Comments
 (0)