Skip to content

Commit 91bcf4e

Browse files
deps(rust)(deps): bump the rust-core group
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) and [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. Updates `thiserror` to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.0...2.0.18) Updates `itertools` to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.0...v0.14.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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e0f19d commit 91bcf4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/signia-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ parallel = ["dep:rayon"]
2424

2525
[dependencies]
2626
anyhow = "1.0"
27-
thiserror = "1.0"
27+
thiserror = "2.0"
2828

2929
serde = { version = "1.0", features = ["derive"], optional = true }
3030
serde_json = { version = "1.0", optional = true }
3131

3232
# Canonicalization helpers
33-
itertools = { version = "0.12", optional = true }
33+
itertools = { version = "0.14", optional = true }
3434

3535
# Hashing
3636
sha2 = { version = "0.10", optional = true }

0 commit comments

Comments
 (0)