Skip to content

Commit ed6a252

Browse files
Update Rust crate bon to v3.4.0 (#10761)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0d46f95 commit ed6a252

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
@@ -58,7 +58,7 @@ axum = { version = "=0.8.2", features = ["macros", "matched-path"] }
5858
axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] }
5959
base64 = "=0.22.1"
6060
bigdecimal = { version = "=0.4.7", features = ["serde"] }
61-
bon = "=3.3.2"
61+
bon = "=3.4.0"
6262
cargo-manifest = "=0.19.1"
6363
colored = "=3.0.0"
6464
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 = "2021"
88
workspace = true
99

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

0 commit comments

Comments
 (0)