diff --git a/Cargo.lock b/Cargo.lock index b531ecebc98..861ec589a8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,9 +683,9 @@ dependencies = [ [[package]] name = "bon" -version = "3.1.1" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e47d5c63335658326076cf7c81795af665c534ea552da69526d6cef51b12ed9" +checksum = "9276fe602371cd8a7f70fe68c4db55b2d3e92c570627d6ed0427646edfa5cf47" dependencies = [ "bon-macros", "rustversion", @@ -693,9 +693,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.1.1" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b162272b6d55562ea30cc937d74ef4d07399e507bfd6eb3860f6a845c7264eef" +checksum = "94828b84b32b4f3ac3865f692fcdbc46c7d0dd87b29658a391d58a244e1ce45a" dependencies = [ "darling", "ident_case", diff --git a/Cargo.toml b/Cargo.toml index 5b12ee895f8..e3ddc46ed6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ axum = { version = "=0.7.9", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.6", features = ["cookie-signed", "erased-json", "typed-header"] } base64 = "=0.22.1" bigdecimal = { version = "=0.4.6", features = ["serde"] } -bon = "=3.1.1" +bon = "=3.2.0" cargo-manifest = "=0.17.0" colored = "=2.1.0" crates_io_cdn_logs = { path = "crates/crates_io_cdn_logs" }