From e306a9c7b307017bf77d0540404ee1b727c9dff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:46:58 +0000 Subject: [PATCH] Bump bon from 3.1.0 to 3.3.0 Bumps [bon](https://github.com/elastio/bon) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/elastio/bon/releases) - [Changelog](https://github.com/elastio/bon/blob/master/release-plz.toml) - [Commits](https://github.com/elastio/bon/compare/v3.1.0...v3.3.0) --- updated-dependencies: - dependency-name: bon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2daf483..24a173e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ dependencies = [ [[package]] name = "bon" -version = "3.1.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "790d33b1027fac712b9cd2079bfb7978fe90a6aac7c7b97abe32377e699fe08f" +checksum = "f265cdb2e8501f1c952749e78babe8f1937be92c98120e5f78fc72d634682bad" dependencies = [ "bon-macros", "rustversion", @@ -29,9 +29,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.1.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "447acd38643a31ee16063f92ee56c56b2694a4ecae79eba7b67a356f37b19575" +checksum = "38aa5c627cd7706490e5b003d685f8b9d69bc343b1a00b9fdd01e75fdf6827cf" dependencies = [ "darling", "ident_case", diff --git a/Cargo.toml b/Cargo.toml index 91679b9..e186769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,6 @@ thiserror = "2.0.3" hmac = "0.12.1" sha1 = "0.10.6" base64ct = { version = "1.6.0", features = ["alloc"] } -bon = "3.1.0" +bon = "3.3.0" serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.133"