Skip to content

Commit

Permalink
Do not use caret requirements (AFLplusplus#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcondiro authored Aug 24, 2024
1 parent 1f55458 commit a388012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl_bolts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ serde_json = { version = "1.0", optional = true, default-features = false, featu
"alloc",
] }
miniz_oxide = { version = "0.7.1", optional = true }
hostname = { version = "^0.4", optional = true } # Is there really no gethostname in the stdlib?
hostname = { version = "0.4", optional = true } # Is there really no gethostname in the stdlib?
rand_core = { version = "0.6", optional = true }
nix = { version = "0.29", default-features = false, optional = true, features = [
"signal",
Expand Down

0 comments on commit a388012

Please sign in to comment.