diff --git a/BUCK b/BUCK index 16042ef1..507a294d 100644 --- a/BUCK +++ b/BUCK @@ -39,7 +39,7 @@ rust_library( "//third-party/rust/crates/dashmap/6.1.0:dashmap", "//third-party/rust/crates/diffs/0.5.1:diffs", "//third-party/rust/crates/encoding_rs/0.8.35:encoding_rs", - "//third-party/rust/crates/flate2/1.1.5:flate2", + "//third-party/rust/crates/flate2/1.1.7:flate2", "//third-party/rust/crates/futures-util/0.3.31:futures-util", "//third-party/rust/crates/futures/0.3.31:futures", "//third-party/rust/crates/hex/0.4.3:hex", @@ -92,7 +92,7 @@ rust_test( "//third-party/rust/crates/dashmap/6.1.0:dashmap", "//third-party/rust/crates/diffs/0.5.1:diffs", "//third-party/rust/crates/encoding_rs/0.8.35:encoding_rs", - "//third-party/rust/crates/flate2/1.1.5:flate2", + "//third-party/rust/crates/flate2/1.1.7:flate2", "//third-party/rust/crates/futures-util/0.3.31:futures-util", "//third-party/rust/crates/futures/0.3.31:futures", "//third-party/rust/crates/hex/0.4.3:hex", diff --git a/Cargo.lock b/Cargo.lock index a19fe210..95616e25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -690,9 +690,9 @@ checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" [[package]] name = "flate2" -version = "1.1.5" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" +checksum = "a2152dbcb980c05735e2a651d96011320a949eb31a0c8b38b72645ce97dec676" dependencies = [ "crc32fast", "libz-sys", diff --git a/Cargo.toml b/Cargo.toml index e12586ff..7d79d7de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ diffs = "0.5.1" libc = "0.2.178" zstd-sys = { version = "2.0.16+zstd.1.5.7", features = ["experimental"] } sea-orm = { version = "1.1.17", features = ["sqlx-sqlite"] } -flate2 = { version = "1.1.5", features = ["zlib"] } +flate2 = { version = "1.1.7", features = ["zlib"] } serde = { version = "1.0.228", features = ["derive"] } chrono = { version = "0.4.42", features = ["serde"] } uuid = { version = "1.19.0", features = ["v4"] } diff --git a/buckal.snap b/buckal.snap index a06f1c91..d76e90c9 100644 --- a/buckal.snap +++ b/buckal.snap @@ -3,7 +3,7 @@ version = 1 [fingerprints] -"path+file://($WORKSPACE)#0.3.0" = "651540c294ccd960de2f2efc3f5bd39e7df8e6ec38f57501b432671076307aea" +"path+file://($WORKSPACE)#0.3.0" = "97aa36defc46b27e597792d8efca87ca145667b59f79e22cca0dde574aadf3da" "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1" = "7081ce7693ca45bff0e855374e6b7f386805bba1de9f7c288b1c706b99abef7f" "registry+https://github.com/rust-lang/crates.io-index#ahash@0.7.8" = "263bbc26dec8ade458658cf9dae3ef8fc606e85f04c7b47abb4f9255319689ac" "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12" = "0db1758283e0704ef5ed18906d4ad5501d91c8df8138847a789dc877c3e26301" @@ -75,7 +75,7 @@ version = 1 "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.1" = "669248c1dc862d9851b252130df4f070ff91e61d6d314ee8d806ac0d9e079c70" "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0" = "534c43b2eecb8c0ffd628d3ec179befb4764adb1641a87c65bc261205fc4578a" "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.4" = "2148e0ff054153ba2636935eff4499701e52290f91e4188148e7e05942a31f26" -"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.5" = "3baa120ceb53e94038094b1b930997353f5a89c958b835976347f36b8416675a" +"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.7" = "c6c6a560a59d0ad7b176408a87a05d709dd7dadd32410a239bb48f3a4a2917c4" "registry+https://github.com/rust-lang/crates.io-index#flume@0.11.1" = "c2a32f2719da0c6f2096ae1bc60566a88c96571b6df52bf74c5c3e4e4ef35254" "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5" = "1584183bf9589ad30f7866826d5c2ee5899fd60a6f169ce1b0be7b9973bc35a0" "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2" = "7280a0eda0a4e4666f4a01a1b0b0818c3cb48c440fd8f93a0c930e4e4959e0a6" diff --git a/third-party/rust/crates/flate2/1.1.5/BUCK b/third-party/rust/crates/flate2/1.1.7/BUCK similarity index 84% rename from third-party/rust/crates/flate2/1.1.5/BUCK rename to third-party/rust/crates/flate2/1.1.7/BUCK index 9b712a85..ea2a695c 100644 --- a/third-party/rust/crates/flate2/1.1.5/BUCK +++ b/third-party/rust/crates/flate2/1.1.7/BUCK @@ -5,10 +5,10 @@ load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") http_archive( name = "flate2-vendor", - urls = ["https://static.crates.io/crates/flate2/flate2-1.1.5.crate"], - sha256 = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb", + urls = ["https://static.crates.io/crates/flate2/flate2-1.1.7.crate"], + sha256 = "a2152dbcb980c05735e2a651d96011320a949eb31a0c8b38b72645ce97dec676", type = "tar.gz", - strip_prefix = "flate2-1.1.5", + strip_prefix = "flate2-1.1.7", out = "vendor", )