Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent a374097 commit 16cdac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ rust-version = "1.68" # 1.67 contains an UB we would tri
bytes = "1"
crc32fast = "1.2"
serde = { version = "1", features = ["derive"] }
thiserror = "1"
thiserror = "2"
tracing = "0.1.37"

[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
futures = "0.3"
proptest = "1"
rand = "0.8"
Expand Down

0 comments on commit 16cdac5

Please sign in to comment.