diff --git a/Cargo.lock b/Cargo.lock index eb0d011061..e5e0fef4a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,9 +940,9 @@ dependencies = [ [[package]] name = "bon" -version = "3.6.5" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d9ef19ae5263a138da9a86871eca537478ab0332a7770bac7e3f08b801f89f" +checksum = "67a0c21249ad725ebcadcb1b1885f8e3d56e8e6b8924f560268aab000982d637" dependencies = [ "bon-macros", "rustversion", @@ -950,9 +950,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.6.5" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "577ae008f2ca11ca7641bd44601002ee5ab49ef0af64846ce1ab6057218a5cc1" +checksum = "a660ebdea4d4d3ec7788cfc9c035b66efb66028b9b97bf6cde7023ccc8e77e28" dependencies = [ "darling 0.21.0", "ident_case", diff --git a/Cargo.toml b/Cargo.toml index 3cac0f3fb5..04084a0081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ axum = { version = "=0.8.4", features = ["macros", "matched-path"] } axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] } base64 = "=0.22.1" bigdecimal = { version = "=0.4.8", features = ["serde"] } -bon = "=3.6.5" +bon = "=3.7.0" cargo-manifest = "=0.19.1" colored = "=3.0.0" crates_io_cdn_logs = { path = "crates/crates_io_cdn_logs" } diff --git a/crates/crates_io_database/Cargo.toml b/crates/crates_io_database/Cargo.toml index f331538884..4530f7428d 100644 --- a/crates/crates_io_database/Cargo.toml +++ b/crates/crates_io_database/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" workspace = true [dependencies] -bon = "=3.6.5" +bon = "=3.7.0" chrono = { version = "=0.4.41", default-features = false, features = ["serde"] } crates_io_diesel_helpers = { path = "../crates_io_diesel_helpers" } crates_io_index = { path = "../crates_io_index" } diff --git a/crates/crates_io_trustpub/Cargo.toml b/crates/crates_io_trustpub/Cargo.toml index b25c0c5f13..00bc3952ad 100644 --- a/crates/crates_io_trustpub/Cargo.toml +++ b/crates/crates_io_trustpub/Cargo.toml @@ -13,7 +13,7 @@ test-helpers = ["dep:bon", "dep:mockall", "dep:serde_json"] [dependencies] anyhow = "=1.0.98" async-trait = "=0.1.88" -bon = { version = "=3.6.5", optional = true } +bon = { version = "=3.7.0", optional = true } chrono = { version = "=0.4.41", features = ["serde"] } jsonwebtoken = "=9.3.1" mockall = { version = "=0.13.1", optional = true } @@ -29,7 +29,7 @@ tokio = { version = "=1.47.1", features = ["sync"] } tracing = "=0.1.41" [dev-dependencies] -bon = "=3.6.5" +bon = "=3.7.0" claims = "=0.8.0" insta = { version = "=1.43.1", features = ["json", "redactions"] } mockito = "=1.7.0"