From f30254c7bed56c0e5af1de52aad4ccdfaa3a0e70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:58:58 +0000 Subject: [PATCH] Update Rust crate bon to v3.0.2 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3a46f5ceb2..4cb122c3625 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,9 +683,9 @@ dependencies = [ [[package]] name = "bon" -version = "3.0.1" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65b4408cb90c75f462c2428254f2a687c399d1feb22ebdc7511889d07be6cab0" +checksum = "a636f83af97c6946f3f5cf5c268ec02375bf5efd371110292dfd57961f57a509" dependencies = [ "bon-macros", "rustversion", @@ -693,9 +693,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.0.1" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfc5494814aa273050386f95a7d1fa36dcc677fc796bffe54f34659678335bc0" +checksum = "a7eaf1bfaa5b8d512abfd36d0c432591fef139d3de9ee54f1f839ea109d70d33" dependencies = [ "darling", "ident_case", diff --git a/Cargo.toml b/Cargo.toml index 33add7638b1..2141e87eec1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,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.0.1" +bon = "=3.0.2" cargo-manifest = "=0.16.1" colored = "=2.1.0" crates_io_cdn_logs = { path = "crates/crates_io_cdn_logs" }