Skip to content

Commit 15c2340

Browse files
Update Rust crate bon to v3.6.4 (#11320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58ecc28 commit 15c2340

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
@@ -59,7 +59,7 @@ axum = { version = "=0.8.4", features = ["macros", "matched-path"] }
5959
axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] }
6060
base64 = "=0.22.1"
6161
bigdecimal = { version = "=0.4.8", features = ["serde"] }
62-
bon = "=3.6.3"
62+
bon = "=3.6.4"
6363
cargo-manifest = "=0.19.1"
6464
colored = "=3.0.0"
6565
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.6.3"
11+
bon = "=3.6.4"
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.98"
1515
async-trait = "=0.1.88"
16-
bon = { version = "=3.6.3", optional = true }
16+
bon = { version = "=3.6.4", 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.45.1", features = ["sync"] }
2929
tracing = "=0.1.41"
3030

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

0 commit comments

Comments
 (0)