Skip to content

Commit 92696e4

Browse files
authored
deps: unpin clap (#858)
1 parent 5756a5d commit 92696e4

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
### Changed
1212
- The `real_blackbox` feature no longer has any impact. Criterion always uses `std::hint::black_box()` now.
1313
Users of `criterion::black_box()` should switch to `std::hint::black_box()`.
14+
- 'clap' dependency unpinned.
1415

1516
### Fixed
1617

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ itertools = "0.13"
2727
serde = { version = "1.0.100", features = ["derive"] }
2828
serde_json = "1.0.100"
2929
ciborium = "0.2.0"
30-
clap = { version = "=4.4.9", default-features = false, features = ["std", "help"] }
30+
clap = { version = "4.5", default-features = false, features = ["std", "help"] }
3131
walkdir = "2.3"
3232
tinytemplate = "1.1"
3333
cast = "0.3"

0 commit comments

Comments
 (0)