diff --git a/Cargo.lock b/Cargo.lock index 7c854b52..308bced0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,9 +888,9 @@ dependencies = [ [[package]] name = "generic-array" -version = "0.14.6" +version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" dependencies = [ "typenum", "version_check", diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index 175eb7e9..03c4eacd 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -21,7 +21,7 @@ digest = "0.10.6" flate2 = { version = "1.0.25", default-features = false } futures-lite = { version = "1.12.0", default-features = false } futures-util = "0.3.27" -generic-array = "0.14.6" +generic-array = "0.14.7" httpdate = "1.0.2" reqwest = { version = "0.11.16", features = ["stream", "gzip", "brotli", "deflate"], default-features = false } serde = { version = "1.0.157", features = ["derive"], optional = true }