From f02b61b638538b3de31b5401468c17f1d26c68f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:42:12 +0000 Subject: [PATCH] build(deps)(deps): bump the all-dependencies group with 3 updates Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror), [zip](https://github.com/zip-rs/zip2) and [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. Updates `thiserror` to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.68...2.0.17) Updates `zip` to 7.1.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v2.2.0...v7.1.0) Updates `bindgen` to 0.72.1 - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/v0.72.1/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.70.1...v0.72.1) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: zip dependency-version: 7.1.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: bindgen dependency-version: 0.72.1 dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4348ba4..fe9389b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,13 +23,13 @@ crate-type = ["rlib"] bench = false [dependencies] -thiserror = "1.0.68" +thiserror = "2.0.17" [build-dependencies] curl = "0.4.47" lazy_static = "1.5.0" -zip = "2.2.0" -bindgen = "0.70.1" +zip = "7.1.0" +bindgen = "0.72.1" [package.metadata.docs.rs] rustc-args = ["--cfg", "docsrs"]