From e932c5243b4f48d00defab36c4c5211c22cfb4ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 21:12:43 +0000 Subject: [PATCH] deps(rust)(deps): bump the rust-core group across 1 directory with 3 updates Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror), [itertools](https://github.com/rust-itertools/itertools) and [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. Updates `thiserror` to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.0...2.0.18) Updates `itertools` to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.14.0) Updates `sha2` to 0.11.0 - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.10.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production dependency-group: rust-core - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production dependency-group: rust-core - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production dependency-group: rust-core ... Signed-off-by: dependabot[bot] --- crates/signia-core/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/signia-core/Cargo.toml b/crates/signia-core/Cargo.toml index 8ec5d5d..1512e44 100644 --- a/crates/signia-core/Cargo.toml +++ b/crates/signia-core/Cargo.toml @@ -24,16 +24,16 @@ parallel = ["dep:rayon"] [dependencies] anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } # Canonicalization helpers -itertools = { version = "0.12", optional = true } +itertools = { version = "0.14", optional = true } # Hashing -sha2 = { version = "0.10", optional = true } +sha2 = { version = "0.11", optional = true } blake3 = { version = "1.5", optional = true } # Utilities