Skip to content

Commit e728df9

Browse files
Update which requirement from 6.0.3 to 7.0.2 (#3075)
Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@6.0.3...7.0.2) --- updated-dependencies: - dependency-name: which dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85bcafa commit e728df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ typed-builder = "0.20.0" # Implement the builder pattern at compiletime
126126
typeid = "1.0.0" # Safe type_eq that doesn't rely on std specialization
127127
unicorn-engine = "2.0.1" # Used in libafl_unicorn
128128
uuid = { version = "1.10.0", features = ["serde", "v4"] }
129-
which = "6.0.3"
129+
which = "7.0.2"
130130
windows = "0.59.0"
131131
z3 = "0.12.1"
132132
fs2 = "0.4.3" # Used by OnDisk Corpus for file locking

0 commit comments

Comments
 (0)