diff --git a/rust/Cargo.Bazel.lock b/rust/Cargo.Bazel.lock index 6f5c1dc3277cb..b8eae9bbfcb78 100644 --- a/rust/Cargo.Bazel.lock +++ b/rust/Cargo.Bazel.lock @@ -1,5 +1,5 @@ { - "checksum": "56fdaab3fc8fbbad2fa1adba945c9339107eb008d5b9fc5e22503e02f134349e", + "checksum": "cf09893e2a6b4d45261e4b6a4cf4136eebe0a2129176ae2113eb63b5f5ff8c52", "crates": { "addr2line 0.21.0": { "name": "addr2line", @@ -4418,12 +4418,9 @@ "crate_features": { "common": [ "any_impl", - "any_zlib", "default", - "libz-sys", "miniz_oxide", - "rust_backend", - "zlib" + "rust_backend" ], "selects": {} }, @@ -4433,10 +4430,6 @@ "id": "crc32fast 1.4.0", "target": "crc32fast" }, - { - "id": "libz-sys 1.1.16", - "target": "libz_sys" - }, { "id": "miniz_oxide 0.7.2", "target": "miniz_oxide" @@ -7802,89 +7795,6 @@ ], "license_file": "LICENSE" }, - "libz-sys 1.1.16": { - "name": "libz-sys", - "version": "1.1.16", - "package_url": "https://github.com/rust-lang/libz-sys", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libz-sys/1.1.16/download", - "sha256": "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libz_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libz_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libz-sys 1.1.16", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.16" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.0.97", - "target": "cc" - }, - { - "id": "pkg-config 0.3.30", - "target": "pkg_config" - }, - { - "id": "vcpkg 0.2.15", - "target": "vcpkg" - } - ], - "selects": {} - }, - "links": "z" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, "linux-raw-sys 0.4.13": { "name": "linux-raw-sys", "version": "0.4.13", @@ -17793,45 +17703,6 @@ ], "license_file": "LICENSE-APACHE" }, - "vcpkg 0.2.15": { - "name": "vcpkg", - "version": "0.2.15", - "package_url": "https://github.com/mcgoo/vcpkg-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/vcpkg/0.2.15/download", - "sha256": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" - } - }, - "targets": [ - { - "Library": { - "crate_name": "vcpkg", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "vcpkg", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.2.15" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, "version_check 0.9.4": { "name": "version_check", "version": "0.9.4", @@ -20813,7 +20684,7 @@ "crate_features": { "common": [ "_deflate-any", - "deflate-zlib", + "deflate", "flate2" ], "selects": {} diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 97b4272ce7d70..32e563b6df819 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -696,7 +696,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" dependencies = [ "crc32fast", - "libz-sys", "miniz_oxide", ] @@ -1192,17 +1191,6 @@ dependencies = [ "libc", ] -[[package]] -name = "libz-sys" -version = "1.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9" -dependencies = [ - "cc", - "pkg-config", - "vcpkg", -] - [[package]] name = "linux-raw-sys" version = "0.4.13" @@ -2346,12 +2334,6 @@ version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" -[[package]] -name = "vcpkg" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" - [[package]] name = "version_check" version = "0.9.4" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8cb0a73fd9dd8..d391811552de0 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -19,7 +19,7 @@ regex = "1.10.4" tokio = { version = "1.37.0", default-features = false, features = ["macros", "net", "rt-multi-thread"] } tempfile = "3.10.1" reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls"] } -zip = { version = "1.2.3", default-features = false, features = ["deflate-zlib"]} +zip = { version = "1.2.3", default-features = false, features = ["deflate"]} directories = "5.0.1" serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117"