Do not use caret requirements (#2498)

This commit is contained in:
Marco C. 2024-08-24 07:02:37 +02:00 committed by GitHub
parent 1f55458293
commit a388012429
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",