Skip to content

Commit 55f6c70

Browse files
Update Rust crate bon to v3.6.2 (#11037)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac1312d commit 55f6c70

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ axum = { version = "=0.8.3", 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.1"
62+
bon = "=3.6.2"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
bon = "=3.6.1"
11+
bon = "=3.6.2"
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)