Skip to content

Commit 16cdac5

Browse files
Bump the dependencies group with 2 updates
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) and [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Updates `thiserror` to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.0...2.0.11) Updates `criterion` to 0.5.1 - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.4.0...0.5.1) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production dependency-group: dependencies - dependency-name: criterion dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a374097 commit 16cdac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ rust-version = "1.68" # 1.67 contains an UB we would tri
1313
bytes = "1"
1414
crc32fast = "1.2"
1515
serde = { version = "1", features = ["derive"] }
16-
thiserror = "1"
16+
thiserror = "2"
1717
tracing = "0.1.37"
1818

1919
[dev-dependencies]
20-
criterion = "0.4"
20+
criterion = "0.5"
2121
futures = "0.3"
2222
proptest = "1"
2323
rand = "0.8"

0 commit comments

Comments
 (0)