diff --git a/Cargo.lock b/Cargo.lock index 4560ee0..bde66c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -401,9 +401,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.26" +version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" +checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/lib/build/Cargo.toml b/lib/build/Cargo.toml index 1857209..7ae96de 100644 --- a/lib/build/Cargo.toml +++ b/lib/build/Cargo.toml @@ -11,7 +11,7 @@ description = "This is a tool to be used as a custom build command for a Cloudfl [dependencies] anyhow = "1.0.72" dirs-next = "2.0.0" -flate2 = "1.0.26" +flate2 = "1.0.27" tar = "0.4.40" ureq = { version = "2.7.1", features = ["tls", "gzip"] }