From a38801242996e99c82b86e700208869669f650de Mon Sep 17 00:00:00 2001 From: "Marco C." Date: Sat, 24 Aug 2024 07:02:37 +0200 Subject: [PATCH] Do not use caret requirements (#2498) --- libafl_bolts/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",