From cad7eb7cb1357d34246ff2cfb4c4b4c84ed03554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:56:06 +0000 Subject: [PATCH] build(deps): bump bon from 3.3.0 to 3.3.1 Bumps [bon](https://github.com/elastio/bon) from 3.3.0 to 3.3.1. - [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.3.0...v3.3.1) --- updated-dependencies: - dependency-name: bon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- jpegxl-rs/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fe9790..ca69635 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,9 +43,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bon" -version = "3.3.0" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f265cdb2e8501f1c952749e78babe8f1937be92c98120e5f78fc72d634682bad" +checksum = "61030e4aaccae9727cc388843dcc7ad1fb9e1ccdef5571e3e8393976b49b74ce" dependencies = [ "bon-macros", "rustversion", @@ -53,9 +53,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.3.0" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38aa5c627cd7706490e5b003d685f8b9d69bc343b1a00b9fdd01e75fdf6827cf" +checksum = "67d5d25cc9bd33120702000acc60836db15f06eabc4466230bf79dc80bd0a6ee" dependencies = [ "darling", "ident_case", diff --git a/jpegxl-rs/Cargo.toml b/jpegxl-rs/Cargo.toml index e2a82c3..82de4b8 100644 --- a/jpegxl-rs/Cargo.toml +++ b/jpegxl-rs/Cargo.toml @@ -32,7 +32,7 @@ image = { version = "0.25.5", optional = true, default-features = false } thiserror = "2.0.7" half = "2.4.1" byteorder = "1.5.0" -bon = "3.3.0" +bon = "3.3.1" [dependencies.jpegxl-sys] version = "0.11.2"