diff --git a/libafl_bolts/Cargo.toml b/libafl_bolts/Cargo.toml index 92b794b030..dcfaa9598c 100644 --- a/libafl_bolts/Cargo.toml +++ b/libafl_bolts/Cargo.toml @@ -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",