diff --git a/hdf5-sys/Cargo.toml b/hdf5-sys/Cargo.toml index 44e7011d..3577f856 100644 --- a/hdf5-sys/Cargo.toml +++ b/hdf5-sys/Cargo.toml @@ -34,7 +34,7 @@ conda = ["attohttpc", "sha2", "bzip2", "tar"] libloading = ">=0.7,<1" regex = { version = "1.3", default-features = false, features = ["std", "unicode-perl"] } sha2 = { version = ">=0.9, <0.11", optional = true } -attohttpc = { version = ">=0.12, <1", default-features = false, features = ["compress", "tls-rustls"], optional = true } +attohttpc = { version = "0.28", default-features = false, features = ["compress", "tls-rustls"], optional = true } bzip2 = { version = ">=0.3.3, <0.5", optional = true } tar = { version = "*", optional = true }