From 99ab7f03700ba6cf832eb18ffd55228f56ae927a Mon Sep 17 00:00:00 2001 From: Pietro Date: Tue, 10 Sep 2024 18:27:17 +0200 Subject: [PATCH] Force Bazel repin --- Cargo.Bazel.Fuzzing.json.lock | 115 +++++++++------------------------- Cargo.Bazel.Fuzzing.toml.lock | 4 +- 2 files changed, 31 insertions(+), 88 deletions(-) diff --git a/Cargo.Bazel.Fuzzing.json.lock b/Cargo.Bazel.Fuzzing.json.lock index f79748d5544..66f16dd652c 100644 --- a/Cargo.Bazel.Fuzzing.json.lock +++ b/Cargo.Bazel.Fuzzing.json.lock @@ -1,5 +1,5 @@ { - "checksum": "fc70852eaaa3bfea81a9f11cf389fede11f0b28127cc92cf33ea5988e11b18dd", + "checksum": "c34fbd8204a342419f477f4ec6ef37e7e0e506f5e979f29ed684b661d4c2b377", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -3132,14 +3132,7 @@ "target": "wait_timeout" } ], - "selects": { - "cfg(any())": [ - { - "id": "libc 0.2.158", - "target": "libc" - } - ] - } + "selects": {} }, "edition": "2021", "version": "2.0.12" @@ -34629,6 +34622,10 @@ "id": "tokio 1.40.0", "target": "tokio" }, + { + "id": "tokio-tungstenite 0.23.1", + "target": "tokio_tungstenite" + }, { "id": "tokio-util 0.7.12", "target": "tokio_util" @@ -34901,11 +34898,11 @@ "target": "thiserror" }, { - "id": "tokio 1.39.3", + "id": "tokio 1.40.0", "target": "tokio" }, { - "id": "tokio-util 0.7.11", + "id": "tokio-util 0.7.12", "target": "tokio_util" }, { @@ -36701,30 +36698,38 @@ ], "crate_features": { "common": [ - "elf", - "errno", "general", "ioctl", "no_std" ], "selects": { "aarch64-unknown-linux-gnu": [ + "elf", + "errno", "prctl", "system" ], "aarch64-unknown-nixos-gnu": [ + "elf", + "errno", "prctl", "system" ], "arm-unknown-linux-gnueabi": [ + "elf", + "errno", "prctl", "system" ], "armv7-unknown-linux-gnueabi": [ + "elf", + "errno", "prctl", "system" ], "i686-unknown-linux-gnu": [ + "elf", + "errno", "prctl", "system" ], @@ -36737,10 +36742,14 @@ "system" ], "x86_64-unknown-linux-gnu": [ + "elf", + "errno", "prctl", "system" ], "x86_64-unknown-nixos-gnu": [ + "elf", + "errno", "prctl", "system" ] @@ -49859,7 +49868,7 @@ "target": "pin_project_lite" }, { - "id": "quinn-proto 0.11.6", + "id": "quinn-proto 0.11.8", "target": "quinn_proto", "alias": "proto" }, @@ -49905,14 +49914,14 @@ ], "license_file": "LICENSE-APACHE" }, - "quinn-proto 0.11.6": { + "quinn-proto 0.11.8": { "name": "quinn-proto", - "version": "0.11.6", + "version": "0.11.8", "package_url": "https://github.com/quinn-rs/quinn", "repository": { "Http": { - "url": "https://static.crates.io/crates/quinn-proto/0.11.6/download", - "sha256": "ba92fb39ec7ad06ca2582c0ca834dfeadcaf06ddfc8e635c80aa7e1c05315fdd" + "url": "https://static.crates.io/crates/quinn-proto/0.11.8/download", + "sha256": "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" } }, "targets": [ @@ -49984,7 +49993,7 @@ "selects": {} }, "edition": "2021", - "version": "0.11.6" + "version": "0.11.8" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -65982,72 +65991,6 @@ ], "license_file": "LICENSE-APACHE" }, - "tokio-rustls 0.25.0": { - "name": "tokio-rustls", - "version": "0.25.0", - "package_url": "https://github.com/rustls/tokio-rustls", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-rustls/0.25.0/download", - "sha256": "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio_rustls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio_rustls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "logging", - "ring", - "tls12" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "tokio 1.40.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.25.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, "tokio-rustls 0.26.0": { "name": "tokio-rustls", "version": "0.26.0", @@ -66507,7 +66450,7 @@ "target": "log" }, { - "id": "tokio 1.39.3", + "id": "tokio 1.40.0", "target": "tokio" }, { diff --git a/Cargo.Bazel.Fuzzing.toml.lock b/Cargo.Bazel.Fuzzing.toml.lock index 0258140eea6..75d60ed629d 100644 --- a/Cargo.Bazel.Fuzzing.toml.lock +++ b/Cargo.Bazel.Fuzzing.toml.lock @@ -8598,9 +8598,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.6" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba92fb39ec7ad06ca2582c0ca834dfeadcaf06ddfc8e635c80aa7e1c05315fdd" +checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" dependencies = [ "bytes", "rand 0.8.5",