From cc0edb1c75022f6e409f8ae7c7092cc66d508258 Mon Sep 17 00:00:00 2001 From: Rostislav Rumenov Date: Mon, 25 Nov 2024 09:33:23 +0000 Subject: [PATCH 01/14] . --- Cargo.toml | 6 +++--- bazel/external_crates.bzl | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 27455716268..06fb9fa5fa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -501,7 +501,7 @@ assert_matches = "1.5.0" async-recursion = "1.0.5" async-stream = "0.3.6" async-trait = "0.1.83" -axum = "0.7.7" +axum = "0.7.9" backoff = "0.4" base64 = { version = "0.13.1" } bincode = "1.3.3" @@ -548,7 +548,7 @@ http = "1.1.0" http-body = "1.0.1" http-body-util = "0.1.2" humantime-serde = "1.1.1" -hyper = { version = "1.5.0", features = ["full"] } +hyper = { version = "1.5.1", features = ["full"] } hyper-rustls = { version = "0.27.3", default-features = false, features = [ "http1", "http2", @@ -671,7 +671,7 @@ rolling-file = "0.2.0" rsa = { version = "0.9.6", features = ["sha2"] } rstest = "0.19.0" rustc-demangle = { version = "0.1.16" } -rustls = { version = "0.23.17", default-features = false, features = [ +rustls = { version = "0.23.18", default-features = false, features = [ "ring", "std", "brotli", diff --git a/bazel/external_crates.bzl b/bazel/external_crates.bzl index 56fb9585a07..668300a58cd 100644 --- a/bazel/external_crates.bzl +++ b/bazel/external_crates.bzl @@ -220,14 +220,14 @@ def external_crates_repository(name, cargo_lockfile, lockfile, sanitizers_enable version = "^0.1.83", ), "axum": crate.spec( - version = "^0.7.7", + version = "^0.7.9", ), "axum-extra": crate.spec( - version = "^0.9.0", + version = "^0.9.6", features = ["typed-header"], ), "axum-server": crate.spec( - version = "^0.6.0", + version = "^0.7.1", features = [ "tls-rustls", ], @@ -532,7 +532,7 @@ def external_crates_repository(name, cargo_lockfile, lockfile, sanitizers_enable version = "^1.1.1", ), "hyper": crate.spec( - version = "^1.5.0", + version = "^1.5.1", features = ["full"], ), "hyper-socks2": crate.spec( @@ -1081,7 +1081,7 @@ def external_crates_repository(name, cargo_lockfile, lockfile, sanitizers_enable version = "^1.1.0", ), "rustls": crate.spec( - version = "^0.23.17", + version = "^0.23.18", default_features = False, features = [ "ring", From db6db471ef44f902d00fe61c227151c3cf58426f Mon Sep 17 00:00:00 2001 From: Rostislav Rumenov Date: Mon, 25 Nov 2024 09:43:50 +0000 Subject: [PATCH 02/14] . --- Cargo.Bazel.Fuzzing.json.lock | 1141 +++++++++++++++++++++++++++------ Cargo.Bazel.Fuzzing.toml.lock | 170 +++-- Cargo.Bazel.json.lock | 1125 +++++++++++++++++++++++++++----- Cargo.Bazel.toml.lock | 160 +++-- 4 files changed, 2141 insertions(+), 455 deletions(-) diff --git a/Cargo.Bazel.Fuzzing.json.lock b/Cargo.Bazel.Fuzzing.json.lock index a6861de4806..b5c029b28f8 100644 --- a/Cargo.Bazel.Fuzzing.json.lock +++ b/Cargo.Bazel.Fuzzing.json.lock @@ -1,5 +1,5 @@ { - "checksum": "2a09306f29a16c5a719d2a7bcc3ddb3ac2e4bbb17d14bf12140084fc72c1ac4c", + "checksum": "dcec928210980bf4751357bbc7a00cac9b40848b5fecca0e3cf23a655d844ee0", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -1622,7 +1622,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4441,14 +4441,237 @@ ], "license_file": "LICENSE-APACHE" }, - "axum 0.7.7": { + "aws-lc-rs 1.10.0": { + "name": "aws-lc-rs", + "version": "1.10.0", + "package_url": "/~https://github.com/aws/aws-lc-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/aws-lc-rs/1.10.0/download", + "sha256": "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aws_lc_rs", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "aws_lc_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "aws-lc-sys", + "prebuilt-nasm" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "build_script_build" + }, + { + "id": "aws-lc-sys 0.22.0", + "target": "aws_lc_sys" + }, + { + "id": "mirai-annotations 1.12.0", + "target": "mirai_annotations" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ], + "selects": {} + }, + "version": "1.10.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "link_deps": { + "common": [ + { + "id": "aws-lc-sys 0.22.0", + "target": "aws_lc_sys" + } + ], + "selects": {} + }, + "links": "aws_lc_rs_1_10_0_sys" + }, + "license": "ISC AND (Apache-2.0 OR ISC)", + "license_ids": [ + "Apache-2.0", + "ISC" + ], + "license_file": "LICENSE" + }, + "aws-lc-sys 0.22.0": { + "name": "aws-lc-sys", + "version": "0.22.0", + "package_url": "/~https://github.com/aws/aws-lc-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/aws-lc-sys/0.22.0/download", + "sha256": "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aws_lc_sys", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_main", + "crate_root": "builder/main.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "aws_lc_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "prebuilt-nasm" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aws-lc-sys 0.22.0", + "target": "build_script_main" + }, + { + "id": "libc 0.2.158", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.22.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.2.1", + "target": "cc" + }, + { + "id": "cmake 0.1.51", + "target": "cmake" + }, + { + "id": "dunce 1.0.5", + "target": "dunce" + }, + { + "id": "fs_extra 1.3.0", + "target": "fs_extra" + } + ], + "selects": { + "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ + { + "id": "bindgen 0.69.4", + "target": "bindgen" + } + ] + } + }, + "links": "aws_lc_0_22_0" + }, + "license": "ISC AND (Apache-2.0 OR ISC) AND OpenSSL", + "license_ids": [ + "Apache-2.0", + "ISC", + "OpenSSL" + ], + "license_file": "LICENSE" + }, + "axum 0.7.9": { "name": "axum", - "version": "0.7.7", + "version": "0.7.9", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum/0.7.7/download", - "sha256": "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" + "url": "https://static.crates.io/crates/axum/0.7.9/download", + "sha256": "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" } }, "targets": [ @@ -4513,7 +4736,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -4605,7 +4828,7 @@ ], "selects": {} }, - "version": "0.7.7" + "version": "0.7.9" }, "license": "MIT", "license_ids": [ @@ -4719,14 +4942,14 @@ ], "license_file": "LICENSE" }, - "axum-extra 0.9.1": { + "axum-extra 0.9.6": { "name": "axum-extra", - "version": "0.9.1", + "version": "0.9.6", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-extra/0.9.1/download", - "sha256": "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" + "url": "https://static.crates.io/crates/axum-extra/0.9.6/download", + "sha256": "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" } }, "targets": [ @@ -4751,6 +4974,8 @@ "crate_features": { "common": [ "default", + "multipart", + "tracing", "typed-header" ], "selects": {} @@ -4758,7 +4983,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4769,6 +4994,10 @@ "id": "bytes 1.8.0", "target": "bytes" }, + { + "id": "fastrand 2.2.0", + "target": "fastrand" + }, { "id": "futures-util 0.3.31", "target": "futures_util" @@ -4793,6 +5022,10 @@ "id": "mime 0.3.17", "target": "mime" }, + { + "id": "multer 3.1.0", + "target": "multer" + }, { "id": "pin-project-lite 0.2.13", "target": "pin_project_lite" @@ -4802,7 +5035,7 @@ "target": "serde" }, { - "id": "tower 0.4.13", + "id": "tower 0.5.1", "target": "tower" }, { @@ -4817,7 +5050,7 @@ "selects": {} }, "edition": "2021", - "version": "0.9.1" + "version": "0.9.6" }, "license": "MIT", "license_ids": [ @@ -4920,7 +5153,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4975,14 +5208,14 @@ ], "license_file": null }, - "axum-server 0.6.0": { + "axum-server 0.7.1": { "name": "axum-server", - "version": "0.6.0", + "version": "0.7.1", "package_url": "/~https://github.com/programatik29/axum-server", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-server/0.6.0/download", - "sha256": "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" + "url": "https://static.crates.io/crates/axum-server/0.7.1/download", + "sha256": "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" } }, "targets": [ @@ -5010,7 +5243,9 @@ "default", "rustls", "rustls-pemfile", + "rustls-pki-types", "tls-rustls", + "tls-rustls-no-provider", "tokio-rustls" ], "selects": {} @@ -5042,7 +5277,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -5054,19 +5289,23 @@ "target": "pin_project_lite" }, { - "id": "rustls 0.21.12", + "id": "rustls 0.23.18", "target": "rustls" }, { "id": "rustls-pemfile 2.2.0", "target": "rustls_pemfile" }, + { + "id": "rustls-pki-types 1.10.0", + "target": "rustls_pki_types" + }, { "id": "tokio 1.41.1", "target": "tokio" }, { - "id": "tokio-rustls 0.24.1", + "id": "tokio-rustls 0.26.0", "target": "tokio_rustls" }, { @@ -5081,7 +5320,7 @@ "selects": {} }, "edition": "2021", - "version": "0.6.0" + "version": "0.7.1" }, "license": "MIT", "license_ids": [ @@ -5325,7 +5564,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -6237,7 +6476,32 @@ "common": [ "runtime" ], - "selects": {} + "selects": { + "arm-unknown-linux-gnueabi": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ], + "powerpc-unknown-linux-gnu": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ], + "s390x-unknown-linux-gnu": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ], + "x86_64-unknown-freebsd": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ] + } }, "deps": { "common": [ @@ -6294,7 +6558,64 @@ "target": "syn" } ], - "selects": {} + "selects": { + "arm-unknown-linux-gnueabi": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.2", + "target": "which" + } + ], + "powerpc-unknown-linux-gnu": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.2", + "target": "which" + } + ], + "s390x-unknown-linux-gnu": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.2", + "target": "which" + } + ], + "x86_64-unknown-freebsd": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.2", + "target": "which" + } + ] + } }, "edition": "2018", "version": "0.69.4" @@ -6313,7 +6634,32 @@ "target": "clang_sys" } ], - "selects": {} + "selects": { + "arm-unknown-linux-gnueabi": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ], + "powerpc-unknown-linux-gnu": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ], + "s390x-unknown-linux-gnu": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ], + "x86_64-unknown-freebsd": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ] + } } }, "license": "BSD-3-Clause", @@ -9490,7 +9836,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -10642,14 +10988,14 @@ ], "license_file": "LICENSE-APACHE" }, - "cc 1.0.83": { + "cc 1.2.1": { "name": "cc", - "version": "1.0.83", + "version": "1.2.1", "package_url": "/~https://github.com/rust-lang/cc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cc/1.0.83/download", - "sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0", + "url": "https://static.crates.io/crates/cc/1.2.1/download", + "sha256": "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47", "patch_args": [ "-p1" ], @@ -10681,97 +11027,98 @@ "common": [], "selects": { "aarch64-apple-darwin": [ - "jobserver", "parallel" ], "aarch64-pc-windows-msvc": [ - "jobserver", "parallel" ], "aarch64-unknown-linux-gnu": [ - "jobserver", "parallel" ], "aarch64-unknown-nixos-gnu": [ - "jobserver", "parallel" ], "arm-unknown-linux-gnueabi": [ - "jobserver", "parallel" ], "i686-pc-windows-msvc": [ - "jobserver", "parallel" ], "i686-unknown-linux-gnu": [ - "jobserver", "parallel" ], "powerpc-unknown-linux-gnu": [ - "jobserver", "parallel" ], "s390x-unknown-linux-gnu": [ - "jobserver", "parallel" ], "x86_64-apple-darwin": [ - "jobserver", "parallel" ], "x86_64-pc-windows-msvc": [ - "jobserver", "parallel" ], "x86_64-unknown-freebsd": [ - "jobserver", "parallel" ], "x86_64-unknown-linux-gnu": [ - "jobserver", "parallel" ], "x86_64-unknown-nixos-gnu": [ - "jobserver", "parallel" ] } }, "deps": { - "common": [], + "common": [ + { + "id": "shlex 1.3.0", + "target": "shlex" + } + ], "selects": { "aarch64-apple-darwin": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "aarch64-pc-windows-msvc": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" } ], "aarch64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "aarch64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "arm-unknown-linux-gnueabi": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" - } - ], - "cfg(unix)": [ + }, { "id": "libc 0.2.158", "target": "libc" @@ -10779,62 +11126,90 @@ ], "i686-pc-windows-msvc": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" } ], "i686-unknown-linux-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "powerpc-unknown-linux-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "s390x-unknown-linux-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-apple-darwin": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-pc-windows-msvc": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" } ], "x86_64-unknown-freebsd": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ] } }, "edition": "2018", - "version": "1.0.83" + "version": "1.2.1" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -12851,6 +13226,54 @@ ], "license_file": null }, + "cmake 0.1.51": { + "name": "cmake", + "version": "0.1.51", + "package_url": "/~https://github.com/rust-lang/cmake-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cmake/0.1.51/download", + "sha256": "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cmake", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "cmake", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.2.1", + "target": "cc" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.51" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, "cobs 0.2.3": { "name": "cobs", "version": "0.2.3", @@ -18454,15 +18877,15 @@ "target": "async_stream" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { - "id": "axum-extra 0.9.1", + "id": "axum-extra 0.9.6", "target": "axum_extra" }, { - "id": "axum-server 0.6.0", + "id": "axum-server 0.7.1", "target": "axum_server" }, { @@ -18575,7 +18998,7 @@ "target": "cargo_metadata" }, { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -18779,7 +19202,7 @@ "target": "humantime_serde" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -19309,7 +19732,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -20292,6 +20715,46 @@ ], "license_file": "LICENSE" }, + "dunce 1.0.5": { + "name": "dunce", + "version": "1.0.5", + "package_url": "https://gitlab.com/kornelski/dunce", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/dunce/1.0.5/download", + "sha256": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dunce", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "dunce", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.0.5" + }, + "license": "CC0-1.0 OR MIT-0 OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "CC0-1.0", + "MIT-0" + ], + "license_file": "LICENSE" + }, "duration-string 0.3.0": { "name": "duration-string", "version": "0.3.0", @@ -21929,7 +22392,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -23524,14 +23987,14 @@ ], "license_file": "LICENSE-APACHE" }, - "fastrand 2.0.1": { + "fastrand 2.2.0": { "name": "fastrand", - "version": "2.0.1", + "version": "2.2.0", "package_url": "/~https://github.com/smol-rs/fastrand", "repository": { "Http": { - "url": "https://static.crates.io/crates/fastrand/2.0.1/download", - "sha256": "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" + "url": "https://static.crates.io/crates/fastrand/2.2.0/download", + "sha256": "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" } }, "targets": [ @@ -23562,7 +24025,7 @@ "selects": {} }, "edition": "2018", - "version": "2.0.1" + "version": "2.2.0" }, "license": "Apache-2.0 OR MIT", "license_ids": [ @@ -23875,7 +24338,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -24943,7 +25406,7 @@ "deps": { "common": [ { - "id": "fastrand 2.0.1", + "id": "fastrand 2.2.0", "target": "fastrand" }, { @@ -25082,7 +25545,7 @@ "target": "futures_io" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -28679,14 +29142,14 @@ ], "license_file": "LICENSE" }, - "hyper 1.5.0": { + "hyper 1.5.1": { "name": "hyper", - "version": "1.5.0", + "version": "1.5.1", "package_url": "/~https://github.com/hyperium/hyper", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper/1.5.0/download", - "sha256": "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" + "url": "https://static.crates.io/crates/hyper/1.5.1/download", + "sha256": "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" } }, "targets": [ @@ -28777,7 +29240,7 @@ "selects": {} }, "edition": "2021", - "version": "1.5.0" + "version": "1.5.1" }, "license": "MIT", "license_ids": [ @@ -28833,7 +29296,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29137,7 +29600,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29149,7 +29612,7 @@ "target": "log" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -29420,7 +29883,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29484,7 +29947,7 @@ "deps": { "common": [ { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29584,7 +30047,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29766,7 +30229,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -29858,7 +30321,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -30727,7 +31190,7 @@ "target": "arc_swap" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -30791,7 +31254,7 @@ "target": "humantime" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -30839,7 +31302,7 @@ "target": "reqwest" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -35719,7 +36182,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -36520,14 +36983,14 @@ ], "license_file": "LICENSE-APACHE" }, - "jobserver 0.1.27": { + "jobserver 0.1.32": { "name": "jobserver", - "version": "0.1.27", - "package_url": "/~https://github.com/alexcrichton/jobserver-rs", + "version": "0.1.32", + "package_url": "/~https://github.com/rust-lang/jobserver-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/jobserver/0.1.27/download", - "sha256": "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" + "url": "https://static.crates.io/crates/jobserver/0.1.32/download", + "sha256": "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" } }, "targets": [ @@ -36560,10 +37023,10 @@ ] } }, - "edition": "2018", - "version": "0.1.27" + "edition": "2021", + "version": "0.1.32" }, - "license": "MIT/Apache-2.0", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" @@ -37350,7 +37813,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -37382,7 +37845,7 @@ "target": "pem" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -38652,7 +39115,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -38934,7 +39397,7 @@ "target": "bindgen" }, { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39035,7 +39498,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39135,7 +39598,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39244,7 +39707,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39342,7 +39805,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39747,7 +40210,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -40394,7 +40857,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -41407,7 +41870,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -41443,7 +41906,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -42200,6 +42663,44 @@ ], "license_file": null }, + "mirai-annotations 1.12.0": { + "name": "mirai-annotations", + "version": "1.12.0", + "package_url": "/~https://github.com/facebookexperimental/MIRAI", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/mirai-annotations/1.12.0/download", + "sha256": "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mirai_annotations", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "mirai_annotations", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.12.0" + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": null + }, "mockall 0.13.0": { "name": "mockall", "version": "0.13.0", @@ -42769,6 +43270,120 @@ ], "license_file": "LICENSE" }, + "multer 3.1.0": { + "name": "multer", + "version": "3.1.0", + "package_url": "/~https://github.com/rwf2/multer", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/multer/3.1.0/download", + "sha256": "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multer", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "multer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.8.0", + "target": "bytes" + }, + { + "id": "encoding_rs 0.8.33", + "target": "encoding_rs" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "http 1.1.0", + "target": "http" + }, + { + "id": "httparse 1.8.0", + "target": "httparse" + }, + { + "id": "memchr 2.6.4", + "target": "memchr" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "multer 3.1.0", + "target": "build_script_build" + }, + { + "id": "spin 0.9.8", + "target": "spin" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.1.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" + }, "multimap 0.8.3": { "name": "multimap", "version": "0.8.3", @@ -45282,7 +45897,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -47732,7 +48347,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -49107,7 +49722,7 @@ "target": "atomic_waker" }, { - "id": "fastrand 2.0.1", + "id": "fastrand 2.2.0", "target": "fastrand" }, { @@ -50569,6 +51184,23 @@ "compile_data_glob": [ "**" ], + "crate_features": { + "common": [], + "selects": { + "arm-unknown-linux-gnueabi": [ + "verbatim" + ], + "powerpc-unknown-linux-gnu": [ + "verbatim" + ], + "s390x-unknown-linux-gnu": [ + "verbatim" + ], + "x86_64-unknown-freebsd": [ + "verbatim" + ] + } + }, "deps": { "common": [ { @@ -52595,7 +53227,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -53290,7 +53922,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -53378,7 +54010,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57236,7 +57868,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57286,7 +57918,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57336,7 +57968,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57386,7 +58018,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57436,7 +58068,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57486,7 +58118,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57536,7 +58168,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57586,7 +58218,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57636,7 +58268,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57686,7 +58318,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57736,7 +58368,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57786,7 +58418,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57828,7 +58460,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -57906,7 +58538,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57956,7 +58588,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58006,7 +58638,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58056,7 +58688,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58106,7 +58738,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58156,7 +58788,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58206,7 +58838,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58256,7 +58888,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58306,7 +58938,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58356,7 +58988,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58406,7 +59038,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58468,7 +59100,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58518,7 +59150,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58568,7 +59200,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58618,7 +59250,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58668,7 +59300,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58718,7 +59350,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58768,7 +59400,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58818,7 +59450,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58868,7 +59500,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -59276,7 +59908,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -59393,7 +60025,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -61481,13 +62113,109 @@ ], "crate_features": { "common": [ - "dangerous_configuration", "default", "log", "logging", "tls12" ], - "selects": {} + "selects": { + "aarch64-apple-darwin": [ + "dangerous_configuration" + ], + "aarch64-apple-ios": [ + "dangerous_configuration" + ], + "aarch64-apple-ios-sim": [ + "dangerous_configuration" + ], + "aarch64-fuchsia": [ + "dangerous_configuration" + ], + "aarch64-linux-android": [ + "dangerous_configuration" + ], + "aarch64-pc-windows-msvc": [ + "dangerous_configuration" + ], + "aarch64-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "aarch64-unknown-nixos-gnu": [ + "dangerous_configuration" + ], + "aarch64-unknown-nto-qnx710": [ + "dangerous_configuration" + ], + "arm-unknown-linux-gnueabi": [ + "dangerous_configuration" + ], + "armv7-linux-androideabi": [ + "dangerous_configuration" + ], + "armv7-unknown-linux-gnueabi": [ + "dangerous_configuration" + ], + "i686-apple-darwin": [ + "dangerous_configuration" + ], + "i686-linux-android": [ + "dangerous_configuration" + ], + "i686-pc-windows-msvc": [ + "dangerous_configuration" + ], + "i686-unknown-freebsd": [ + "dangerous_configuration" + ], + "i686-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "powerpc-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "riscv32imc-unknown-none-elf": [ + "dangerous_configuration" + ], + "riscv64gc-unknown-none-elf": [ + "dangerous_configuration" + ], + "s390x-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "thumbv7em-none-eabi": [ + "dangerous_configuration" + ], + "thumbv8m.main-none-eabi": [ + "dangerous_configuration" + ], + "x86_64-apple-darwin": [ + "dangerous_configuration" + ], + "x86_64-apple-ios": [ + "dangerous_configuration" + ], + "x86_64-fuchsia": [ + "dangerous_configuration" + ], + "x86_64-linux-android": [ + "dangerous_configuration" + ], + "x86_64-pc-windows-msvc": [ + "dangerous_configuration" + ], + "x86_64-unknown-freebsd": [ + "dangerous_configuration" + ], + "x86_64-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "x86_64-unknown-nixos-gnu": [ + "dangerous_configuration" + ], + "x86_64-unknown-none": [ + "dangerous_configuration" + ] + } }, "deps": { "common": [ @@ -61654,14 +62382,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rustls 0.23.17": { + "rustls 0.23.18": { "name": "rustls", - "version": "0.23.17", + "version": "0.23.18", "package_url": "/~https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls/0.23.17/download", - "sha256": "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" + "url": "https://static.crates.io/crates/rustls/0.23.18/download", + "sha256": "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" } }, "targets": [ @@ -61697,6 +62425,8 @@ ], "crate_features": { "common": [ + "aws-lc-rs", + "aws_lc_rs", "brotli", "log", "logging", @@ -61708,6 +62438,10 @@ }, "deps": { "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "aws_lc_rs" + }, { "id": "brotli 7.0.0", "target": "brotli" @@ -61729,7 +62463,7 @@ "target": "ring" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "build_script_build" }, { @@ -61753,7 +62487,7 @@ "selects": {} }, "edition": "2021", - "version": "0.23.17" + "version": "0.23.18" }, "build_script_attrs": { "compile_data_glob": [ @@ -61764,6 +62498,10 @@ ], "link_deps": { "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "aws_lc_rs" + }, { "id": "ring 0.17.7", "target": "ring" @@ -62315,7 +63053,7 @@ "target": "once_cell" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" } ], @@ -62520,6 +63258,7 @@ "crate_features": { "common": [ "alloc", + "aws_lc_rs", "ring", "std" ], @@ -62624,6 +63363,10 @@ }, "deps": { "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "aws_lc_rs" + }, { "id": "ring 0.17.7", "target": "ring" @@ -63865,7 +64608,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -63950,7 +64693,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -64039,7 +64782,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -68415,7 +69158,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -70637,7 +71380,7 @@ "target": "cfg_if" }, { - "id": "fastrand 2.0.1", + "id": "fastrand 2.2.0", "target": "fastrand" }, { @@ -71816,7 +72559,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -73605,7 +74348,7 @@ "deps": { "common": [ { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -74343,7 +75086,7 @@ "target": "async_stream" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -74371,7 +75114,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -75236,7 +75979,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -80262,7 +81005,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -85865,7 +86608,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -86534,6 +87277,32 @@ "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], + "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], "cfg(not(any(target_os = \"macos\", target_os = \"ios\", target_os = \"windows\", target_arch = \"wasm32\")))": [ "aarch64-fuchsia", "aarch64-linux-android", @@ -86969,9 +87738,9 @@ "async-scoped 0.8.0", "async-stream 0.3.6", "async-trait 0.1.83", - "axum 0.7.7", - "axum-extra 0.9.1", - "axum-server 0.6.0", + "axum 0.7.9", + "axum-extra 0.9.6", + "axum-server 0.7.1", "backoff 0.4.0", "backon 0.4.1", "base32 0.4.0", @@ -86999,7 +87768,7 @@ "candid 0.10.10", "candid_parser 0.1.2", "cargo_metadata 0.14.2", - "cc 1.0.83", + "cc 1.2.1", "cddl 0.9.4", "cfg-if 1.0.0", "chacha20poly1305 0.10.1", @@ -87051,7 +87820,7 @@ "http-body-util 0.1.2", "humantime 2.1.0", "humantime-serde 1.1.1", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2 0.9.1", "hyper-util 0.1.10", @@ -87189,7 +87958,7 @@ "rust_decimal_macros 1.36.0", "rustc-demangle 0.1.23", "rustc-hash 1.1.0", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustversion 1.0.14", "rusty-fork 0.3.0", diff --git a/Cargo.Bazel.Fuzzing.toml.lock b/Cargo.Bazel.Fuzzing.toml.lock index 01d44821c46..d0476d23d67 100644 --- a/Cargo.Bazel.Fuzzing.toml.lock +++ b/Cargo.Bazel.Fuzzing.toml.lock @@ -785,11 +785,38 @@ version = "1.1.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +[[package]] +name = "aws-lc-rs" +version = "1.10.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" +dependencies = [ + "aws-lc-sys", + "mirai-annotations", + "paste", + "zeroize", +] + +[[package]] +name = "aws-lc-sys" +version = "0.22.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" +dependencies = [ + "bindgen 0.69.4", + "cc", + "cmake", + "dunce", + "fs_extra", + "libc", + "paste", +] + [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core", @@ -799,7 +826,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "itoa", "matchit", @@ -843,22 +870,24 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.9.1" +version = "0.9.6" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" +checksum = "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" dependencies = [ "axum", "axum-core", "bytes", + "fastrand 2.2.0", "futures-util", "headers 0.4.0", "http 1.1.0", "http-body 1.0.1", "http-body-util", "mime", + "multer 3.1.0", "pin-project-lite", "serde", - "tower 0.4.13", + "tower 0.5.1", "tower-layer", "tower-service", ] @@ -894,9 +923,9 @@ dependencies = [ [[package]] name = "axum-server" -version = "0.6.0" +version = "0.7.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" +checksum = "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" dependencies = [ "arc-swap", "bytes", @@ -904,13 +933,14 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", - "rustls 0.21.12", + "rustls 0.23.18", "rustls-pemfile 2.2.0", + "rustls-pki-types", "tokio", - "tokio-rustls 0.24.1", + "tokio-rustls 0.26.0", "tower 0.4.13", "tower-service", ] @@ -1092,12 +1122,15 @@ dependencies = [ "itertools 0.12.0", "lazy_static", "lazycell", + "log", + "prettyplease", "proc-macro2", "quote", "regex", "rustc-hash 1.1.0", "shlex", "syn 2.0.87", + "which", ] [[package]] @@ -1802,12 +1835,13 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.0.83" +version = "1.2.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" +checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" dependencies = [ "jobserver", "libc", + "shlex", ] [[package]] @@ -2105,6 +2139,15 @@ dependencies = [ "uuid", ] +[[package]] +name = "cmake" +version = "0.1.51" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" +dependencies = [ + "cc", +] + [[package]] name = "cobs" version = "0.2.3" @@ -3076,7 +3119,7 @@ dependencies = [ "http-body-util", "humantime", "humantime-serde", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -3214,7 +3257,7 @@ dependencies = [ "rust_decimal_macros", "rustc-demangle", "rustc-hash 1.1.0", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustversion", "rusty-fork", @@ -3404,6 +3447,12 @@ dependencies = [ "dtoa", ] +[[package]] +name = "dunce" +version = "1.0.5" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + [[package]] name = "duration-string" version = "0.3.0" @@ -3890,9 +3939,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.0.1" +version = "2.2.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" +checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" [[package]] name = "ff" @@ -4112,7 +4161,7 @@ version = "2.0.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63" dependencies = [ - "fastrand 2.0.1", + "fastrand 2.2.0", "futures-core", "futures-io", "memchr", @@ -4139,7 +4188,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", ] @@ -4757,9 +4806,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", @@ -4786,7 +4835,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -4820,10 +4869,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "log", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -4840,7 +4889,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "thiserror 1.0.68", "tokio", @@ -4853,7 +4902,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "tokio", @@ -4871,7 +4920,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.1", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -4919,7 +4968,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-certification", @@ -4976,7 +5025,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "instant-acme", "mockall", @@ -4988,7 +5037,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5904,7 +5953,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.7", @@ -6032,9 +6081,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.27" +version = "0.1.32" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" +checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" dependencies = [ "libc", ] @@ -6168,7 +6217,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -6177,7 +6226,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.4", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -6771,7 +6820,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.24.2", "hyper-util", "itertools 0.11.0", @@ -6878,6 +6927,12 @@ version = "4.2.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d07cbe42e2a8dd41df582fb8e00fc24d920b5561cc301fcb6d14e2e0434b500f" +[[package]] +name = "mirai-annotations" +version = "1.12.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" + [[package]] name = "mockall" version = "0.13.0" @@ -6971,6 +7026,23 @@ dependencies = [ "version_check", ] +[[package]] +name = "multer" +version = "3.1.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" +dependencies = [ + "bytes", + "encoding_rs", + "futures-util", + "http 1.1.0", + "httparse", + "memchr", + "mime", + "spin 0.9.8", + "version_check", +] + [[package]] name = "multimap" version = "0.8.3" @@ -8015,7 +8087,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", - "fastrand 2.0.1", + "fastrand 2.2.0", "futures-io", ] @@ -8703,7 +8775,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -8720,7 +8792,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.7", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "slab", "thiserror 1.0.68", "tinyvec", @@ -9169,7 +9241,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -9181,7 +9253,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -9528,10 +9600,11 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.17" +version = "0.23.18" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" +checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" dependencies = [ + "aws-lc-rs", "brotli 7.0.0", "brotli-decompressor 4.0.1", "log", @@ -9642,7 +9715,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.7.0", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -9674,6 +9747,7 @@ version = "0.102.8" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ + "aws-lc-rs", "ring 0.17.7", "rustls-pki-types", "untrusted 0.9.0", @@ -10928,7 +11002,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ "cfg-if 1.0.0", - "fastrand 2.0.1", + "fastrand 2.2.0", "once_cell", "rustix", "windows-sys 0.59.0", @@ -11311,7 +11385,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", "tokio", ] @@ -11449,7 +11523,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-timeout", "hyper-util", "percent-encoding", @@ -12173,7 +12247,7 @@ dependencies = [ "log", "mime", "mime_guess", - "multer", + "multer 2.1.0", "percent-encoding", "pin-project", "rustls-pemfile 2.2.0", diff --git a/Cargo.Bazel.json.lock b/Cargo.Bazel.json.lock index 82ff9583269..8d6fe794b22 100644 --- a/Cargo.Bazel.json.lock +++ b/Cargo.Bazel.json.lock @@ -1,5 +1,5 @@ { - "checksum": "6e0d1102e47370e22a5da2034cd2281dbe6964d8dbbff85c2ed39139d88cac00", + "checksum": "8d29358dc7bf66841a0a6331d11783454b01cfe92153ddd01a53dae903505c05", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -1626,7 +1626,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4445,14 +4445,237 @@ ], "license_file": "LICENSE-APACHE" }, - "axum 0.7.7": { + "aws-lc-rs 1.10.0": { + "name": "aws-lc-rs", + "version": "1.10.0", + "package_url": "/~https://github.com/aws/aws-lc-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/aws-lc-rs/1.10.0/download", + "sha256": "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aws_lc_rs", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "aws_lc_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "aws-lc-sys", + "prebuilt-nasm" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "build_script_build" + }, + { + "id": "aws-lc-sys 0.22.0", + "target": "aws_lc_sys" + }, + { + "id": "mirai-annotations 1.12.0", + "target": "mirai_annotations" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ], + "selects": {} + }, + "version": "1.10.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "link_deps": { + "common": [ + { + "id": "aws-lc-sys 0.22.0", + "target": "aws_lc_sys" + } + ], + "selects": {} + }, + "links": "aws_lc_rs_1_10_0_sys" + }, + "license": "ISC AND (Apache-2.0 OR ISC)", + "license_ids": [ + "Apache-2.0", + "ISC" + ], + "license_file": "LICENSE" + }, + "aws-lc-sys 0.22.0": { + "name": "aws-lc-sys", + "version": "0.22.0", + "package_url": "/~https://github.com/aws/aws-lc-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/aws-lc-sys/0.22.0/download", + "sha256": "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aws_lc_sys", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_main", + "crate_root": "builder/main.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "aws_lc_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "prebuilt-nasm" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aws-lc-sys 0.22.0", + "target": "build_script_main" + }, + { + "id": "libc 0.2.158", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.22.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.2.1", + "target": "cc" + }, + { + "id": "cmake 0.1.51", + "target": "cmake" + }, + { + "id": "dunce 1.0.5", + "target": "dunce" + }, + { + "id": "fs_extra 1.3.0", + "target": "fs_extra" + } + ], + "selects": { + "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ + { + "id": "bindgen 0.69.4", + "target": "bindgen" + } + ] + } + }, + "links": "aws_lc_0_22_0" + }, + "license": "ISC AND (Apache-2.0 OR ISC) AND OpenSSL", + "license_ids": [ + "Apache-2.0", + "ISC", + "OpenSSL" + ], + "license_file": "LICENSE" + }, + "axum 0.7.9": { "name": "axum", - "version": "0.7.7", + "version": "0.7.9", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum/0.7.7/download", - "sha256": "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" + "url": "https://static.crates.io/crates/axum/0.7.9/download", + "sha256": "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" } }, "targets": [ @@ -4517,7 +4740,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -4609,7 +4832,7 @@ ], "selects": {} }, - "version": "0.7.7" + "version": "0.7.9" }, "license": "MIT", "license_ids": [ @@ -4723,14 +4946,14 @@ ], "license_file": "LICENSE" }, - "axum-extra 0.9.1": { + "axum-extra 0.9.6": { "name": "axum-extra", - "version": "0.9.1", + "version": "0.9.6", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-extra/0.9.1/download", - "sha256": "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" + "url": "https://static.crates.io/crates/axum-extra/0.9.6/download", + "sha256": "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" } }, "targets": [ @@ -4755,6 +4978,8 @@ "crate_features": { "common": [ "default", + "multipart", + "tracing", "typed-header" ], "selects": {} @@ -4762,7 +4987,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4773,6 +4998,10 @@ "id": "bytes 1.8.0", "target": "bytes" }, + { + "id": "fastrand 2.1.0", + "target": "fastrand" + }, { "id": "futures-util 0.3.31", "target": "futures_util" @@ -4797,6 +5026,10 @@ "id": "mime 0.3.17", "target": "mime" }, + { + "id": "multer 3.1.0", + "target": "multer" + }, { "id": "pin-project-lite 0.2.13", "target": "pin_project_lite" @@ -4806,7 +5039,7 @@ "target": "serde" }, { - "id": "tower 0.4.13", + "id": "tower 0.5.1", "target": "tower" }, { @@ -4821,7 +5054,7 @@ "selects": {} }, "edition": "2021", - "version": "0.9.1" + "version": "0.9.6" }, "license": "MIT", "license_ids": [ @@ -4924,7 +5157,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4979,14 +5212,14 @@ ], "license_file": null }, - "axum-server 0.6.0": { + "axum-server 0.7.1": { "name": "axum-server", - "version": "0.6.0", + "version": "0.7.1", "package_url": "/~https://github.com/programatik29/axum-server", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-server/0.6.0/download", - "sha256": "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" + "url": "https://static.crates.io/crates/axum-server/0.7.1/download", + "sha256": "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" } }, "targets": [ @@ -5014,7 +5247,9 @@ "default", "rustls", "rustls-pemfile", + "rustls-pki-types", "tls-rustls", + "tls-rustls-no-provider", "tokio-rustls" ], "selects": {} @@ -5046,7 +5281,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -5058,19 +5293,23 @@ "target": "pin_project_lite" }, { - "id": "rustls 0.21.12", + "id": "rustls 0.23.18", "target": "rustls" }, { "id": "rustls-pemfile 2.2.0", "target": "rustls_pemfile" }, + { + "id": "rustls-pki-types 1.10.0", + "target": "rustls_pki_types" + }, { "id": "tokio 1.41.1", "target": "tokio" }, { - "id": "tokio-rustls 0.24.1", + "id": "tokio-rustls 0.26.0", "target": "tokio_rustls" }, { @@ -5085,7 +5324,7 @@ "selects": {} }, "edition": "2021", - "version": "0.6.0" + "version": "0.7.1" }, "license": "MIT", "license_ids": [ @@ -5326,7 +5565,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -6217,7 +6456,32 @@ "common": [ "runtime" ], - "selects": {} + "selects": { + "arm-unknown-linux-gnueabi": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ], + "powerpc-unknown-linux-gnu": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ], + "s390x-unknown-linux-gnu": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ], + "x86_64-unknown-freebsd": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ] + } }, "deps": { "common": [ @@ -6274,7 +6538,64 @@ "target": "syn" } ], - "selects": {} + "selects": { + "arm-unknown-linux-gnueabi": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.0", + "target": "which" + } + ], + "powerpc-unknown-linux-gnu": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.0", + "target": "which" + } + ], + "s390x-unknown-linux-gnu": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.0", + "target": "which" + } + ], + "x86_64-unknown-freebsd": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.0", + "target": "which" + } + ] + } }, "edition": "2018", "version": "0.69.4" @@ -6293,7 +6614,32 @@ "target": "clang_sys" } ], - "selects": {} + "selects": { + "arm-unknown-linux-gnueabi": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ], + "powerpc-unknown-linux-gnu": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ], + "s390x-unknown-linux-gnu": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ], + "x86_64-unknown-freebsd": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ] + } } }, "license": "BSD-3-Clause", @@ -9407,7 +9753,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -10538,14 +10884,14 @@ ], "license_file": "LICENSE-APACHE" }, - "cc 1.0.83": { + "cc 1.2.1": { "name": "cc", - "version": "1.0.83", + "version": "1.2.1", "package_url": "/~https://github.com/rust-lang/cc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cc/1.0.83/download", - "sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0", + "url": "https://static.crates.io/crates/cc/1.2.1/download", + "sha256": "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47", "patch_args": [ "-p1" ], @@ -10577,97 +10923,98 @@ "common": [], "selects": { "aarch64-apple-darwin": [ - "jobserver", "parallel" ], "aarch64-pc-windows-msvc": [ - "jobserver", "parallel" ], "aarch64-unknown-linux-gnu": [ - "jobserver", "parallel" ], "aarch64-unknown-nixos-gnu": [ - "jobserver", "parallel" ], "arm-unknown-linux-gnueabi": [ - "jobserver", "parallel" ], "i686-pc-windows-msvc": [ - "jobserver", "parallel" ], "i686-unknown-linux-gnu": [ - "jobserver", "parallel" ], "powerpc-unknown-linux-gnu": [ - "jobserver", "parallel" ], "s390x-unknown-linux-gnu": [ - "jobserver", "parallel" ], "x86_64-apple-darwin": [ - "jobserver", "parallel" ], "x86_64-pc-windows-msvc": [ - "jobserver", "parallel" ], "x86_64-unknown-freebsd": [ - "jobserver", "parallel" ], "x86_64-unknown-linux-gnu": [ - "jobserver", "parallel" ], "x86_64-unknown-nixos-gnu": [ - "jobserver", "parallel" ] } }, "deps": { - "common": [], + "common": [ + { + "id": "shlex 1.3.0", + "target": "shlex" + } + ], "selects": { "aarch64-apple-darwin": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "aarch64-pc-windows-msvc": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" } ], "aarch64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "aarch64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "arm-unknown-linux-gnueabi": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" - } - ], - "cfg(unix)": [ + }, { "id": "libc 0.2.158", "target": "libc" @@ -10675,62 +11022,90 @@ ], "i686-pc-windows-msvc": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" } ], "i686-unknown-linux-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "powerpc-unknown-linux-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "s390x-unknown-linux-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-apple-darwin": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-pc-windows-msvc": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" } ], "x86_64-unknown-freebsd": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ] } }, "edition": "2018", - "version": "1.0.83" + "version": "1.2.1" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -12747,6 +13122,54 @@ ], "license_file": null }, + "cmake 0.1.51": { + "name": "cmake", + "version": "0.1.51", + "package_url": "/~https://github.com/rust-lang/cmake-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cmake/0.1.51/download", + "sha256": "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cmake", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "cmake", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.2.1", + "target": "cc" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.51" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, "cobs 0.2.3": { "name": "cobs", "version": "0.2.3", @@ -18282,15 +18705,15 @@ "target": "async_stream" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { - "id": "axum-extra 0.9.1", + "id": "axum-extra 0.9.6", "target": "axum_extra" }, { - "id": "axum-server 0.6.0", + "id": "axum-server 0.7.1", "target": "axum_server" }, { @@ -18403,7 +18826,7 @@ "target": "cargo_metadata" }, { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -18607,7 +19030,7 @@ "target": "humantime_serde" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -19137,7 +19560,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -20120,6 +20543,46 @@ ], "license_file": "LICENSE" }, + "dunce 1.0.5": { + "name": "dunce", + "version": "1.0.5", + "package_url": "https://gitlab.com/kornelski/dunce", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/dunce/1.0.5/download", + "sha256": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dunce", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "dunce", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.0.5" + }, + "license": "CC0-1.0 OR MIT-0 OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "CC0-1.0", + "MIT-0" + ], + "license_file": "LICENSE" + }, "duration-string 0.3.0": { "name": "duration-string", "version": "0.3.0", @@ -21781,7 +22244,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -23726,7 +24189,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -24933,7 +25396,7 @@ "target": "futures_io" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -28534,14 +28997,14 @@ ], "license_file": "LICENSE" }, - "hyper 1.5.0": { + "hyper 1.5.1": { "name": "hyper", - "version": "1.5.0", + "version": "1.5.1", "package_url": "/~https://github.com/hyperium/hyper", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper/1.5.0/download", - "sha256": "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" + "url": "https://static.crates.io/crates/hyper/1.5.1/download", + "sha256": "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" } }, "targets": [ @@ -28632,7 +29095,7 @@ "selects": {} }, "edition": "2021", - "version": "1.5.0" + "version": "1.5.1" }, "license": "MIT", "license_ids": [ @@ -28688,7 +29151,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -28992,7 +29455,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29004,7 +29467,7 @@ "target": "log" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -29275,7 +29738,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29339,7 +29802,7 @@ "deps": { "common": [ { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29439,7 +29902,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29621,7 +30084,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -29713,7 +30176,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -30582,7 +31045,7 @@ "target": "arc_swap" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -30646,7 +31109,7 @@ "target": "humantime" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -30694,7 +31157,7 @@ "target": "reqwest" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -35553,7 +36016,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -36354,14 +36817,14 @@ ], "license_file": "LICENSE-APACHE" }, - "jobserver 0.1.26": { + "jobserver 0.1.32": { "name": "jobserver", - "version": "0.1.26", - "package_url": "/~https://github.com/alexcrichton/jobserver-rs", + "version": "0.1.32", + "package_url": "/~https://github.com/rust-lang/jobserver-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/jobserver/0.1.26/download", - "sha256": "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" + "url": "https://static.crates.io/crates/jobserver/0.1.32/download", + "sha256": "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" } }, "targets": [ @@ -36394,10 +36857,10 @@ ] } }, - "edition": "2018", - "version": "0.1.26" + "edition": "2021", + "version": "0.1.32" }, - "license": "MIT/Apache-2.0", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" @@ -37184,7 +37647,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -37216,7 +37679,7 @@ "target": "pem" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -38486,7 +38949,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -38768,7 +39231,7 @@ "target": "bindgen" }, { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -38869,7 +39332,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -38969,7 +39432,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39078,7 +39541,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39176,7 +39639,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39584,7 +40047,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -40235,7 +40698,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -41247,7 +41710,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -41283,7 +41746,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -42040,6 +42503,44 @@ ], "license_file": null }, + "mirai-annotations 1.12.0": { + "name": "mirai-annotations", + "version": "1.12.0", + "package_url": "/~https://github.com/facebookexperimental/MIRAI", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/mirai-annotations/1.12.0/download", + "sha256": "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mirai_annotations", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "mirai_annotations", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.12.0" + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": null + }, "mockall 0.13.0": { "name": "mockall", "version": "0.13.0", @@ -42609,6 +43110,120 @@ ], "license_file": "LICENSE" }, + "multer 3.1.0": { + "name": "multer", + "version": "3.1.0", + "package_url": "/~https://github.com/rwf2/multer", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/multer/3.1.0/download", + "sha256": "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multer", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "multer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.8.0", + "target": "bytes" + }, + { + "id": "encoding_rs 0.8.32", + "target": "encoding_rs" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "http 1.1.0", + "target": "http" + }, + { + "id": "httparse 1.8.0", + "target": "httparse" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "multer 3.1.0", + "target": "build_script_build" + }, + { + "id": "spin 0.9.8", + "target": "spin" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.1.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" + }, "multimap 0.8.3": { "name": "multimap", "version": "0.8.3", @@ -45089,7 +45704,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -47539,7 +48154,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -50371,6 +50986,23 @@ "compile_data_glob": [ "**" ], + "crate_features": { + "common": [], + "selects": { + "arm-unknown-linux-gnueabi": [ + "verbatim" + ], + "powerpc-unknown-linux-gnu": [ + "verbatim" + ], + "s390x-unknown-linux-gnu": [ + "verbatim" + ], + "x86_64-unknown-freebsd": [ + "verbatim" + ] + } + }, "deps": { "common": [ { @@ -52397,7 +53029,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -53092,7 +53724,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -53180,7 +53812,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57082,7 +57714,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57132,7 +57764,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57182,7 +57814,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57232,7 +57864,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57282,7 +57914,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57332,7 +57964,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57382,7 +58014,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57432,7 +58064,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57482,7 +58114,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57532,7 +58164,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57582,7 +58214,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57632,7 +58264,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57674,7 +58306,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -57752,7 +58384,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57802,7 +58434,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57852,7 +58484,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57902,7 +58534,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57952,7 +58584,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58002,7 +58634,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58052,7 +58684,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58102,7 +58734,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58152,7 +58784,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58202,7 +58834,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58252,7 +58884,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58314,7 +58946,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58364,7 +58996,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58414,7 +59046,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58464,7 +59096,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58514,7 +59146,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58564,7 +59196,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58614,7 +59246,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58664,7 +59296,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58714,7 +59346,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -59122,7 +59754,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -59239,7 +59871,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -61327,13 +61959,109 @@ ], "crate_features": { "common": [ - "dangerous_configuration", "default", "log", "logging", "tls12" ], - "selects": {} + "selects": { + "aarch64-apple-darwin": [ + "dangerous_configuration" + ], + "aarch64-apple-ios": [ + "dangerous_configuration" + ], + "aarch64-apple-ios-sim": [ + "dangerous_configuration" + ], + "aarch64-fuchsia": [ + "dangerous_configuration" + ], + "aarch64-linux-android": [ + "dangerous_configuration" + ], + "aarch64-pc-windows-msvc": [ + "dangerous_configuration" + ], + "aarch64-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "aarch64-unknown-nixos-gnu": [ + "dangerous_configuration" + ], + "aarch64-unknown-nto-qnx710": [ + "dangerous_configuration" + ], + "arm-unknown-linux-gnueabi": [ + "dangerous_configuration" + ], + "armv7-linux-androideabi": [ + "dangerous_configuration" + ], + "armv7-unknown-linux-gnueabi": [ + "dangerous_configuration" + ], + "i686-apple-darwin": [ + "dangerous_configuration" + ], + "i686-linux-android": [ + "dangerous_configuration" + ], + "i686-pc-windows-msvc": [ + "dangerous_configuration" + ], + "i686-unknown-freebsd": [ + "dangerous_configuration" + ], + "i686-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "powerpc-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "riscv32imc-unknown-none-elf": [ + "dangerous_configuration" + ], + "riscv64gc-unknown-none-elf": [ + "dangerous_configuration" + ], + "s390x-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "thumbv7em-none-eabi": [ + "dangerous_configuration" + ], + "thumbv8m.main-none-eabi": [ + "dangerous_configuration" + ], + "x86_64-apple-darwin": [ + "dangerous_configuration" + ], + "x86_64-apple-ios": [ + "dangerous_configuration" + ], + "x86_64-fuchsia": [ + "dangerous_configuration" + ], + "x86_64-linux-android": [ + "dangerous_configuration" + ], + "x86_64-pc-windows-msvc": [ + "dangerous_configuration" + ], + "x86_64-unknown-freebsd": [ + "dangerous_configuration" + ], + "x86_64-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "x86_64-unknown-nixos-gnu": [ + "dangerous_configuration" + ], + "x86_64-unknown-none": [ + "dangerous_configuration" + ] + } }, "deps": { "common": [ @@ -61500,14 +62228,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rustls 0.23.17": { + "rustls 0.23.18": { "name": "rustls", - "version": "0.23.17", + "version": "0.23.18", "package_url": "/~https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls/0.23.17/download", - "sha256": "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" + "url": "https://static.crates.io/crates/rustls/0.23.18/download", + "sha256": "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" } }, "targets": [ @@ -61543,6 +62271,8 @@ ], "crate_features": { "common": [ + "aws-lc-rs", + "aws_lc_rs", "brotli", "log", "logging", @@ -61554,6 +62284,10 @@ }, "deps": { "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "aws_lc_rs" + }, { "id": "brotli 7.0.0", "target": "brotli" @@ -61575,7 +62309,7 @@ "target": "ring" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "build_script_build" }, { @@ -61599,7 +62333,7 @@ "selects": {} }, "edition": "2021", - "version": "0.23.17" + "version": "0.23.18" }, "build_script_attrs": { "compile_data_glob": [ @@ -61610,6 +62344,10 @@ ], "link_deps": { "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "aws_lc_rs" + }, { "id": "ring 0.17.7", "target": "ring" @@ -62161,7 +62899,7 @@ "target": "once_cell" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" } ], @@ -62366,6 +63104,7 @@ "crate_features": { "common": [ "alloc", + "aws_lc_rs", "ring", "std" ], @@ -62470,6 +63209,10 @@ }, "deps": { "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "aws_lc_rs" + }, { "id": "ring 0.17.7", "target": "ring" @@ -63711,7 +64454,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -63796,7 +64539,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -63885,7 +64628,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -68261,7 +69004,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -71662,7 +72405,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -73451,7 +74194,7 @@ "deps": { "common": [ { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -74189,7 +74932,7 @@ "target": "async_stream" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -74217,7 +74960,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -75082,7 +75825,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -80087,7 +80830,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -85823,7 +86566,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -86414,6 +87157,32 @@ "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], + "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], "cfg(not(any(target_os = \"macos\", target_os = \"ios\", target_os = \"windows\", target_arch = \"wasm32\")))": [ "aarch64-fuchsia", "aarch64-linux-android", @@ -86849,9 +87618,9 @@ "async-scoped 0.8.0", "async-stream 0.3.6", "async-trait 0.1.83", - "axum 0.7.7", - "axum-extra 0.9.1", - "axum-server 0.6.0", + "axum 0.7.9", + "axum-extra 0.9.6", + "axum-server 0.7.1", "backoff 0.4.0", "backon 0.4.1", "base32 0.4.0", @@ -86879,7 +87648,7 @@ "candid 0.10.10", "candid_parser 0.1.2", "cargo_metadata 0.14.2", - "cc 1.0.83", + "cc 1.2.1", "cddl 0.9.4", "cfg-if 1.0.0", "chacha20poly1305 0.10.1", @@ -86931,7 +87700,7 @@ "http-body-util 0.1.2", "humantime 2.1.0", "humantime-serde 1.1.1", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2 0.9.1", "hyper-util 0.1.10", @@ -87069,7 +87838,7 @@ "rust_decimal_macros 1.36.0", "rustc-demangle 0.1.23", "rustc-hash 1.1.0", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustversion 1.0.14", "rusty-fork 0.3.0", diff --git a/Cargo.Bazel.toml.lock b/Cargo.Bazel.toml.lock index e97bdf0f88c..e4955d32df0 100644 --- a/Cargo.Bazel.toml.lock +++ b/Cargo.Bazel.toml.lock @@ -786,11 +786,38 @@ version = "1.1.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +[[package]] +name = "aws-lc-rs" +version = "1.10.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" +dependencies = [ + "aws-lc-sys", + "mirai-annotations", + "paste", + "zeroize", +] + +[[package]] +name = "aws-lc-sys" +version = "0.22.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" +dependencies = [ + "bindgen 0.69.4", + "cc", + "cmake", + "dunce", + "fs_extra", + "libc", + "paste", +] + [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core", @@ -800,7 +827,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "itoa", "matchit", @@ -844,22 +871,24 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.9.1" +version = "0.9.6" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" +checksum = "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" dependencies = [ "axum", "axum-core", "bytes", + "fastrand 2.1.0", "futures-util", "headers 0.4.0", "http 1.1.0", "http-body 1.0.1", "http-body-util", "mime", + "multer 3.1.0", "pin-project-lite", "serde", - "tower 0.4.13", + "tower 0.5.1", "tower-layer", "tower-service", ] @@ -895,9 +924,9 @@ dependencies = [ [[package]] name = "axum-server" -version = "0.6.0" +version = "0.7.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" +checksum = "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" dependencies = [ "arc-swap", "bytes", @@ -905,13 +934,14 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", - "rustls 0.21.12", + "rustls 0.23.18", "rustls-pemfile 2.2.0", + "rustls-pki-types", "tokio", - "tokio-rustls 0.24.1", + "tokio-rustls 0.26.0", "tower 0.4.13", "tower-service", ] @@ -1093,12 +1123,15 @@ dependencies = [ "itertools 0.12.0", "lazy_static", "lazycell", + "log", + "prettyplease", "proc-macro2", "quote", "regex", "rustc-hash 1.1.0", "shlex", "syn 2.0.87", + "which", ] [[package]] @@ -1803,12 +1836,13 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.0.83" +version = "1.2.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" +checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" dependencies = [ "jobserver", "libc", + "shlex", ] [[package]] @@ -2106,6 +2140,15 @@ dependencies = [ "uuid", ] +[[package]] +name = "cmake" +version = "0.1.51" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" +dependencies = [ + "cc", +] + [[package]] name = "cobs" version = "0.2.3" @@ -3065,7 +3108,7 @@ dependencies = [ "http-body-util", "humantime", "humantime-serde", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -3203,7 +3246,7 @@ dependencies = [ "rust_decimal_macros", "rustc-demangle", "rustc-hash 1.1.0", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustversion", "rusty-fork", @@ -3393,6 +3436,12 @@ dependencies = [ "dtoa", ] +[[package]] +name = "dunce" +version = "1.0.5" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + [[package]] name = "duration-string" version = "0.3.0" @@ -4128,7 +4177,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", ] @@ -4747,9 +4796,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", @@ -4776,7 +4825,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -4810,10 +4859,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "log", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -4830,7 +4879,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "thiserror 1.0.68", "tokio", @@ -4843,7 +4892,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "tokio", @@ -4861,7 +4910,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.1", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -4909,7 +4958,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-certification", @@ -4966,7 +5015,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "instant-acme", "mockall", @@ -4978,7 +5027,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5894,7 +5943,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.7", @@ -6022,9 +6071,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.26" +version = "0.1.32" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" +checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" dependencies = [ "libc", ] @@ -6158,7 +6207,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -6167,7 +6216,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.3", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -6762,7 +6811,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.24.2", "hyper-util", "itertools 0.11.0", @@ -6869,6 +6918,12 @@ version = "4.2.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d07cbe42e2a8dd41df582fb8e00fc24d920b5561cc301fcb6d14e2e0434b500f" +[[package]] +name = "mirai-annotations" +version = "1.12.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" + [[package]] name = "mockall" version = "0.13.0" @@ -6962,6 +7017,23 @@ dependencies = [ "version_check", ] +[[package]] +name = "multer" +version = "3.1.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" +dependencies = [ + "bytes", + "encoding_rs", + "futures-util", + "http 1.1.0", + "httparse", + "memchr", + "mime", + "spin 0.9.8", + "version_check", +] + [[package]] name = "multimap" version = "0.8.3" @@ -8693,7 +8765,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -8710,7 +8782,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.7", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "slab", "thiserror 1.0.68", "tinyvec", @@ -9165,7 +9237,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -9177,7 +9249,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -9524,10 +9596,11 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.17" +version = "0.23.18" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" +checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" dependencies = [ + "aws-lc-rs", "brotli 7.0.0", "brotli-decompressor 4.0.1", "log", @@ -9638,7 +9711,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.7.0", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -9670,6 +9743,7 @@ version = "0.102.8" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ + "aws-lc-rs", "ring 0.17.7", "rustls-pki-types", "untrusted 0.9.0", @@ -11307,7 +11381,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", "tokio", ] @@ -11445,7 +11519,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-timeout", "hyper-util", "percent-encoding", @@ -12169,7 +12243,7 @@ dependencies = [ "log", "mime", "mime_guess", - "multer", + "multer 2.1.0", "percent-encoding", "pin-project", "rustls-pemfile 2.2.0", From e69c8580b21e7e1df12276f01f93f4a2c2a94d2a Mon Sep 17 00:00:00 2001 From: IDX GitHub Automation Date: Mon, 25 Nov 2024 09:45:43 +0000 Subject: [PATCH 03/14] Automatically updated Cargo*.lock --- Cargo.lock | 106 ++++++++++++++++++++++++++--------------------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 103829ac303..bf9edc8d544 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,9 +829,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core", @@ -840,7 +840,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "itoa", "matchit", @@ -917,7 +917,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "rustls 0.21.12", @@ -1687,7 +1687,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "once_cell", "pin-project-lite", "regex", @@ -4433,7 +4433,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", ] @@ -5054,9 +5054,9 @@ version = "0.9.0" dependencies = [ "axum", "clap 4.5.20", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "serde_json", "tokio", @@ -5121,9 +5121,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", @@ -5150,7 +5150,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -5182,10 +5182,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "log", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -5202,7 +5202,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "thiserror 1.0.68", "tokio", @@ -5215,7 +5215,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "tokio", @@ -5233,7 +5233,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.1", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -5398,7 +5398,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-certification 2.6.0", @@ -5533,7 +5533,7 @@ dependencies = [ "bytes", "futures", "futures-util", - "hyper 1.5.0", + "hyper 1.5.1", "rand 0.8.5", "slog", "tokio", @@ -5653,7 +5653,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "instant-acme", "mockall", @@ -5665,7 +5665,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5750,7 +5750,7 @@ dependencies = [ "rcgen", "regex", "reqwest 0.12.9", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "serde", "serde_bytes", @@ -6062,7 +6062,7 @@ dependencies = [ "futures-util", "hex", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-canister-client-sender", @@ -6084,7 +6084,7 @@ dependencies = [ "prost 0.13.3", "rand 0.8.5", "rand_chacha 0.3.1", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "serde_cbor", "tokio", @@ -6973,7 +6973,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rsa", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "sha2 0.10.8", "simple_asn1", @@ -7731,7 +7731,7 @@ dependencies = [ "ic-types-test-utils", "rand 0.8.5", "rand_chacha 0.3.1", - "rustls 0.23.17", + "rustls 0.23.18", "tempfile", "tokio", ] @@ -7931,7 +7931,7 @@ dependencies = [ "ic-types", "pkcs8", "rand 0.8.5", - "rustls 0.23.17", + "rustls 0.23.18", "signature", "time", "tokio", @@ -7967,7 +7967,7 @@ dependencies = [ "ic-types", "json5", "maplit", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "thiserror 2.0.3", "x509-parser", @@ -7980,7 +7980,7 @@ dependencies = [ "ic-base-types", "ic-crypto-tls-interfaces", "mockall", - "rustls 0.23.17", + "rustls 0.23.18", ] [[package]] @@ -8443,7 +8443,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "ic-async-utils", "ic-canister-client", @@ -8492,7 +8492,7 @@ dependencies = [ "rand 0.8.5", "reqwest 0.12.9", "rstest", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "serde_bytes", "serde_cbor", @@ -8516,7 +8516,7 @@ dependencies = [ "axum", "bytes", "crossbeam-channel", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "ic-async-utils", "ic-config", @@ -8598,7 +8598,7 @@ dependencies = [ "futures", "http 1.1.0", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -8612,7 +8612,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "rstest", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "serde", "serde_json", @@ -10725,7 +10725,7 @@ dependencies = [ "quinn", "quinn-udp", "rcgen", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "slog", "tempfile", @@ -10889,7 +10889,7 @@ dependencies = [ "prost 0.13.3", "quinn", "rstest", - "rustls 0.23.17", + "rustls 0.23.18", "slog", "socket2 0.5.7", "thiserror 2.0.3", @@ -12661,7 +12661,7 @@ dependencies = [ "http 1.1.0", "humantime", "humantime-serde", - "hyper 1.5.0", + "hyper 1.5.1", "ic-agent", "ic-artifact-pool", "ic-base-types", @@ -13552,7 +13552,7 @@ dependencies = [ name = "ic-xnet-hyper" version = "0.9.0" dependencies = [ - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-crypto-tls-interfaces", @@ -13570,7 +13570,7 @@ dependencies = [ "async-trait", "axum", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "ic-base-types", "ic-canonical-state", @@ -14416,7 +14416,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.8", @@ -14689,7 +14689,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -14698,7 +14698,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.4", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -15617,7 +15617,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "log", "rand 0.8.5", @@ -16426,7 +16426,7 @@ dependencies = [ "get_if_addrs", "hex", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-async-utils", @@ -17090,7 +17090,7 @@ dependencies = [ "hex", "http 1.1.0", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "ic-agent", "ic-boundary", @@ -17761,7 +17761,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -17778,7 +17778,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.8", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "slab", "thiserror 1.0.68", "tinyvec", @@ -18384,7 +18384,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -18396,7 +18396,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -18811,9 +18811,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.17" +version = "0.23.18" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" +checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" dependencies = [ "brotli 7.0.0", "brotli-decompressor", @@ -18913,7 +18913,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -21009,7 +21009,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", "tokio", ] @@ -21127,7 +21127,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-timeout", "hyper-util", "percent-encoding", From 79d140ea6e138190816ecd84692625571fd26d80 Mon Sep 17 00:00:00 2001 From: Rostislav Rumenov Date: Mon, 25 Nov 2024 09:57:29 +0000 Subject: [PATCH 04/14] . --- Cargo.Bazel.Fuzzing.json.lock | 1141 ++++++--------------------------- Cargo.Bazel.Fuzzing.toml.lock | 170 ++--- Cargo.Bazel.json.lock | 1125 +++++--------------------------- Cargo.Bazel.toml.lock | 160 ++--- Cargo.lock | 106 +-- 5 files changed, 508 insertions(+), 2194 deletions(-) diff --git a/Cargo.Bazel.Fuzzing.json.lock b/Cargo.Bazel.Fuzzing.json.lock index b5c029b28f8..a6861de4806 100644 --- a/Cargo.Bazel.Fuzzing.json.lock +++ b/Cargo.Bazel.Fuzzing.json.lock @@ -1,5 +1,5 @@ { - "checksum": "dcec928210980bf4751357bbc7a00cac9b40848b5fecca0e3cf23a655d844ee0", + "checksum": "2a09306f29a16c5a719d2a7bcc3ddb3ac2e4bbb17d14bf12140084fc72c1ac4c", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -1622,7 +1622,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -4441,237 +4441,14 @@ ], "license_file": "LICENSE-APACHE" }, - "aws-lc-rs 1.10.0": { - "name": "aws-lc-rs", - "version": "1.10.0", - "package_url": "/~https://github.com/aws/aws-lc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aws-lc-rs/1.10.0/download", - "sha256": "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aws_lc_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aws_lc_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-sys", - "prebuilt-nasm" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "build_script_build" - }, - { - "id": "aws-lc-sys 0.22.0", - "target": "aws_lc_sys" - }, - { - "id": "mirai-annotations 1.12.0", - "target": "mirai_annotations" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "1.10.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "aws-lc-sys 0.22.0", - "target": "aws_lc_sys" - } - ], - "selects": {} - }, - "links": "aws_lc_rs_1_10_0_sys" - }, - "license": "ISC AND (Apache-2.0 OR ISC)", - "license_ids": [ - "Apache-2.0", - "ISC" - ], - "license_file": "LICENSE" - }, - "aws-lc-sys 0.22.0": { - "name": "aws-lc-sys", - "version": "0.22.0", - "package_url": "/~https://github.com/aws/aws-lc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aws-lc-sys/0.22.0/download", - "sha256": "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aws_lc_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_main", - "crate_root": "builder/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aws_lc_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "prebuilt-nasm" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-sys 0.22.0", - "target": "build_script_main" - }, - { - "id": "libc 0.2.158", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.22.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.1", - "target": "cc" - }, - { - "id": "cmake 0.1.51", - "target": "cmake" - }, - { - "id": "dunce 1.0.5", - "target": "dunce" - }, - { - "id": "fs_extra 1.3.0", - "target": "fs_extra" - } - ], - "selects": { - "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ - { - "id": "bindgen 0.69.4", - "target": "bindgen" - } - ] - } - }, - "links": "aws_lc_0_22_0" - }, - "license": "ISC AND (Apache-2.0 OR ISC) AND OpenSSL", - "license_ids": [ - "Apache-2.0", - "ISC", - "OpenSSL" - ], - "license_file": "LICENSE" - }, - "axum 0.7.9": { + "axum 0.7.7": { "name": "axum", - "version": "0.7.9", + "version": "0.7.7", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum/0.7.9/download", - "sha256": "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" + "url": "https://static.crates.io/crates/axum/0.7.7/download", + "sha256": "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" } }, "targets": [ @@ -4736,7 +4513,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -4828,7 +4605,7 @@ ], "selects": {} }, - "version": "0.7.9" + "version": "0.7.7" }, "license": "MIT", "license_ids": [ @@ -4942,14 +4719,14 @@ ], "license_file": "LICENSE" }, - "axum-extra 0.9.6": { + "axum-extra 0.9.1": { "name": "axum-extra", - "version": "0.9.6", + "version": "0.9.1", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-extra/0.9.6/download", - "sha256": "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" + "url": "https://static.crates.io/crates/axum-extra/0.9.1/download", + "sha256": "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" } }, "targets": [ @@ -4974,8 +4751,6 @@ "crate_features": { "common": [ "default", - "multipart", - "tracing", "typed-header" ], "selects": {} @@ -4983,7 +4758,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -4994,10 +4769,6 @@ "id": "bytes 1.8.0", "target": "bytes" }, - { - "id": "fastrand 2.2.0", - "target": "fastrand" - }, { "id": "futures-util 0.3.31", "target": "futures_util" @@ -5022,10 +4793,6 @@ "id": "mime 0.3.17", "target": "mime" }, - { - "id": "multer 3.1.0", - "target": "multer" - }, { "id": "pin-project-lite 0.2.13", "target": "pin_project_lite" @@ -5035,7 +4802,7 @@ "target": "serde" }, { - "id": "tower 0.5.1", + "id": "tower 0.4.13", "target": "tower" }, { @@ -5050,7 +4817,7 @@ "selects": {} }, "edition": "2021", - "version": "0.9.6" + "version": "0.9.1" }, "license": "MIT", "license_ids": [ @@ -5153,7 +4920,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -5208,14 +4975,14 @@ ], "license_file": null }, - "axum-server 0.7.1": { + "axum-server 0.6.0": { "name": "axum-server", - "version": "0.7.1", + "version": "0.6.0", "package_url": "/~https://github.com/programatik29/axum-server", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-server/0.7.1/download", - "sha256": "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" + "url": "https://static.crates.io/crates/axum-server/0.6.0/download", + "sha256": "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" } }, "targets": [ @@ -5243,9 +5010,7 @@ "default", "rustls", "rustls-pemfile", - "rustls-pki-types", "tls-rustls", - "tls-rustls-no-provider", "tokio-rustls" ], "selects": {} @@ -5277,7 +5042,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -5289,23 +5054,19 @@ "target": "pin_project_lite" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.21.12", "target": "rustls" }, { "id": "rustls-pemfile 2.2.0", "target": "rustls_pemfile" }, - { - "id": "rustls-pki-types 1.10.0", - "target": "rustls_pki_types" - }, { "id": "tokio 1.41.1", "target": "tokio" }, { - "id": "tokio-rustls 0.26.0", + "id": "tokio-rustls 0.24.1", "target": "tokio_rustls" }, { @@ -5320,7 +5081,7 @@ "selects": {} }, "edition": "2021", - "version": "0.7.1" + "version": "0.6.0" }, "license": "MIT", "license_ids": [ @@ -5564,7 +5325,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -6476,32 +6237,7 @@ "common": [ "runtime" ], - "selects": { - "arm-unknown-linux-gnueabi": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ], - "powerpc-unknown-linux-gnu": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ], - "s390x-unknown-linux-gnu": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ], - "x86_64-unknown-freebsd": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ] - } + "selects": {} }, "deps": { "common": [ @@ -6558,64 +6294,7 @@ "target": "syn" } ], - "selects": { - "arm-unknown-linux-gnueabi": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.2", - "target": "which" - } - ], - "powerpc-unknown-linux-gnu": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.2", - "target": "which" - } - ], - "s390x-unknown-linux-gnu": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.2", - "target": "which" - } - ], - "x86_64-unknown-freebsd": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.2", - "target": "which" - } - ] - } + "selects": {} }, "edition": "2018", "version": "0.69.4" @@ -6634,32 +6313,7 @@ "target": "clang_sys" } ], - "selects": { - "arm-unknown-linux-gnueabi": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ], - "powerpc-unknown-linux-gnu": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ], - "s390x-unknown-linux-gnu": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ], - "x86_64-unknown-freebsd": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ] - } + "selects": {} } }, "license": "BSD-3-Clause", @@ -9836,7 +9490,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -10988,14 +10642,14 @@ ], "license_file": "LICENSE-APACHE" }, - "cc 1.2.1": { + "cc 1.0.83": { "name": "cc", - "version": "1.2.1", + "version": "1.0.83", "package_url": "/~https://github.com/rust-lang/cc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cc/1.2.1/download", - "sha256": "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47", + "url": "https://static.crates.io/crates/cc/1.0.83/download", + "sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0", "patch_args": [ "-p1" ], @@ -11027,98 +10681,97 @@ "common": [], "selects": { "aarch64-apple-darwin": [ + "jobserver", "parallel" ], "aarch64-pc-windows-msvc": [ + "jobserver", "parallel" ], "aarch64-unknown-linux-gnu": [ + "jobserver", "parallel" ], "aarch64-unknown-nixos-gnu": [ + "jobserver", "parallel" ], "arm-unknown-linux-gnueabi": [ + "jobserver", "parallel" ], "i686-pc-windows-msvc": [ + "jobserver", "parallel" ], "i686-unknown-linux-gnu": [ + "jobserver", "parallel" ], "powerpc-unknown-linux-gnu": [ + "jobserver", "parallel" ], "s390x-unknown-linux-gnu": [ + "jobserver", "parallel" ], "x86_64-apple-darwin": [ + "jobserver", "parallel" ], "x86_64-pc-windows-msvc": [ + "jobserver", "parallel" ], "x86_64-unknown-freebsd": [ + "jobserver", "parallel" ], "x86_64-unknown-linux-gnu": [ + "jobserver", "parallel" ], "x86_64-unknown-nixos-gnu": [ + "jobserver", "parallel" ] } }, "deps": { - "common": [ - { - "id": "shlex 1.3.0", - "target": "shlex" - } - ], + "common": [], "selects": { "aarch64-apple-darwin": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "aarch64-pc-windows-msvc": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" } ], "aarch64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "aarch64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "arm-unknown-linux-gnueabi": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, + } + ], + "cfg(unix)": [ { "id": "libc 0.2.158", "target": "libc" @@ -11126,90 +10779,62 @@ ], "i686-pc-windows-msvc": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" } ], "i686-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "powerpc-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "s390x-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-apple-darwin": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-pc-windows-msvc": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" } ], "x86_64-unknown-freebsd": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ] } }, "edition": "2018", - "version": "1.2.1" + "version": "1.0.83" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -13226,54 +12851,6 @@ ], "license_file": null }, - "cmake 0.1.51": { - "name": "cmake", - "version": "0.1.51", - "package_url": "/~https://github.com/rust-lang/cmake-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cmake/0.1.51/download", - "sha256": "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cmake", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cmake", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.1", - "target": "cc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.51" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, "cobs 0.2.3": { "name": "cobs", "version": "0.2.3", @@ -18877,15 +18454,15 @@ "target": "async_stream" }, { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { - "id": "axum-extra 0.9.6", + "id": "axum-extra 0.9.1", "target": "axum_extra" }, { - "id": "axum-server 0.7.1", + "id": "axum-server 0.6.0", "target": "axum_server" }, { @@ -18998,7 +18575,7 @@ "target": "cargo_metadata" }, { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -19202,7 +18779,7 @@ "target": "humantime_serde" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -19732,7 +19309,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -20715,46 +20292,6 @@ ], "license_file": "LICENSE" }, - "dunce 1.0.5": { - "name": "dunce", - "version": "1.0.5", - "package_url": "https://gitlab.com/kornelski/dunce", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dunce/1.0.5/download", - "sha256": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dunce", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dunce", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.5" - }, - "license": "CC0-1.0 OR MIT-0 OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "CC0-1.0", - "MIT-0" - ], - "license_file": "LICENSE" - }, "duration-string 0.3.0": { "name": "duration-string", "version": "0.3.0", @@ -22392,7 +21929,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -23987,14 +23524,14 @@ ], "license_file": "LICENSE-APACHE" }, - "fastrand 2.2.0": { + "fastrand 2.0.1": { "name": "fastrand", - "version": "2.2.0", + "version": "2.0.1", "package_url": "/~https://github.com/smol-rs/fastrand", "repository": { "Http": { - "url": "https://static.crates.io/crates/fastrand/2.2.0/download", - "sha256": "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" + "url": "https://static.crates.io/crates/fastrand/2.0.1/download", + "sha256": "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" } }, "targets": [ @@ -24025,7 +23562,7 @@ "selects": {} }, "edition": "2018", - "version": "2.2.0" + "version": "2.0.1" }, "license": "Apache-2.0 OR MIT", "license_ids": [ @@ -24338,7 +23875,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -25406,7 +24943,7 @@ "deps": { "common": [ { - "id": "fastrand 2.2.0", + "id": "fastrand 2.0.1", "target": "fastrand" }, { @@ -25545,7 +25082,7 @@ "target": "futures_io" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -29142,14 +28679,14 @@ ], "license_file": "LICENSE" }, - "hyper 1.5.1": { + "hyper 1.5.0": { "name": "hyper", - "version": "1.5.1", + "version": "1.5.0", "package_url": "/~https://github.com/hyperium/hyper", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper/1.5.1/download", - "sha256": "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" + "url": "https://static.crates.io/crates/hyper/1.5.0/download", + "sha256": "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" } }, "targets": [ @@ -29240,7 +28777,7 @@ "selects": {} }, "edition": "2021", - "version": "1.5.1" + "version": "1.5.0" }, "license": "MIT", "license_ids": [ @@ -29296,7 +28833,7 @@ "target": "http" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29600,7 +29137,7 @@ "target": "http" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29612,7 +29149,7 @@ "target": "log" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -29883,7 +29420,7 @@ "target": "http" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29947,7 +29484,7 @@ "deps": { "common": [ { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -30047,7 +29584,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -30229,7 +29766,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -30321,7 +29858,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -31190,7 +30727,7 @@ "target": "arc_swap" }, { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -31254,7 +30791,7 @@ "target": "humantime" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -31302,7 +30839,7 @@ "target": "reqwest" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -36182,7 +35719,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -36983,14 +36520,14 @@ ], "license_file": "LICENSE-APACHE" }, - "jobserver 0.1.32": { + "jobserver 0.1.27": { "name": "jobserver", - "version": "0.1.32", - "package_url": "/~https://github.com/rust-lang/jobserver-rs", + "version": "0.1.27", + "package_url": "/~https://github.com/alexcrichton/jobserver-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/jobserver/0.1.32/download", - "sha256": "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" + "url": "https://static.crates.io/crates/jobserver/0.1.27/download", + "sha256": "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" } }, "targets": [ @@ -37023,10 +36560,10 @@ ] } }, - "edition": "2021", - "version": "0.1.32" + "edition": "2018", + "version": "0.1.27" }, - "license": "MIT OR Apache-2.0", + "license": "MIT/Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" @@ -37813,7 +37350,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -37845,7 +37382,7 @@ "target": "pem" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -39115,7 +38652,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -39397,7 +38934,7 @@ "target": "bindgen" }, { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39498,7 +39035,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39598,7 +39135,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39707,7 +39244,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39805,7 +39342,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -40210,7 +39747,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -40857,7 +40394,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -41870,7 +41407,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -41906,7 +41443,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -42663,44 +42200,6 @@ ], "license_file": null }, - "mirai-annotations 1.12.0": { - "name": "mirai-annotations", - "version": "1.12.0", - "package_url": "/~https://github.com/facebookexperimental/MIRAI", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mirai-annotations/1.12.0/download", - "sha256": "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mirai_annotations", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "mirai_annotations", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.12.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, "mockall 0.13.0": { "name": "mockall", "version": "0.13.0", @@ -43270,120 +42769,6 @@ ], "license_file": "LICENSE" }, - "multer 3.1.0": { - "name": "multer", - "version": "3.1.0", - "package_url": "/~https://github.com/rwf2/multer", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/multer/3.1.0/download", - "sha256": "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "multer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "multer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.8.0", - "target": "bytes" - }, - { - "id": "encoding_rs 0.8.33", - "target": "encoding_rs" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 1.1.0", - "target": "http" - }, - { - "id": "httparse 1.8.0", - "target": "httparse" - }, - { - "id": "memchr 2.6.4", - "target": "memchr" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "multer 3.1.0", - "target": "build_script_build" - }, - { - "id": "spin 0.9.8", - "target": "spin" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.1.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, "multimap 0.8.3": { "name": "multimap", "version": "0.8.3", @@ -45897,7 +45282,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -48347,7 +47732,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -49722,7 +49107,7 @@ "target": "atomic_waker" }, { - "id": "fastrand 2.2.0", + "id": "fastrand 2.0.1", "target": "fastrand" }, { @@ -51184,23 +50569,6 @@ "compile_data_glob": [ "**" ], - "crate_features": { - "common": [], - "selects": { - "arm-unknown-linux-gnueabi": [ - "verbatim" - ], - "powerpc-unknown-linux-gnu": [ - "verbatim" - ], - "s390x-unknown-linux-gnu": [ - "verbatim" - ], - "x86_64-unknown-freebsd": [ - "verbatim" - ] - } - }, "deps": { "common": [ { @@ -53227,7 +52595,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -53922,7 +53290,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -54010,7 +53378,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57868,7 +57236,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57918,7 +57286,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57968,7 +57336,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58018,7 +57386,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58068,7 +57436,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58118,7 +57486,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58168,7 +57536,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58218,7 +57586,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58268,7 +57636,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58318,7 +57686,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58368,7 +57736,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58418,7 +57786,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58460,7 +57828,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -58538,7 +57906,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58588,7 +57956,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58638,7 +58006,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58688,7 +58056,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58738,7 +58106,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58788,7 +58156,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58838,7 +58206,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58888,7 +58256,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58938,7 +58306,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58988,7 +58356,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59038,7 +58406,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59100,7 +58468,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59150,7 +58518,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59200,7 +58568,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59250,7 +58618,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59300,7 +58668,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59350,7 +58718,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59400,7 +58768,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59450,7 +58818,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59500,7 +58868,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59908,7 +59276,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -60025,7 +59393,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -62113,109 +61481,13 @@ ], "crate_features": { "common": [ + "dangerous_configuration", "default", "log", "logging", "tls12" ], - "selects": { - "aarch64-apple-darwin": [ - "dangerous_configuration" - ], - "aarch64-apple-ios": [ - "dangerous_configuration" - ], - "aarch64-apple-ios-sim": [ - "dangerous_configuration" - ], - "aarch64-fuchsia": [ - "dangerous_configuration" - ], - "aarch64-linux-android": [ - "dangerous_configuration" - ], - "aarch64-pc-windows-msvc": [ - "dangerous_configuration" - ], - "aarch64-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "aarch64-unknown-nixos-gnu": [ - "dangerous_configuration" - ], - "aarch64-unknown-nto-qnx710": [ - "dangerous_configuration" - ], - "arm-unknown-linux-gnueabi": [ - "dangerous_configuration" - ], - "armv7-linux-androideabi": [ - "dangerous_configuration" - ], - "armv7-unknown-linux-gnueabi": [ - "dangerous_configuration" - ], - "i686-apple-darwin": [ - "dangerous_configuration" - ], - "i686-linux-android": [ - "dangerous_configuration" - ], - "i686-pc-windows-msvc": [ - "dangerous_configuration" - ], - "i686-unknown-freebsd": [ - "dangerous_configuration" - ], - "i686-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "powerpc-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "riscv32imc-unknown-none-elf": [ - "dangerous_configuration" - ], - "riscv64gc-unknown-none-elf": [ - "dangerous_configuration" - ], - "s390x-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "thumbv7em-none-eabi": [ - "dangerous_configuration" - ], - "thumbv8m.main-none-eabi": [ - "dangerous_configuration" - ], - "x86_64-apple-darwin": [ - "dangerous_configuration" - ], - "x86_64-apple-ios": [ - "dangerous_configuration" - ], - "x86_64-fuchsia": [ - "dangerous_configuration" - ], - "x86_64-linux-android": [ - "dangerous_configuration" - ], - "x86_64-pc-windows-msvc": [ - "dangerous_configuration" - ], - "x86_64-unknown-freebsd": [ - "dangerous_configuration" - ], - "x86_64-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "x86_64-unknown-nixos-gnu": [ - "dangerous_configuration" - ], - "x86_64-unknown-none": [ - "dangerous_configuration" - ] - } + "selects": {} }, "deps": { "common": [ @@ -62382,14 +61654,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rustls 0.23.18": { + "rustls 0.23.17": { "name": "rustls", - "version": "0.23.18", + "version": "0.23.17", "package_url": "/~https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls/0.23.18/download", - "sha256": "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" + "url": "https://static.crates.io/crates/rustls/0.23.17/download", + "sha256": "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" } }, "targets": [ @@ -62425,8 +61697,6 @@ ], "crate_features": { "common": [ - "aws-lc-rs", - "aws_lc_rs", "brotli", "log", "logging", @@ -62438,10 +61708,6 @@ }, "deps": { "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "aws_lc_rs" - }, { "id": "brotli 7.0.0", "target": "brotli" @@ -62463,7 +61729,7 @@ "target": "ring" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "build_script_build" }, { @@ -62487,7 +61753,7 @@ "selects": {} }, "edition": "2021", - "version": "0.23.18" + "version": "0.23.17" }, "build_script_attrs": { "compile_data_glob": [ @@ -62498,10 +61764,6 @@ ], "link_deps": { "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "aws_lc_rs" - }, { "id": "ring 0.17.7", "target": "ring" @@ -63053,7 +62315,7 @@ "target": "once_cell" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" } ], @@ -63258,7 +62520,6 @@ "crate_features": { "common": [ "alloc", - "aws_lc_rs", "ring", "std" ], @@ -63363,10 +62624,6 @@ }, "deps": { "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "aws_lc_rs" - }, { "id": "ring 0.17.7", "target": "ring" @@ -64608,7 +63865,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -64693,7 +63950,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -64782,7 +64039,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -69158,7 +68415,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -71380,7 +70637,7 @@ "target": "cfg_if" }, { - "id": "fastrand 2.2.0", + "id": "fastrand 2.0.1", "target": "fastrand" }, { @@ -72559,7 +71816,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -74348,7 +73605,7 @@ "deps": { "common": [ { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -75086,7 +74343,7 @@ "target": "async_stream" }, { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -75114,7 +74371,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -75979,7 +75236,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -81005,7 +80262,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -86608,7 +85865,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -87277,32 +86534,6 @@ "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], - "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ - "aarch64-apple-ios", - "aarch64-apple-ios-sim", - "aarch64-fuchsia", - "aarch64-linux-android", - "aarch64-unknown-nto-qnx710", - "arm-unknown-linux-gnueabi", - "armv7-linux-androideabi", - "armv7-unknown-linux-gnueabi", - "i686-apple-darwin", - "i686-linux-android", - "i686-unknown-freebsd", - "powerpc-unknown-linux-gnu", - "riscv32imc-unknown-none-elf", - "riscv64gc-unknown-none-elf", - "s390x-unknown-linux-gnu", - "thumbv7em-none-eabi", - "thumbv8m.main-none-eabi", - "wasm32-unknown-unknown", - "wasm32-wasi", - "x86_64-apple-ios", - "x86_64-fuchsia", - "x86_64-linux-android", - "x86_64-unknown-freebsd", - "x86_64-unknown-none" - ], "cfg(not(any(target_os = \"macos\", target_os = \"ios\", target_os = \"windows\", target_arch = \"wasm32\")))": [ "aarch64-fuchsia", "aarch64-linux-android", @@ -87738,9 +86969,9 @@ "async-scoped 0.8.0", "async-stream 0.3.6", "async-trait 0.1.83", - "axum 0.7.9", - "axum-extra 0.9.6", - "axum-server 0.7.1", + "axum 0.7.7", + "axum-extra 0.9.1", + "axum-server 0.6.0", "backoff 0.4.0", "backon 0.4.1", "base32 0.4.0", @@ -87768,7 +86999,7 @@ "candid 0.10.10", "candid_parser 0.1.2", "cargo_metadata 0.14.2", - "cc 1.2.1", + "cc 1.0.83", "cddl 0.9.4", "cfg-if 1.0.0", "chacha20poly1305 0.10.1", @@ -87820,7 +87051,7 @@ "http-body-util 0.1.2", "humantime 2.1.0", "humantime-serde 1.1.1", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-socks2 0.9.1", "hyper-util 0.1.10", @@ -87958,7 +87189,7 @@ "rust_decimal_macros 1.36.0", "rustc-demangle 0.1.23", "rustc-hash 1.1.0", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "rustversion 1.0.14", "rusty-fork 0.3.0", diff --git a/Cargo.Bazel.Fuzzing.toml.lock b/Cargo.Bazel.Fuzzing.toml.lock index d0476d23d67..01d44821c46 100644 --- a/Cargo.Bazel.Fuzzing.toml.lock +++ b/Cargo.Bazel.Fuzzing.toml.lock @@ -785,38 +785,11 @@ version = "1.1.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" -[[package]] -name = "aws-lc-rs" -version = "1.10.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" -dependencies = [ - "aws-lc-sys", - "mirai-annotations", - "paste", - "zeroize", -] - -[[package]] -name = "aws-lc-sys" -version = "0.22.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" -dependencies = [ - "bindgen 0.69.4", - "cc", - "cmake", - "dunce", - "fs_extra", - "libc", - "paste", -] - [[package]] name = "axum" -version = "0.7.9" +version = "0.7.7" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" +checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" dependencies = [ "async-trait", "axum-core", @@ -826,7 +799,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "itoa", "matchit", @@ -870,24 +843,22 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.9.6" +version = "0.9.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" +checksum = "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" dependencies = [ "axum", "axum-core", "bytes", - "fastrand 2.2.0", "futures-util", "headers 0.4.0", "http 1.1.0", "http-body 1.0.1", "http-body-util", "mime", - "multer 3.1.0", "pin-project-lite", "serde", - "tower 0.5.1", + "tower 0.4.13", "tower-layer", "tower-service", ] @@ -923,9 +894,9 @@ dependencies = [ [[package]] name = "axum-server" -version = "0.7.1" +version = "0.6.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" +checksum = "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" dependencies = [ "arc-swap", "bytes", @@ -933,14 +904,13 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "pin-project-lite", - "rustls 0.23.18", + "rustls 0.21.12", "rustls-pemfile 2.2.0", - "rustls-pki-types", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.24.1", "tower 0.4.13", "tower-service", ] @@ -1122,15 +1092,12 @@ dependencies = [ "itertools 0.12.0", "lazy_static", "lazycell", - "log", - "prettyplease", "proc-macro2", "quote", "regex", "rustc-hash 1.1.0", "shlex", "syn 2.0.87", - "which", ] [[package]] @@ -1835,13 +1802,12 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.1" +version = "1.0.83" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "jobserver", "libc", - "shlex", ] [[package]] @@ -2139,15 +2105,6 @@ dependencies = [ "uuid", ] -[[package]] -name = "cmake" -version = "0.1.51" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" -dependencies = [ - "cc", -] - [[package]] name = "cobs" version = "0.2.3" @@ -3119,7 +3076,7 @@ dependencies = [ "http-body-util", "humantime", "humantime-serde", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -3257,7 +3214,7 @@ dependencies = [ "rust_decimal_macros", "rustc-demangle", "rustc-hash 1.1.0", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "rustversion", "rusty-fork", @@ -3447,12 +3404,6 @@ dependencies = [ "dtoa", ] -[[package]] -name = "dunce" -version = "1.0.5" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" - [[package]] name = "duration-string" version = "0.3.0" @@ -3939,9 +3890,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.2.0" +version = "2.0.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "ff" @@ -4161,7 +4112,7 @@ version = "2.0.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63" dependencies = [ - "fastrand 2.2.0", + "fastrand 2.0.1", "futures-core", "futures-io", "memchr", @@ -4188,7 +4139,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pki-types", ] @@ -4806,9 +4757,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.1" +version = "1.5.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -4835,7 +4786,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -4869,10 +4820,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "log", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -4889,7 +4840,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "thiserror 1.0.68", "tokio", @@ -4902,7 +4853,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "pin-project-lite", "tokio", @@ -4920,7 +4871,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.1", + "hyper 1.5.0", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -4968,7 +4919,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ic-certification", @@ -5025,7 +4976,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "instant-acme", "mockall", @@ -5037,7 +4988,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5953,7 +5904,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.7", @@ -6081,9 +6032,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.32" +version = "0.1.27" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" dependencies = [ "libc", ] @@ -6217,7 +6168,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -6226,7 +6177,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.4", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -6820,7 +6771,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.24.2", "hyper-util", "itertools 0.11.0", @@ -6927,12 +6878,6 @@ version = "4.2.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d07cbe42e2a8dd41df582fb8e00fc24d920b5561cc301fcb6d14e2e0434b500f" -[[package]] -name = "mirai-annotations" -version = "1.12.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" - [[package]] name = "mockall" version = "0.13.0" @@ -7026,23 +6971,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "multer" -version = "3.1.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" -dependencies = [ - "bytes", - "encoding_rs", - "futures-util", - "http 1.1.0", - "httparse", - "memchr", - "mime", - "spin 0.9.8", - "version_check", -] - [[package]] name = "multimap" version = "0.8.3" @@ -8087,7 +8015,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", - "fastrand 2.2.0", + "fastrand 2.0.1", "futures-io", ] @@ -8775,7 +8703,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.18", + "rustls 0.23.17", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -8792,7 +8720,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.7", "rustc-hash 2.0.0", - "rustls 0.23.18", + "rustls 0.23.17", "slab", "thiserror 1.0.68", "tinyvec", @@ -9241,7 +9169,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -9253,7 +9181,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -9600,11 +9528,10 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.18" +version = "0.23.17" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" +checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" dependencies = [ - "aws-lc-rs", "brotli 7.0.0", "brotli-decompressor 4.0.1", "log", @@ -9715,7 +9642,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.7.0", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -9747,7 +9674,6 @@ version = "0.102.8" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ - "aws-lc-rs", "ring 0.17.7", "rustls-pki-types", "untrusted 0.9.0", @@ -11002,7 +10928,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ "cfg-if 1.0.0", - "fastrand 2.2.0", + "fastrand 2.0.1", "once_cell", "rustix", "windows-sys 0.59.0", @@ -11385,7 +11311,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pki-types", "tokio", ] @@ -11523,7 +11449,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-timeout", "hyper-util", "percent-encoding", @@ -12247,7 +12173,7 @@ dependencies = [ "log", "mime", "mime_guess", - "multer 2.1.0", + "multer", "percent-encoding", "pin-project", "rustls-pemfile 2.2.0", diff --git a/Cargo.Bazel.json.lock b/Cargo.Bazel.json.lock index 8d6fe794b22..82ff9583269 100644 --- a/Cargo.Bazel.json.lock +++ b/Cargo.Bazel.json.lock @@ -1,5 +1,5 @@ { - "checksum": "8d29358dc7bf66841a0a6331d11783454b01cfe92153ddd01a53dae903505c05", + "checksum": "6e0d1102e47370e22a5da2034cd2281dbe6964d8dbbff85c2ed39139d88cac00", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -1626,7 +1626,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -4445,237 +4445,14 @@ ], "license_file": "LICENSE-APACHE" }, - "aws-lc-rs 1.10.0": { - "name": "aws-lc-rs", - "version": "1.10.0", - "package_url": "/~https://github.com/aws/aws-lc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aws-lc-rs/1.10.0/download", - "sha256": "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aws_lc_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aws_lc_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-sys", - "prebuilt-nasm" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "build_script_build" - }, - { - "id": "aws-lc-sys 0.22.0", - "target": "aws_lc_sys" - }, - { - "id": "mirai-annotations 1.12.0", - "target": "mirai_annotations" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "1.10.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "aws-lc-sys 0.22.0", - "target": "aws_lc_sys" - } - ], - "selects": {} - }, - "links": "aws_lc_rs_1_10_0_sys" - }, - "license": "ISC AND (Apache-2.0 OR ISC)", - "license_ids": [ - "Apache-2.0", - "ISC" - ], - "license_file": "LICENSE" - }, - "aws-lc-sys 0.22.0": { - "name": "aws-lc-sys", - "version": "0.22.0", - "package_url": "/~https://github.com/aws/aws-lc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aws-lc-sys/0.22.0/download", - "sha256": "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aws_lc_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_main", - "crate_root": "builder/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aws_lc_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "prebuilt-nasm" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-sys 0.22.0", - "target": "build_script_main" - }, - { - "id": "libc 0.2.158", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.22.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.1", - "target": "cc" - }, - { - "id": "cmake 0.1.51", - "target": "cmake" - }, - { - "id": "dunce 1.0.5", - "target": "dunce" - }, - { - "id": "fs_extra 1.3.0", - "target": "fs_extra" - } - ], - "selects": { - "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ - { - "id": "bindgen 0.69.4", - "target": "bindgen" - } - ] - } - }, - "links": "aws_lc_0_22_0" - }, - "license": "ISC AND (Apache-2.0 OR ISC) AND OpenSSL", - "license_ids": [ - "Apache-2.0", - "ISC", - "OpenSSL" - ], - "license_file": "LICENSE" - }, - "axum 0.7.9": { + "axum 0.7.7": { "name": "axum", - "version": "0.7.9", + "version": "0.7.7", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum/0.7.9/download", - "sha256": "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" + "url": "https://static.crates.io/crates/axum/0.7.7/download", + "sha256": "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" } }, "targets": [ @@ -4740,7 +4517,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -4832,7 +4609,7 @@ ], "selects": {} }, - "version": "0.7.9" + "version": "0.7.7" }, "license": "MIT", "license_ids": [ @@ -4946,14 +4723,14 @@ ], "license_file": "LICENSE" }, - "axum-extra 0.9.6": { + "axum-extra 0.9.1": { "name": "axum-extra", - "version": "0.9.6", + "version": "0.9.1", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-extra/0.9.6/download", - "sha256": "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" + "url": "https://static.crates.io/crates/axum-extra/0.9.1/download", + "sha256": "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" } }, "targets": [ @@ -4978,8 +4755,6 @@ "crate_features": { "common": [ "default", - "multipart", - "tracing", "typed-header" ], "selects": {} @@ -4987,7 +4762,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -4998,10 +4773,6 @@ "id": "bytes 1.8.0", "target": "bytes" }, - { - "id": "fastrand 2.1.0", - "target": "fastrand" - }, { "id": "futures-util 0.3.31", "target": "futures_util" @@ -5026,10 +4797,6 @@ "id": "mime 0.3.17", "target": "mime" }, - { - "id": "multer 3.1.0", - "target": "multer" - }, { "id": "pin-project-lite 0.2.13", "target": "pin_project_lite" @@ -5039,7 +4806,7 @@ "target": "serde" }, { - "id": "tower 0.5.1", + "id": "tower 0.4.13", "target": "tower" }, { @@ -5054,7 +4821,7 @@ "selects": {} }, "edition": "2021", - "version": "0.9.6" + "version": "0.9.1" }, "license": "MIT", "license_ids": [ @@ -5157,7 +4924,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -5212,14 +4979,14 @@ ], "license_file": null }, - "axum-server 0.7.1": { + "axum-server 0.6.0": { "name": "axum-server", - "version": "0.7.1", + "version": "0.6.0", "package_url": "/~https://github.com/programatik29/axum-server", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-server/0.7.1/download", - "sha256": "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" + "url": "https://static.crates.io/crates/axum-server/0.6.0/download", + "sha256": "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" } }, "targets": [ @@ -5247,9 +5014,7 @@ "default", "rustls", "rustls-pemfile", - "rustls-pki-types", "tls-rustls", - "tls-rustls-no-provider", "tokio-rustls" ], "selects": {} @@ -5281,7 +5046,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -5293,23 +5058,19 @@ "target": "pin_project_lite" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.21.12", "target": "rustls" }, { "id": "rustls-pemfile 2.2.0", "target": "rustls_pemfile" }, - { - "id": "rustls-pki-types 1.10.0", - "target": "rustls_pki_types" - }, { "id": "tokio 1.41.1", "target": "tokio" }, { - "id": "tokio-rustls 0.26.0", + "id": "tokio-rustls 0.24.1", "target": "tokio_rustls" }, { @@ -5324,7 +5085,7 @@ "selects": {} }, "edition": "2021", - "version": "0.7.1" + "version": "0.6.0" }, "license": "MIT", "license_ids": [ @@ -5565,7 +5326,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -6456,32 +6217,7 @@ "common": [ "runtime" ], - "selects": { - "arm-unknown-linux-gnueabi": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ], - "powerpc-unknown-linux-gnu": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ], - "s390x-unknown-linux-gnu": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ], - "x86_64-unknown-freebsd": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ] - } + "selects": {} }, "deps": { "common": [ @@ -6538,64 +6274,7 @@ "target": "syn" } ], - "selects": { - "arm-unknown-linux-gnueabi": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.0", - "target": "which" - } - ], - "powerpc-unknown-linux-gnu": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.0", - "target": "which" - } - ], - "s390x-unknown-linux-gnu": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.0", - "target": "which" - } - ], - "x86_64-unknown-freebsd": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.0", - "target": "which" - } - ] - } + "selects": {} }, "edition": "2018", "version": "0.69.4" @@ -6614,32 +6293,7 @@ "target": "clang_sys" } ], - "selects": { - "arm-unknown-linux-gnueabi": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ], - "powerpc-unknown-linux-gnu": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ], - "s390x-unknown-linux-gnu": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ], - "x86_64-unknown-freebsd": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ] - } + "selects": {} } }, "license": "BSD-3-Clause", @@ -9753,7 +9407,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -10884,14 +10538,14 @@ ], "license_file": "LICENSE-APACHE" }, - "cc 1.2.1": { + "cc 1.0.83": { "name": "cc", - "version": "1.2.1", + "version": "1.0.83", "package_url": "/~https://github.com/rust-lang/cc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cc/1.2.1/download", - "sha256": "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47", + "url": "https://static.crates.io/crates/cc/1.0.83/download", + "sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0", "patch_args": [ "-p1" ], @@ -10923,98 +10577,97 @@ "common": [], "selects": { "aarch64-apple-darwin": [ + "jobserver", "parallel" ], "aarch64-pc-windows-msvc": [ + "jobserver", "parallel" ], "aarch64-unknown-linux-gnu": [ + "jobserver", "parallel" ], "aarch64-unknown-nixos-gnu": [ + "jobserver", "parallel" ], "arm-unknown-linux-gnueabi": [ + "jobserver", "parallel" ], "i686-pc-windows-msvc": [ + "jobserver", "parallel" ], "i686-unknown-linux-gnu": [ + "jobserver", "parallel" ], "powerpc-unknown-linux-gnu": [ + "jobserver", "parallel" ], "s390x-unknown-linux-gnu": [ + "jobserver", "parallel" ], "x86_64-apple-darwin": [ + "jobserver", "parallel" ], "x86_64-pc-windows-msvc": [ + "jobserver", "parallel" ], "x86_64-unknown-freebsd": [ + "jobserver", "parallel" ], "x86_64-unknown-linux-gnu": [ + "jobserver", "parallel" ], "x86_64-unknown-nixos-gnu": [ + "jobserver", "parallel" ] } }, "deps": { - "common": [ - { - "id": "shlex 1.3.0", - "target": "shlex" - } - ], + "common": [], "selects": { "aarch64-apple-darwin": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "aarch64-pc-windows-msvc": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" } ], "aarch64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "aarch64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "arm-unknown-linux-gnueabi": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, + } + ], + "cfg(unix)": [ { "id": "libc 0.2.158", "target": "libc" @@ -11022,90 +10675,62 @@ ], "i686-pc-windows-msvc": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" } ], "i686-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "powerpc-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "s390x-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-apple-darwin": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-pc-windows-msvc": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" } ], "x86_64-unknown-freebsd": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ] } }, "edition": "2018", - "version": "1.2.1" + "version": "1.0.83" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -13122,54 +12747,6 @@ ], "license_file": null }, - "cmake 0.1.51": { - "name": "cmake", - "version": "0.1.51", - "package_url": "/~https://github.com/rust-lang/cmake-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cmake/0.1.51/download", - "sha256": "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cmake", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cmake", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.1", - "target": "cc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.51" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, "cobs 0.2.3": { "name": "cobs", "version": "0.2.3", @@ -18705,15 +18282,15 @@ "target": "async_stream" }, { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { - "id": "axum-extra 0.9.6", + "id": "axum-extra 0.9.1", "target": "axum_extra" }, { - "id": "axum-server 0.7.1", + "id": "axum-server 0.6.0", "target": "axum_server" }, { @@ -18826,7 +18403,7 @@ "target": "cargo_metadata" }, { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -19030,7 +18607,7 @@ "target": "humantime_serde" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -19560,7 +19137,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -20543,46 +20120,6 @@ ], "license_file": "LICENSE" }, - "dunce 1.0.5": { - "name": "dunce", - "version": "1.0.5", - "package_url": "https://gitlab.com/kornelski/dunce", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dunce/1.0.5/download", - "sha256": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dunce", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dunce", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.5" - }, - "license": "CC0-1.0 OR MIT-0 OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "CC0-1.0", - "MIT-0" - ], - "license_file": "LICENSE" - }, "duration-string 0.3.0": { "name": "duration-string", "version": "0.3.0", @@ -22244,7 +21781,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -24189,7 +23726,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -25396,7 +24933,7 @@ "target": "futures_io" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -28997,14 +28534,14 @@ ], "license_file": "LICENSE" }, - "hyper 1.5.1": { + "hyper 1.5.0": { "name": "hyper", - "version": "1.5.1", + "version": "1.5.0", "package_url": "/~https://github.com/hyperium/hyper", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper/1.5.1/download", - "sha256": "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" + "url": "https://static.crates.io/crates/hyper/1.5.0/download", + "sha256": "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" } }, "targets": [ @@ -29095,7 +28632,7 @@ "selects": {} }, "edition": "2021", - "version": "1.5.1" + "version": "1.5.0" }, "license": "MIT", "license_ids": [ @@ -29151,7 +28688,7 @@ "target": "http" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29455,7 +28992,7 @@ "target": "http" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29467,7 +29004,7 @@ "target": "log" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -29738,7 +29275,7 @@ "target": "http" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29802,7 +29339,7 @@ "deps": { "common": [ { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29902,7 +29439,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -30084,7 +29621,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -30176,7 +29713,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -31045,7 +30582,7 @@ "target": "arc_swap" }, { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -31109,7 +30646,7 @@ "target": "humantime" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -31157,7 +30694,7 @@ "target": "reqwest" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -36016,7 +35553,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -36817,14 +36354,14 @@ ], "license_file": "LICENSE-APACHE" }, - "jobserver 0.1.32": { + "jobserver 0.1.26": { "name": "jobserver", - "version": "0.1.32", - "package_url": "/~https://github.com/rust-lang/jobserver-rs", + "version": "0.1.26", + "package_url": "/~https://github.com/alexcrichton/jobserver-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/jobserver/0.1.32/download", - "sha256": "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" + "url": "https://static.crates.io/crates/jobserver/0.1.26/download", + "sha256": "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" } }, "targets": [ @@ -36857,10 +36394,10 @@ ] } }, - "edition": "2021", - "version": "0.1.32" + "edition": "2018", + "version": "0.1.26" }, - "license": "MIT OR Apache-2.0", + "license": "MIT/Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" @@ -37647,7 +37184,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -37679,7 +37216,7 @@ "target": "pem" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -38949,7 +38486,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -39231,7 +38768,7 @@ "target": "bindgen" }, { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39332,7 +38869,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39432,7 +38969,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39541,7 +39078,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39639,7 +39176,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -40047,7 +39584,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -40698,7 +40235,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -41710,7 +41247,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -41746,7 +41283,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -42503,44 +42040,6 @@ ], "license_file": null }, - "mirai-annotations 1.12.0": { - "name": "mirai-annotations", - "version": "1.12.0", - "package_url": "/~https://github.com/facebookexperimental/MIRAI", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mirai-annotations/1.12.0/download", - "sha256": "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mirai_annotations", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "mirai_annotations", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.12.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, "mockall 0.13.0": { "name": "mockall", "version": "0.13.0", @@ -43110,120 +42609,6 @@ ], "license_file": "LICENSE" }, - "multer 3.1.0": { - "name": "multer", - "version": "3.1.0", - "package_url": "/~https://github.com/rwf2/multer", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/multer/3.1.0/download", - "sha256": "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "multer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "multer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.8.0", - "target": "bytes" - }, - { - "id": "encoding_rs 0.8.32", - "target": "encoding_rs" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 1.1.0", - "target": "http" - }, - { - "id": "httparse 1.8.0", - "target": "httparse" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "multer 3.1.0", - "target": "build_script_build" - }, - { - "id": "spin 0.9.8", - "target": "spin" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.1.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, "multimap 0.8.3": { "name": "multimap", "version": "0.8.3", @@ -45704,7 +45089,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -48154,7 +47539,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -50986,23 +50371,6 @@ "compile_data_glob": [ "**" ], - "crate_features": { - "common": [], - "selects": { - "arm-unknown-linux-gnueabi": [ - "verbatim" - ], - "powerpc-unknown-linux-gnu": [ - "verbatim" - ], - "s390x-unknown-linux-gnu": [ - "verbatim" - ], - "x86_64-unknown-freebsd": [ - "verbatim" - ] - } - }, "deps": { "common": [ { @@ -53029,7 +52397,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -53724,7 +53092,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -53812,7 +53180,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57714,7 +57082,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57764,7 +57132,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57814,7 +57182,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57864,7 +57232,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57914,7 +57282,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57964,7 +57332,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58014,7 +57382,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58064,7 +57432,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58114,7 +57482,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58164,7 +57532,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58214,7 +57582,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58264,7 +57632,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58306,7 +57674,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -58384,7 +57752,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58434,7 +57802,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58484,7 +57852,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58534,7 +57902,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58584,7 +57952,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58634,7 +58002,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58684,7 +58052,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58734,7 +58102,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58784,7 +58152,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58834,7 +58202,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58884,7 +58252,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58946,7 +58314,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58996,7 +58364,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59046,7 +58414,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59096,7 +58464,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59146,7 +58514,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59196,7 +58564,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59246,7 +58614,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59296,7 +58664,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59346,7 +58714,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59754,7 +59122,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -59871,7 +59239,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -61959,109 +61327,13 @@ ], "crate_features": { "common": [ + "dangerous_configuration", "default", "log", "logging", "tls12" ], - "selects": { - "aarch64-apple-darwin": [ - "dangerous_configuration" - ], - "aarch64-apple-ios": [ - "dangerous_configuration" - ], - "aarch64-apple-ios-sim": [ - "dangerous_configuration" - ], - "aarch64-fuchsia": [ - "dangerous_configuration" - ], - "aarch64-linux-android": [ - "dangerous_configuration" - ], - "aarch64-pc-windows-msvc": [ - "dangerous_configuration" - ], - "aarch64-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "aarch64-unknown-nixos-gnu": [ - "dangerous_configuration" - ], - "aarch64-unknown-nto-qnx710": [ - "dangerous_configuration" - ], - "arm-unknown-linux-gnueabi": [ - "dangerous_configuration" - ], - "armv7-linux-androideabi": [ - "dangerous_configuration" - ], - "armv7-unknown-linux-gnueabi": [ - "dangerous_configuration" - ], - "i686-apple-darwin": [ - "dangerous_configuration" - ], - "i686-linux-android": [ - "dangerous_configuration" - ], - "i686-pc-windows-msvc": [ - "dangerous_configuration" - ], - "i686-unknown-freebsd": [ - "dangerous_configuration" - ], - "i686-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "powerpc-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "riscv32imc-unknown-none-elf": [ - "dangerous_configuration" - ], - "riscv64gc-unknown-none-elf": [ - "dangerous_configuration" - ], - "s390x-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "thumbv7em-none-eabi": [ - "dangerous_configuration" - ], - "thumbv8m.main-none-eabi": [ - "dangerous_configuration" - ], - "x86_64-apple-darwin": [ - "dangerous_configuration" - ], - "x86_64-apple-ios": [ - "dangerous_configuration" - ], - "x86_64-fuchsia": [ - "dangerous_configuration" - ], - "x86_64-linux-android": [ - "dangerous_configuration" - ], - "x86_64-pc-windows-msvc": [ - "dangerous_configuration" - ], - "x86_64-unknown-freebsd": [ - "dangerous_configuration" - ], - "x86_64-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "x86_64-unknown-nixos-gnu": [ - "dangerous_configuration" - ], - "x86_64-unknown-none": [ - "dangerous_configuration" - ] - } + "selects": {} }, "deps": { "common": [ @@ -62228,14 +61500,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rustls 0.23.18": { + "rustls 0.23.17": { "name": "rustls", - "version": "0.23.18", + "version": "0.23.17", "package_url": "/~https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls/0.23.18/download", - "sha256": "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" + "url": "https://static.crates.io/crates/rustls/0.23.17/download", + "sha256": "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" } }, "targets": [ @@ -62271,8 +61543,6 @@ ], "crate_features": { "common": [ - "aws-lc-rs", - "aws_lc_rs", "brotli", "log", "logging", @@ -62284,10 +61554,6 @@ }, "deps": { "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "aws_lc_rs" - }, { "id": "brotli 7.0.0", "target": "brotli" @@ -62309,7 +61575,7 @@ "target": "ring" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "build_script_build" }, { @@ -62333,7 +61599,7 @@ "selects": {} }, "edition": "2021", - "version": "0.23.18" + "version": "0.23.17" }, "build_script_attrs": { "compile_data_glob": [ @@ -62344,10 +61610,6 @@ ], "link_deps": { "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "aws_lc_rs" - }, { "id": "ring 0.17.7", "target": "ring" @@ -62899,7 +62161,7 @@ "target": "once_cell" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" } ], @@ -63104,7 +62366,6 @@ "crate_features": { "common": [ "alloc", - "aws_lc_rs", "ring", "std" ], @@ -63209,10 +62470,6 @@ }, "deps": { "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "aws_lc_rs" - }, { "id": "ring 0.17.7", "target": "ring" @@ -64454,7 +63711,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -64539,7 +63796,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -64628,7 +63885,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -69004,7 +68261,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -72405,7 +71662,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -74194,7 +73451,7 @@ "deps": { "common": [ { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -74932,7 +74189,7 @@ "target": "async_stream" }, { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -74960,7 +74217,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -75825,7 +75082,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -80830,7 +80087,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -86566,7 +85823,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -87157,32 +86414,6 @@ "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], - "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ - "aarch64-apple-ios", - "aarch64-apple-ios-sim", - "aarch64-fuchsia", - "aarch64-linux-android", - "aarch64-unknown-nto-qnx710", - "arm-unknown-linux-gnueabi", - "armv7-linux-androideabi", - "armv7-unknown-linux-gnueabi", - "i686-apple-darwin", - "i686-linux-android", - "i686-unknown-freebsd", - "powerpc-unknown-linux-gnu", - "riscv32imc-unknown-none-elf", - "riscv64gc-unknown-none-elf", - "s390x-unknown-linux-gnu", - "thumbv7em-none-eabi", - "thumbv8m.main-none-eabi", - "wasm32-unknown-unknown", - "wasm32-wasi", - "x86_64-apple-ios", - "x86_64-fuchsia", - "x86_64-linux-android", - "x86_64-unknown-freebsd", - "x86_64-unknown-none" - ], "cfg(not(any(target_os = \"macos\", target_os = \"ios\", target_os = \"windows\", target_arch = \"wasm32\")))": [ "aarch64-fuchsia", "aarch64-linux-android", @@ -87618,9 +86849,9 @@ "async-scoped 0.8.0", "async-stream 0.3.6", "async-trait 0.1.83", - "axum 0.7.9", - "axum-extra 0.9.6", - "axum-server 0.7.1", + "axum 0.7.7", + "axum-extra 0.9.1", + "axum-server 0.6.0", "backoff 0.4.0", "backon 0.4.1", "base32 0.4.0", @@ -87648,7 +86879,7 @@ "candid 0.10.10", "candid_parser 0.1.2", "cargo_metadata 0.14.2", - "cc 1.2.1", + "cc 1.0.83", "cddl 0.9.4", "cfg-if 1.0.0", "chacha20poly1305 0.10.1", @@ -87700,7 +86931,7 @@ "http-body-util 0.1.2", "humantime 2.1.0", "humantime-serde 1.1.1", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-socks2 0.9.1", "hyper-util 0.1.10", @@ -87838,7 +87069,7 @@ "rust_decimal_macros 1.36.0", "rustc-demangle 0.1.23", "rustc-hash 1.1.0", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "rustversion 1.0.14", "rusty-fork 0.3.0", diff --git a/Cargo.Bazel.toml.lock b/Cargo.Bazel.toml.lock index e4955d32df0..e97bdf0f88c 100644 --- a/Cargo.Bazel.toml.lock +++ b/Cargo.Bazel.toml.lock @@ -786,38 +786,11 @@ version = "1.1.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" -[[package]] -name = "aws-lc-rs" -version = "1.10.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" -dependencies = [ - "aws-lc-sys", - "mirai-annotations", - "paste", - "zeroize", -] - -[[package]] -name = "aws-lc-sys" -version = "0.22.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" -dependencies = [ - "bindgen 0.69.4", - "cc", - "cmake", - "dunce", - "fs_extra", - "libc", - "paste", -] - [[package]] name = "axum" -version = "0.7.9" +version = "0.7.7" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" +checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" dependencies = [ "async-trait", "axum-core", @@ -827,7 +800,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "itoa", "matchit", @@ -871,24 +844,22 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.9.6" +version = "0.9.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" +checksum = "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" dependencies = [ "axum", "axum-core", "bytes", - "fastrand 2.1.0", "futures-util", "headers 0.4.0", "http 1.1.0", "http-body 1.0.1", "http-body-util", "mime", - "multer 3.1.0", "pin-project-lite", "serde", - "tower 0.5.1", + "tower 0.4.13", "tower-layer", "tower-service", ] @@ -924,9 +895,9 @@ dependencies = [ [[package]] name = "axum-server" -version = "0.7.1" +version = "0.6.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" +checksum = "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" dependencies = [ "arc-swap", "bytes", @@ -934,14 +905,13 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "pin-project-lite", - "rustls 0.23.18", + "rustls 0.21.12", "rustls-pemfile 2.2.0", - "rustls-pki-types", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.24.1", "tower 0.4.13", "tower-service", ] @@ -1123,15 +1093,12 @@ dependencies = [ "itertools 0.12.0", "lazy_static", "lazycell", - "log", - "prettyplease", "proc-macro2", "quote", "regex", "rustc-hash 1.1.0", "shlex", "syn 2.0.87", - "which", ] [[package]] @@ -1836,13 +1803,12 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.1" +version = "1.0.83" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "jobserver", "libc", - "shlex", ] [[package]] @@ -2140,15 +2106,6 @@ dependencies = [ "uuid", ] -[[package]] -name = "cmake" -version = "0.1.51" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" -dependencies = [ - "cc", -] - [[package]] name = "cobs" version = "0.2.3" @@ -3108,7 +3065,7 @@ dependencies = [ "http-body-util", "humantime", "humantime-serde", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -3246,7 +3203,7 @@ dependencies = [ "rust_decimal_macros", "rustc-demangle", "rustc-hash 1.1.0", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "rustversion", "rusty-fork", @@ -3436,12 +3393,6 @@ dependencies = [ "dtoa", ] -[[package]] -name = "dunce" -version = "1.0.5" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" - [[package]] name = "duration-string" version = "0.3.0" @@ -4177,7 +4128,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pki-types", ] @@ -4796,9 +4747,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.1" +version = "1.5.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -4825,7 +4776,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -4859,10 +4810,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "log", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -4879,7 +4830,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "thiserror 1.0.68", "tokio", @@ -4892,7 +4843,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "pin-project-lite", "tokio", @@ -4910,7 +4861,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.1", + "hyper 1.5.0", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -4958,7 +4909,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ic-certification", @@ -5015,7 +4966,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "instant-acme", "mockall", @@ -5027,7 +4978,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5943,7 +5894,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.7", @@ -6071,9 +6022,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.32" +version = "0.1.26" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" dependencies = [ "libc", ] @@ -6207,7 +6158,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -6216,7 +6167,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.3", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -6811,7 +6762,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.24.2", "hyper-util", "itertools 0.11.0", @@ -6918,12 +6869,6 @@ version = "4.2.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d07cbe42e2a8dd41df582fb8e00fc24d920b5561cc301fcb6d14e2e0434b500f" -[[package]] -name = "mirai-annotations" -version = "1.12.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" - [[package]] name = "mockall" version = "0.13.0" @@ -7017,23 +6962,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "multer" -version = "3.1.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" -dependencies = [ - "bytes", - "encoding_rs", - "futures-util", - "http 1.1.0", - "httparse", - "memchr", - "mime", - "spin 0.9.8", - "version_check", -] - [[package]] name = "multimap" version = "0.8.3" @@ -8765,7 +8693,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.18", + "rustls 0.23.17", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -8782,7 +8710,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.7", "rustc-hash 2.0.0", - "rustls 0.23.18", + "rustls 0.23.17", "slab", "thiserror 1.0.68", "tinyvec", @@ -9237,7 +9165,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -9249,7 +9177,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -9596,11 +9524,10 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.18" +version = "0.23.17" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" +checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" dependencies = [ - "aws-lc-rs", "brotli 7.0.0", "brotli-decompressor 4.0.1", "log", @@ -9711,7 +9638,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.7.0", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -9743,7 +9670,6 @@ version = "0.102.8" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ - "aws-lc-rs", "ring 0.17.7", "rustls-pki-types", "untrusted 0.9.0", @@ -11381,7 +11307,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pki-types", "tokio", ] @@ -11519,7 +11445,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-timeout", "hyper-util", "percent-encoding", @@ -12243,7 +12169,7 @@ dependencies = [ "log", "mime", "mime_guess", - "multer 2.1.0", + "multer", "percent-encoding", "pin-project", "rustls-pemfile 2.2.0", diff --git a/Cargo.lock b/Cargo.lock index bf9edc8d544..103829ac303 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,9 +829,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" -version = "0.7.9" +version = "0.7.7" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" +checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" dependencies = [ "async-trait", "axum-core", @@ -840,7 +840,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "itoa", "matchit", @@ -917,7 +917,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "pin-project-lite", "rustls 0.21.12", @@ -1687,7 +1687,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "once_cell", "pin-project-lite", "regex", @@ -4433,7 +4433,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pki-types", ] @@ -5054,9 +5054,9 @@ version = "0.9.0" dependencies = [ "axum", "clap 4.5.20", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "serde_json", "tokio", @@ -5121,9 +5121,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.1" +version = "1.5.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -5150,7 +5150,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -5182,10 +5182,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "log", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -5202,7 +5202,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "thiserror 1.0.68", "tokio", @@ -5215,7 +5215,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "pin-project-lite", "tokio", @@ -5233,7 +5233,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.1", + "hyper 1.5.0", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -5398,7 +5398,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ic-certification 2.6.0", @@ -5533,7 +5533,7 @@ dependencies = [ "bytes", "futures", "futures-util", - "hyper 1.5.1", + "hyper 1.5.0", "rand 0.8.5", "slog", "tokio", @@ -5653,7 +5653,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "instant-acme", "mockall", @@ -5665,7 +5665,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5750,7 +5750,7 @@ dependencies = [ "rcgen", "regex", "reqwest 0.12.9", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "serde", "serde_bytes", @@ -6062,7 +6062,7 @@ dependencies = [ "futures-util", "hex", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ic-canister-client-sender", @@ -6084,7 +6084,7 @@ dependencies = [ "prost 0.13.3", "rand 0.8.5", "rand_chacha 0.3.1", - "rustls 0.23.18", + "rustls 0.23.17", "serde", "serde_cbor", "tokio", @@ -6973,7 +6973,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rsa", - "rustls 0.23.18", + "rustls 0.23.17", "serde", "sha2 0.10.8", "simple_asn1", @@ -7731,7 +7731,7 @@ dependencies = [ "ic-types-test-utils", "rand 0.8.5", "rand_chacha 0.3.1", - "rustls 0.23.18", + "rustls 0.23.17", "tempfile", "tokio", ] @@ -7931,7 +7931,7 @@ dependencies = [ "ic-types", "pkcs8", "rand 0.8.5", - "rustls 0.23.18", + "rustls 0.23.17", "signature", "time", "tokio", @@ -7967,7 +7967,7 @@ dependencies = [ "ic-types", "json5", "maplit", - "rustls 0.23.18", + "rustls 0.23.17", "serde", "thiserror 2.0.3", "x509-parser", @@ -7980,7 +7980,7 @@ dependencies = [ "ic-base-types", "ic-crypto-tls-interfaces", "mockall", - "rustls 0.23.18", + "rustls 0.23.17", ] [[package]] @@ -8443,7 +8443,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "ic-async-utils", "ic-canister-client", @@ -8492,7 +8492,7 @@ dependencies = [ "rand 0.8.5", "reqwest 0.12.9", "rstest", - "rustls 0.23.18", + "rustls 0.23.17", "serde", "serde_bytes", "serde_cbor", @@ -8516,7 +8516,7 @@ dependencies = [ "axum", "bytes", "crossbeam-channel", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "ic-async-utils", "ic-config", @@ -8598,7 +8598,7 @@ dependencies = [ "futures", "http 1.1.0", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -8612,7 +8612,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "rstest", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "serde", "serde_json", @@ -10725,7 +10725,7 @@ dependencies = [ "quinn", "quinn-udp", "rcgen", - "rustls 0.23.18", + "rustls 0.23.17", "serde", "slog", "tempfile", @@ -10889,7 +10889,7 @@ dependencies = [ "prost 0.13.3", "quinn", "rstest", - "rustls 0.23.18", + "rustls 0.23.17", "slog", "socket2 0.5.7", "thiserror 2.0.3", @@ -12661,7 +12661,7 @@ dependencies = [ "http 1.1.0", "humantime", "humantime-serde", - "hyper 1.5.1", + "hyper 1.5.0", "ic-agent", "ic-artifact-pool", "ic-base-types", @@ -13552,7 +13552,7 @@ dependencies = [ name = "ic-xnet-hyper" version = "0.9.0" dependencies = [ - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ic-crypto-tls-interfaces", @@ -13570,7 +13570,7 @@ dependencies = [ "async-trait", "axum", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "ic-base-types", "ic-canonical-state", @@ -14416,7 +14416,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.8", @@ -14689,7 +14689,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -14698,7 +14698,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.4", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -15617,7 +15617,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "log", "rand 0.8.5", @@ -16426,7 +16426,7 @@ dependencies = [ "get_if_addrs", "hex", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ic-async-utils", @@ -17090,7 +17090,7 @@ dependencies = [ "hex", "http 1.1.0", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "ic-agent", "ic-boundary", @@ -17761,7 +17761,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.18", + "rustls 0.23.17", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -17778,7 +17778,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.8", "rustc-hash 2.0.0", - "rustls 0.23.18", + "rustls 0.23.17", "slab", "thiserror 1.0.68", "tinyvec", @@ -18384,7 +18384,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -18396,7 +18396,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -18811,9 +18811,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.18" +version = "0.23.17" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" +checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" dependencies = [ "brotli 7.0.0", "brotli-decompressor", @@ -18913,7 +18913,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -21009,7 +21009,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pki-types", "tokio", ] @@ -21127,7 +21127,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-timeout", "hyper-util", "percent-encoding", From 482e105c56388b14fe99c7631cff51b949fa142a Mon Sep 17 00:00:00 2001 From: Rostislav Rumenov Date: Mon, 25 Nov 2024 10:11:12 +0000 Subject: [PATCH 05/14] . --- Cargo.Bazel.Fuzzing.json.lock | 1141 +++++++++++++++++++++++++++------ Cargo.Bazel.Fuzzing.toml.lock | 170 +++-- Cargo.Bazel.json.lock | 1125 +++++++++++++++++++++++++++----- Cargo.Bazel.toml.lock | 160 +++-- 4 files changed, 2141 insertions(+), 455 deletions(-) diff --git a/Cargo.Bazel.Fuzzing.json.lock b/Cargo.Bazel.Fuzzing.json.lock index a6861de4806..b5c029b28f8 100644 --- a/Cargo.Bazel.Fuzzing.json.lock +++ b/Cargo.Bazel.Fuzzing.json.lock @@ -1,5 +1,5 @@ { - "checksum": "2a09306f29a16c5a719d2a7bcc3ddb3ac2e4bbb17d14bf12140084fc72c1ac4c", + "checksum": "dcec928210980bf4751357bbc7a00cac9b40848b5fecca0e3cf23a655d844ee0", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -1622,7 +1622,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4441,14 +4441,237 @@ ], "license_file": "LICENSE-APACHE" }, - "axum 0.7.7": { + "aws-lc-rs 1.10.0": { + "name": "aws-lc-rs", + "version": "1.10.0", + "package_url": "/~https://github.com/aws/aws-lc-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/aws-lc-rs/1.10.0/download", + "sha256": "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aws_lc_rs", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "aws_lc_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "aws-lc-sys", + "prebuilt-nasm" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "build_script_build" + }, + { + "id": "aws-lc-sys 0.22.0", + "target": "aws_lc_sys" + }, + { + "id": "mirai-annotations 1.12.0", + "target": "mirai_annotations" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ], + "selects": {} + }, + "version": "1.10.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "link_deps": { + "common": [ + { + "id": "aws-lc-sys 0.22.0", + "target": "aws_lc_sys" + } + ], + "selects": {} + }, + "links": "aws_lc_rs_1_10_0_sys" + }, + "license": "ISC AND (Apache-2.0 OR ISC)", + "license_ids": [ + "Apache-2.0", + "ISC" + ], + "license_file": "LICENSE" + }, + "aws-lc-sys 0.22.0": { + "name": "aws-lc-sys", + "version": "0.22.0", + "package_url": "/~https://github.com/aws/aws-lc-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/aws-lc-sys/0.22.0/download", + "sha256": "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aws_lc_sys", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_main", + "crate_root": "builder/main.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "aws_lc_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "prebuilt-nasm" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aws-lc-sys 0.22.0", + "target": "build_script_main" + }, + { + "id": "libc 0.2.158", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.22.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.2.1", + "target": "cc" + }, + { + "id": "cmake 0.1.51", + "target": "cmake" + }, + { + "id": "dunce 1.0.5", + "target": "dunce" + }, + { + "id": "fs_extra 1.3.0", + "target": "fs_extra" + } + ], + "selects": { + "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ + { + "id": "bindgen 0.69.4", + "target": "bindgen" + } + ] + } + }, + "links": "aws_lc_0_22_0" + }, + "license": "ISC AND (Apache-2.0 OR ISC) AND OpenSSL", + "license_ids": [ + "Apache-2.0", + "ISC", + "OpenSSL" + ], + "license_file": "LICENSE" + }, + "axum 0.7.9": { "name": "axum", - "version": "0.7.7", + "version": "0.7.9", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum/0.7.7/download", - "sha256": "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" + "url": "https://static.crates.io/crates/axum/0.7.9/download", + "sha256": "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" } }, "targets": [ @@ -4513,7 +4736,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -4605,7 +4828,7 @@ ], "selects": {} }, - "version": "0.7.7" + "version": "0.7.9" }, "license": "MIT", "license_ids": [ @@ -4719,14 +4942,14 @@ ], "license_file": "LICENSE" }, - "axum-extra 0.9.1": { + "axum-extra 0.9.6": { "name": "axum-extra", - "version": "0.9.1", + "version": "0.9.6", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-extra/0.9.1/download", - "sha256": "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" + "url": "https://static.crates.io/crates/axum-extra/0.9.6/download", + "sha256": "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" } }, "targets": [ @@ -4751,6 +4974,8 @@ "crate_features": { "common": [ "default", + "multipart", + "tracing", "typed-header" ], "selects": {} @@ -4758,7 +4983,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4769,6 +4994,10 @@ "id": "bytes 1.8.0", "target": "bytes" }, + { + "id": "fastrand 2.2.0", + "target": "fastrand" + }, { "id": "futures-util 0.3.31", "target": "futures_util" @@ -4793,6 +5022,10 @@ "id": "mime 0.3.17", "target": "mime" }, + { + "id": "multer 3.1.0", + "target": "multer" + }, { "id": "pin-project-lite 0.2.13", "target": "pin_project_lite" @@ -4802,7 +5035,7 @@ "target": "serde" }, { - "id": "tower 0.4.13", + "id": "tower 0.5.1", "target": "tower" }, { @@ -4817,7 +5050,7 @@ "selects": {} }, "edition": "2021", - "version": "0.9.1" + "version": "0.9.6" }, "license": "MIT", "license_ids": [ @@ -4920,7 +5153,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4975,14 +5208,14 @@ ], "license_file": null }, - "axum-server 0.6.0": { + "axum-server 0.7.1": { "name": "axum-server", - "version": "0.6.0", + "version": "0.7.1", "package_url": "/~https://github.com/programatik29/axum-server", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-server/0.6.0/download", - "sha256": "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" + "url": "https://static.crates.io/crates/axum-server/0.7.1/download", + "sha256": "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" } }, "targets": [ @@ -5010,7 +5243,9 @@ "default", "rustls", "rustls-pemfile", + "rustls-pki-types", "tls-rustls", + "tls-rustls-no-provider", "tokio-rustls" ], "selects": {} @@ -5042,7 +5277,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -5054,19 +5289,23 @@ "target": "pin_project_lite" }, { - "id": "rustls 0.21.12", + "id": "rustls 0.23.18", "target": "rustls" }, { "id": "rustls-pemfile 2.2.0", "target": "rustls_pemfile" }, + { + "id": "rustls-pki-types 1.10.0", + "target": "rustls_pki_types" + }, { "id": "tokio 1.41.1", "target": "tokio" }, { - "id": "tokio-rustls 0.24.1", + "id": "tokio-rustls 0.26.0", "target": "tokio_rustls" }, { @@ -5081,7 +5320,7 @@ "selects": {} }, "edition": "2021", - "version": "0.6.0" + "version": "0.7.1" }, "license": "MIT", "license_ids": [ @@ -5325,7 +5564,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -6237,7 +6476,32 @@ "common": [ "runtime" ], - "selects": {} + "selects": { + "arm-unknown-linux-gnueabi": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ], + "powerpc-unknown-linux-gnu": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ], + "s390x-unknown-linux-gnu": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ], + "x86_64-unknown-freebsd": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ] + } }, "deps": { "common": [ @@ -6294,7 +6558,64 @@ "target": "syn" } ], - "selects": {} + "selects": { + "arm-unknown-linux-gnueabi": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.2", + "target": "which" + } + ], + "powerpc-unknown-linux-gnu": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.2", + "target": "which" + } + ], + "s390x-unknown-linux-gnu": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.2", + "target": "which" + } + ], + "x86_64-unknown-freebsd": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.2", + "target": "which" + } + ] + } }, "edition": "2018", "version": "0.69.4" @@ -6313,7 +6634,32 @@ "target": "clang_sys" } ], - "selects": {} + "selects": { + "arm-unknown-linux-gnueabi": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ], + "powerpc-unknown-linux-gnu": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ], + "s390x-unknown-linux-gnu": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ], + "x86_64-unknown-freebsd": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ] + } } }, "license": "BSD-3-Clause", @@ -9490,7 +9836,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -10642,14 +10988,14 @@ ], "license_file": "LICENSE-APACHE" }, - "cc 1.0.83": { + "cc 1.2.1": { "name": "cc", - "version": "1.0.83", + "version": "1.2.1", "package_url": "/~https://github.com/rust-lang/cc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cc/1.0.83/download", - "sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0", + "url": "https://static.crates.io/crates/cc/1.2.1/download", + "sha256": "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47", "patch_args": [ "-p1" ], @@ -10681,97 +11027,98 @@ "common": [], "selects": { "aarch64-apple-darwin": [ - "jobserver", "parallel" ], "aarch64-pc-windows-msvc": [ - "jobserver", "parallel" ], "aarch64-unknown-linux-gnu": [ - "jobserver", "parallel" ], "aarch64-unknown-nixos-gnu": [ - "jobserver", "parallel" ], "arm-unknown-linux-gnueabi": [ - "jobserver", "parallel" ], "i686-pc-windows-msvc": [ - "jobserver", "parallel" ], "i686-unknown-linux-gnu": [ - "jobserver", "parallel" ], "powerpc-unknown-linux-gnu": [ - "jobserver", "parallel" ], "s390x-unknown-linux-gnu": [ - "jobserver", "parallel" ], "x86_64-apple-darwin": [ - "jobserver", "parallel" ], "x86_64-pc-windows-msvc": [ - "jobserver", "parallel" ], "x86_64-unknown-freebsd": [ - "jobserver", "parallel" ], "x86_64-unknown-linux-gnu": [ - "jobserver", "parallel" ], "x86_64-unknown-nixos-gnu": [ - "jobserver", "parallel" ] } }, "deps": { - "common": [], + "common": [ + { + "id": "shlex 1.3.0", + "target": "shlex" + } + ], "selects": { "aarch64-apple-darwin": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "aarch64-pc-windows-msvc": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" } ], "aarch64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "aarch64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "arm-unknown-linux-gnueabi": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" - } - ], - "cfg(unix)": [ + }, { "id": "libc 0.2.158", "target": "libc" @@ -10779,62 +11126,90 @@ ], "i686-pc-windows-msvc": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" } ], "i686-unknown-linux-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "powerpc-unknown-linux-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "s390x-unknown-linux-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-apple-darwin": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-pc-windows-msvc": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" } ], "x86_64-unknown-freebsd": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.27", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ] } }, "edition": "2018", - "version": "1.0.83" + "version": "1.2.1" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -12851,6 +13226,54 @@ ], "license_file": null }, + "cmake 0.1.51": { + "name": "cmake", + "version": "0.1.51", + "package_url": "/~https://github.com/rust-lang/cmake-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cmake/0.1.51/download", + "sha256": "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cmake", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "cmake", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.2.1", + "target": "cc" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.51" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, "cobs 0.2.3": { "name": "cobs", "version": "0.2.3", @@ -18454,15 +18877,15 @@ "target": "async_stream" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { - "id": "axum-extra 0.9.1", + "id": "axum-extra 0.9.6", "target": "axum_extra" }, { - "id": "axum-server 0.6.0", + "id": "axum-server 0.7.1", "target": "axum_server" }, { @@ -18575,7 +18998,7 @@ "target": "cargo_metadata" }, { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -18779,7 +19202,7 @@ "target": "humantime_serde" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -19309,7 +19732,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -20292,6 +20715,46 @@ ], "license_file": "LICENSE" }, + "dunce 1.0.5": { + "name": "dunce", + "version": "1.0.5", + "package_url": "https://gitlab.com/kornelski/dunce", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/dunce/1.0.5/download", + "sha256": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dunce", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "dunce", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.0.5" + }, + "license": "CC0-1.0 OR MIT-0 OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "CC0-1.0", + "MIT-0" + ], + "license_file": "LICENSE" + }, "duration-string 0.3.0": { "name": "duration-string", "version": "0.3.0", @@ -21929,7 +22392,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -23524,14 +23987,14 @@ ], "license_file": "LICENSE-APACHE" }, - "fastrand 2.0.1": { + "fastrand 2.2.0": { "name": "fastrand", - "version": "2.0.1", + "version": "2.2.0", "package_url": "/~https://github.com/smol-rs/fastrand", "repository": { "Http": { - "url": "https://static.crates.io/crates/fastrand/2.0.1/download", - "sha256": "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" + "url": "https://static.crates.io/crates/fastrand/2.2.0/download", + "sha256": "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" } }, "targets": [ @@ -23562,7 +24025,7 @@ "selects": {} }, "edition": "2018", - "version": "2.0.1" + "version": "2.2.0" }, "license": "Apache-2.0 OR MIT", "license_ids": [ @@ -23875,7 +24338,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -24943,7 +25406,7 @@ "deps": { "common": [ { - "id": "fastrand 2.0.1", + "id": "fastrand 2.2.0", "target": "fastrand" }, { @@ -25082,7 +25545,7 @@ "target": "futures_io" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -28679,14 +29142,14 @@ ], "license_file": "LICENSE" }, - "hyper 1.5.0": { + "hyper 1.5.1": { "name": "hyper", - "version": "1.5.0", + "version": "1.5.1", "package_url": "/~https://github.com/hyperium/hyper", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper/1.5.0/download", - "sha256": "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" + "url": "https://static.crates.io/crates/hyper/1.5.1/download", + "sha256": "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" } }, "targets": [ @@ -28777,7 +29240,7 @@ "selects": {} }, "edition": "2021", - "version": "1.5.0" + "version": "1.5.1" }, "license": "MIT", "license_ids": [ @@ -28833,7 +29296,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29137,7 +29600,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29149,7 +29612,7 @@ "target": "log" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -29420,7 +29883,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29484,7 +29947,7 @@ "deps": { "common": [ { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29584,7 +30047,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29766,7 +30229,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -29858,7 +30321,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -30727,7 +31190,7 @@ "target": "arc_swap" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -30791,7 +31254,7 @@ "target": "humantime" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -30839,7 +31302,7 @@ "target": "reqwest" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -35719,7 +36182,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -36520,14 +36983,14 @@ ], "license_file": "LICENSE-APACHE" }, - "jobserver 0.1.27": { + "jobserver 0.1.32": { "name": "jobserver", - "version": "0.1.27", - "package_url": "/~https://github.com/alexcrichton/jobserver-rs", + "version": "0.1.32", + "package_url": "/~https://github.com/rust-lang/jobserver-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/jobserver/0.1.27/download", - "sha256": "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" + "url": "https://static.crates.io/crates/jobserver/0.1.32/download", + "sha256": "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" } }, "targets": [ @@ -36560,10 +37023,10 @@ ] } }, - "edition": "2018", - "version": "0.1.27" + "edition": "2021", + "version": "0.1.32" }, - "license": "MIT/Apache-2.0", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" @@ -37350,7 +37813,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -37382,7 +37845,7 @@ "target": "pem" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -38652,7 +39115,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -38934,7 +39397,7 @@ "target": "bindgen" }, { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39035,7 +39498,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39135,7 +39598,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39244,7 +39707,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39342,7 +39805,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39747,7 +40210,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -40394,7 +40857,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -41407,7 +41870,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -41443,7 +41906,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -42200,6 +42663,44 @@ ], "license_file": null }, + "mirai-annotations 1.12.0": { + "name": "mirai-annotations", + "version": "1.12.0", + "package_url": "/~https://github.com/facebookexperimental/MIRAI", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/mirai-annotations/1.12.0/download", + "sha256": "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mirai_annotations", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "mirai_annotations", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.12.0" + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": null + }, "mockall 0.13.0": { "name": "mockall", "version": "0.13.0", @@ -42769,6 +43270,120 @@ ], "license_file": "LICENSE" }, + "multer 3.1.0": { + "name": "multer", + "version": "3.1.0", + "package_url": "/~https://github.com/rwf2/multer", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/multer/3.1.0/download", + "sha256": "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multer", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "multer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.8.0", + "target": "bytes" + }, + { + "id": "encoding_rs 0.8.33", + "target": "encoding_rs" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "http 1.1.0", + "target": "http" + }, + { + "id": "httparse 1.8.0", + "target": "httparse" + }, + { + "id": "memchr 2.6.4", + "target": "memchr" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "multer 3.1.0", + "target": "build_script_build" + }, + { + "id": "spin 0.9.8", + "target": "spin" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.1.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" + }, "multimap 0.8.3": { "name": "multimap", "version": "0.8.3", @@ -45282,7 +45897,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -47732,7 +48347,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -49107,7 +49722,7 @@ "target": "atomic_waker" }, { - "id": "fastrand 2.0.1", + "id": "fastrand 2.2.0", "target": "fastrand" }, { @@ -50569,6 +51184,23 @@ "compile_data_glob": [ "**" ], + "crate_features": { + "common": [], + "selects": { + "arm-unknown-linux-gnueabi": [ + "verbatim" + ], + "powerpc-unknown-linux-gnu": [ + "verbatim" + ], + "s390x-unknown-linux-gnu": [ + "verbatim" + ], + "x86_64-unknown-freebsd": [ + "verbatim" + ] + } + }, "deps": { "common": [ { @@ -52595,7 +53227,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -53290,7 +53922,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -53378,7 +54010,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57236,7 +57868,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57286,7 +57918,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57336,7 +57968,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57386,7 +58018,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57436,7 +58068,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57486,7 +58118,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57536,7 +58168,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57586,7 +58218,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57636,7 +58268,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57686,7 +58318,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57736,7 +58368,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57786,7 +58418,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57828,7 +58460,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -57906,7 +58538,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57956,7 +58588,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58006,7 +58638,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58056,7 +58688,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58106,7 +58738,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58156,7 +58788,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58206,7 +58838,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58256,7 +58888,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58306,7 +58938,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58356,7 +58988,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58406,7 +59038,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58468,7 +59100,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58518,7 +59150,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58568,7 +59200,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58618,7 +59250,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58668,7 +59300,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58718,7 +59350,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58768,7 +59400,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58818,7 +59450,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58868,7 +59500,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -59276,7 +59908,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -59393,7 +60025,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -61481,13 +62113,109 @@ ], "crate_features": { "common": [ - "dangerous_configuration", "default", "log", "logging", "tls12" ], - "selects": {} + "selects": { + "aarch64-apple-darwin": [ + "dangerous_configuration" + ], + "aarch64-apple-ios": [ + "dangerous_configuration" + ], + "aarch64-apple-ios-sim": [ + "dangerous_configuration" + ], + "aarch64-fuchsia": [ + "dangerous_configuration" + ], + "aarch64-linux-android": [ + "dangerous_configuration" + ], + "aarch64-pc-windows-msvc": [ + "dangerous_configuration" + ], + "aarch64-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "aarch64-unknown-nixos-gnu": [ + "dangerous_configuration" + ], + "aarch64-unknown-nto-qnx710": [ + "dangerous_configuration" + ], + "arm-unknown-linux-gnueabi": [ + "dangerous_configuration" + ], + "armv7-linux-androideabi": [ + "dangerous_configuration" + ], + "armv7-unknown-linux-gnueabi": [ + "dangerous_configuration" + ], + "i686-apple-darwin": [ + "dangerous_configuration" + ], + "i686-linux-android": [ + "dangerous_configuration" + ], + "i686-pc-windows-msvc": [ + "dangerous_configuration" + ], + "i686-unknown-freebsd": [ + "dangerous_configuration" + ], + "i686-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "powerpc-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "riscv32imc-unknown-none-elf": [ + "dangerous_configuration" + ], + "riscv64gc-unknown-none-elf": [ + "dangerous_configuration" + ], + "s390x-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "thumbv7em-none-eabi": [ + "dangerous_configuration" + ], + "thumbv8m.main-none-eabi": [ + "dangerous_configuration" + ], + "x86_64-apple-darwin": [ + "dangerous_configuration" + ], + "x86_64-apple-ios": [ + "dangerous_configuration" + ], + "x86_64-fuchsia": [ + "dangerous_configuration" + ], + "x86_64-linux-android": [ + "dangerous_configuration" + ], + "x86_64-pc-windows-msvc": [ + "dangerous_configuration" + ], + "x86_64-unknown-freebsd": [ + "dangerous_configuration" + ], + "x86_64-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "x86_64-unknown-nixos-gnu": [ + "dangerous_configuration" + ], + "x86_64-unknown-none": [ + "dangerous_configuration" + ] + } }, "deps": { "common": [ @@ -61654,14 +62382,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rustls 0.23.17": { + "rustls 0.23.18": { "name": "rustls", - "version": "0.23.17", + "version": "0.23.18", "package_url": "/~https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls/0.23.17/download", - "sha256": "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" + "url": "https://static.crates.io/crates/rustls/0.23.18/download", + "sha256": "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" } }, "targets": [ @@ -61697,6 +62425,8 @@ ], "crate_features": { "common": [ + "aws-lc-rs", + "aws_lc_rs", "brotli", "log", "logging", @@ -61708,6 +62438,10 @@ }, "deps": { "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "aws_lc_rs" + }, { "id": "brotli 7.0.0", "target": "brotli" @@ -61729,7 +62463,7 @@ "target": "ring" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "build_script_build" }, { @@ -61753,7 +62487,7 @@ "selects": {} }, "edition": "2021", - "version": "0.23.17" + "version": "0.23.18" }, "build_script_attrs": { "compile_data_glob": [ @@ -61764,6 +62498,10 @@ ], "link_deps": { "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "aws_lc_rs" + }, { "id": "ring 0.17.7", "target": "ring" @@ -62315,7 +63053,7 @@ "target": "once_cell" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" } ], @@ -62520,6 +63258,7 @@ "crate_features": { "common": [ "alloc", + "aws_lc_rs", "ring", "std" ], @@ -62624,6 +63363,10 @@ }, "deps": { "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "aws_lc_rs" + }, { "id": "ring 0.17.7", "target": "ring" @@ -63865,7 +64608,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -63950,7 +64693,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -64039,7 +64782,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -68415,7 +69158,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -70637,7 +71380,7 @@ "target": "cfg_if" }, { - "id": "fastrand 2.0.1", + "id": "fastrand 2.2.0", "target": "fastrand" }, { @@ -71816,7 +72559,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -73605,7 +74348,7 @@ "deps": { "common": [ { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -74343,7 +75086,7 @@ "target": "async_stream" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -74371,7 +75114,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -75236,7 +75979,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -80262,7 +81005,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -85865,7 +86608,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -86534,6 +87277,32 @@ "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], + "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], "cfg(not(any(target_os = \"macos\", target_os = \"ios\", target_os = \"windows\", target_arch = \"wasm32\")))": [ "aarch64-fuchsia", "aarch64-linux-android", @@ -86969,9 +87738,9 @@ "async-scoped 0.8.0", "async-stream 0.3.6", "async-trait 0.1.83", - "axum 0.7.7", - "axum-extra 0.9.1", - "axum-server 0.6.0", + "axum 0.7.9", + "axum-extra 0.9.6", + "axum-server 0.7.1", "backoff 0.4.0", "backon 0.4.1", "base32 0.4.0", @@ -86999,7 +87768,7 @@ "candid 0.10.10", "candid_parser 0.1.2", "cargo_metadata 0.14.2", - "cc 1.0.83", + "cc 1.2.1", "cddl 0.9.4", "cfg-if 1.0.0", "chacha20poly1305 0.10.1", @@ -87051,7 +87820,7 @@ "http-body-util 0.1.2", "humantime 2.1.0", "humantime-serde 1.1.1", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2 0.9.1", "hyper-util 0.1.10", @@ -87189,7 +87958,7 @@ "rust_decimal_macros 1.36.0", "rustc-demangle 0.1.23", "rustc-hash 1.1.0", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustversion 1.0.14", "rusty-fork 0.3.0", diff --git a/Cargo.Bazel.Fuzzing.toml.lock b/Cargo.Bazel.Fuzzing.toml.lock index 01d44821c46..d0476d23d67 100644 --- a/Cargo.Bazel.Fuzzing.toml.lock +++ b/Cargo.Bazel.Fuzzing.toml.lock @@ -785,11 +785,38 @@ version = "1.1.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +[[package]] +name = "aws-lc-rs" +version = "1.10.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" +dependencies = [ + "aws-lc-sys", + "mirai-annotations", + "paste", + "zeroize", +] + +[[package]] +name = "aws-lc-sys" +version = "0.22.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" +dependencies = [ + "bindgen 0.69.4", + "cc", + "cmake", + "dunce", + "fs_extra", + "libc", + "paste", +] + [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core", @@ -799,7 +826,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "itoa", "matchit", @@ -843,22 +870,24 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.9.1" +version = "0.9.6" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" +checksum = "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" dependencies = [ "axum", "axum-core", "bytes", + "fastrand 2.2.0", "futures-util", "headers 0.4.0", "http 1.1.0", "http-body 1.0.1", "http-body-util", "mime", + "multer 3.1.0", "pin-project-lite", "serde", - "tower 0.4.13", + "tower 0.5.1", "tower-layer", "tower-service", ] @@ -894,9 +923,9 @@ dependencies = [ [[package]] name = "axum-server" -version = "0.6.0" +version = "0.7.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" +checksum = "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" dependencies = [ "arc-swap", "bytes", @@ -904,13 +933,14 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", - "rustls 0.21.12", + "rustls 0.23.18", "rustls-pemfile 2.2.0", + "rustls-pki-types", "tokio", - "tokio-rustls 0.24.1", + "tokio-rustls 0.26.0", "tower 0.4.13", "tower-service", ] @@ -1092,12 +1122,15 @@ dependencies = [ "itertools 0.12.0", "lazy_static", "lazycell", + "log", + "prettyplease", "proc-macro2", "quote", "regex", "rustc-hash 1.1.0", "shlex", "syn 2.0.87", + "which", ] [[package]] @@ -1802,12 +1835,13 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.0.83" +version = "1.2.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" +checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" dependencies = [ "jobserver", "libc", + "shlex", ] [[package]] @@ -2105,6 +2139,15 @@ dependencies = [ "uuid", ] +[[package]] +name = "cmake" +version = "0.1.51" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" +dependencies = [ + "cc", +] + [[package]] name = "cobs" version = "0.2.3" @@ -3076,7 +3119,7 @@ dependencies = [ "http-body-util", "humantime", "humantime-serde", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -3214,7 +3257,7 @@ dependencies = [ "rust_decimal_macros", "rustc-demangle", "rustc-hash 1.1.0", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustversion", "rusty-fork", @@ -3404,6 +3447,12 @@ dependencies = [ "dtoa", ] +[[package]] +name = "dunce" +version = "1.0.5" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + [[package]] name = "duration-string" version = "0.3.0" @@ -3890,9 +3939,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.0.1" +version = "2.2.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" +checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" [[package]] name = "ff" @@ -4112,7 +4161,7 @@ version = "2.0.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63" dependencies = [ - "fastrand 2.0.1", + "fastrand 2.2.0", "futures-core", "futures-io", "memchr", @@ -4139,7 +4188,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", ] @@ -4757,9 +4806,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", @@ -4786,7 +4835,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -4820,10 +4869,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "log", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -4840,7 +4889,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "thiserror 1.0.68", "tokio", @@ -4853,7 +4902,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "tokio", @@ -4871,7 +4920,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.1", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -4919,7 +4968,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-certification", @@ -4976,7 +5025,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "instant-acme", "mockall", @@ -4988,7 +5037,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5904,7 +5953,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.7", @@ -6032,9 +6081,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.27" +version = "0.1.32" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" +checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" dependencies = [ "libc", ] @@ -6168,7 +6217,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -6177,7 +6226,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.4", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -6771,7 +6820,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.24.2", "hyper-util", "itertools 0.11.0", @@ -6878,6 +6927,12 @@ version = "4.2.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d07cbe42e2a8dd41df582fb8e00fc24d920b5561cc301fcb6d14e2e0434b500f" +[[package]] +name = "mirai-annotations" +version = "1.12.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" + [[package]] name = "mockall" version = "0.13.0" @@ -6971,6 +7026,23 @@ dependencies = [ "version_check", ] +[[package]] +name = "multer" +version = "3.1.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" +dependencies = [ + "bytes", + "encoding_rs", + "futures-util", + "http 1.1.0", + "httparse", + "memchr", + "mime", + "spin 0.9.8", + "version_check", +] + [[package]] name = "multimap" version = "0.8.3" @@ -8015,7 +8087,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", - "fastrand 2.0.1", + "fastrand 2.2.0", "futures-io", ] @@ -8703,7 +8775,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -8720,7 +8792,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.7", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "slab", "thiserror 1.0.68", "tinyvec", @@ -9169,7 +9241,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -9181,7 +9253,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -9528,10 +9600,11 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.17" +version = "0.23.18" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" +checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" dependencies = [ + "aws-lc-rs", "brotli 7.0.0", "brotli-decompressor 4.0.1", "log", @@ -9642,7 +9715,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.7.0", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -9674,6 +9747,7 @@ version = "0.102.8" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ + "aws-lc-rs", "ring 0.17.7", "rustls-pki-types", "untrusted 0.9.0", @@ -10928,7 +11002,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ "cfg-if 1.0.0", - "fastrand 2.0.1", + "fastrand 2.2.0", "once_cell", "rustix", "windows-sys 0.59.0", @@ -11311,7 +11385,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", "tokio", ] @@ -11449,7 +11523,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-timeout", "hyper-util", "percent-encoding", @@ -12173,7 +12247,7 @@ dependencies = [ "log", "mime", "mime_guess", - "multer", + "multer 2.1.0", "percent-encoding", "pin-project", "rustls-pemfile 2.2.0", diff --git a/Cargo.Bazel.json.lock b/Cargo.Bazel.json.lock index 82ff9583269..8d6fe794b22 100644 --- a/Cargo.Bazel.json.lock +++ b/Cargo.Bazel.json.lock @@ -1,5 +1,5 @@ { - "checksum": "6e0d1102e47370e22a5da2034cd2281dbe6964d8dbbff85c2ed39139d88cac00", + "checksum": "8d29358dc7bf66841a0a6331d11783454b01cfe92153ddd01a53dae903505c05", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -1626,7 +1626,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4445,14 +4445,237 @@ ], "license_file": "LICENSE-APACHE" }, - "axum 0.7.7": { + "aws-lc-rs 1.10.0": { + "name": "aws-lc-rs", + "version": "1.10.0", + "package_url": "/~https://github.com/aws/aws-lc-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/aws-lc-rs/1.10.0/download", + "sha256": "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aws_lc_rs", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "aws_lc_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "aws-lc-sys", + "prebuilt-nasm" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "build_script_build" + }, + { + "id": "aws-lc-sys 0.22.0", + "target": "aws_lc_sys" + }, + { + "id": "mirai-annotations 1.12.0", + "target": "mirai_annotations" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ], + "selects": {} + }, + "version": "1.10.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "link_deps": { + "common": [ + { + "id": "aws-lc-sys 0.22.0", + "target": "aws_lc_sys" + } + ], + "selects": {} + }, + "links": "aws_lc_rs_1_10_0_sys" + }, + "license": "ISC AND (Apache-2.0 OR ISC)", + "license_ids": [ + "Apache-2.0", + "ISC" + ], + "license_file": "LICENSE" + }, + "aws-lc-sys 0.22.0": { + "name": "aws-lc-sys", + "version": "0.22.0", + "package_url": "/~https://github.com/aws/aws-lc-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/aws-lc-sys/0.22.0/download", + "sha256": "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aws_lc_sys", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_main", + "crate_root": "builder/main.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "aws_lc_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "prebuilt-nasm" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aws-lc-sys 0.22.0", + "target": "build_script_main" + }, + { + "id": "libc 0.2.158", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.22.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.2.1", + "target": "cc" + }, + { + "id": "cmake 0.1.51", + "target": "cmake" + }, + { + "id": "dunce 1.0.5", + "target": "dunce" + }, + { + "id": "fs_extra 1.3.0", + "target": "fs_extra" + } + ], + "selects": { + "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ + { + "id": "bindgen 0.69.4", + "target": "bindgen" + } + ] + } + }, + "links": "aws_lc_0_22_0" + }, + "license": "ISC AND (Apache-2.0 OR ISC) AND OpenSSL", + "license_ids": [ + "Apache-2.0", + "ISC", + "OpenSSL" + ], + "license_file": "LICENSE" + }, + "axum 0.7.9": { "name": "axum", - "version": "0.7.7", + "version": "0.7.9", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum/0.7.7/download", - "sha256": "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" + "url": "https://static.crates.io/crates/axum/0.7.9/download", + "sha256": "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" } }, "targets": [ @@ -4517,7 +4740,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -4609,7 +4832,7 @@ ], "selects": {} }, - "version": "0.7.7" + "version": "0.7.9" }, "license": "MIT", "license_ids": [ @@ -4723,14 +4946,14 @@ ], "license_file": "LICENSE" }, - "axum-extra 0.9.1": { + "axum-extra 0.9.6": { "name": "axum-extra", - "version": "0.9.1", + "version": "0.9.6", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-extra/0.9.1/download", - "sha256": "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" + "url": "https://static.crates.io/crates/axum-extra/0.9.6/download", + "sha256": "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" } }, "targets": [ @@ -4755,6 +4978,8 @@ "crate_features": { "common": [ "default", + "multipart", + "tracing", "typed-header" ], "selects": {} @@ -4762,7 +4987,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4773,6 +4998,10 @@ "id": "bytes 1.8.0", "target": "bytes" }, + { + "id": "fastrand 2.1.0", + "target": "fastrand" + }, { "id": "futures-util 0.3.31", "target": "futures_util" @@ -4797,6 +5026,10 @@ "id": "mime 0.3.17", "target": "mime" }, + { + "id": "multer 3.1.0", + "target": "multer" + }, { "id": "pin-project-lite 0.2.13", "target": "pin_project_lite" @@ -4806,7 +5039,7 @@ "target": "serde" }, { - "id": "tower 0.4.13", + "id": "tower 0.5.1", "target": "tower" }, { @@ -4821,7 +5054,7 @@ "selects": {} }, "edition": "2021", - "version": "0.9.1" + "version": "0.9.6" }, "license": "MIT", "license_ids": [ @@ -4924,7 +5157,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4979,14 +5212,14 @@ ], "license_file": null }, - "axum-server 0.6.0": { + "axum-server 0.7.1": { "name": "axum-server", - "version": "0.6.0", + "version": "0.7.1", "package_url": "/~https://github.com/programatik29/axum-server", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-server/0.6.0/download", - "sha256": "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" + "url": "https://static.crates.io/crates/axum-server/0.7.1/download", + "sha256": "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" } }, "targets": [ @@ -5014,7 +5247,9 @@ "default", "rustls", "rustls-pemfile", + "rustls-pki-types", "tls-rustls", + "tls-rustls-no-provider", "tokio-rustls" ], "selects": {} @@ -5046,7 +5281,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -5058,19 +5293,23 @@ "target": "pin_project_lite" }, { - "id": "rustls 0.21.12", + "id": "rustls 0.23.18", "target": "rustls" }, { "id": "rustls-pemfile 2.2.0", "target": "rustls_pemfile" }, + { + "id": "rustls-pki-types 1.10.0", + "target": "rustls_pki_types" + }, { "id": "tokio 1.41.1", "target": "tokio" }, { - "id": "tokio-rustls 0.24.1", + "id": "tokio-rustls 0.26.0", "target": "tokio_rustls" }, { @@ -5085,7 +5324,7 @@ "selects": {} }, "edition": "2021", - "version": "0.6.0" + "version": "0.7.1" }, "license": "MIT", "license_ids": [ @@ -5326,7 +5565,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -6217,7 +6456,32 @@ "common": [ "runtime" ], - "selects": {} + "selects": { + "arm-unknown-linux-gnueabi": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ], + "powerpc-unknown-linux-gnu": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ], + "s390x-unknown-linux-gnu": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ], + "x86_64-unknown-freebsd": [ + "default", + "logging", + "prettyplease", + "which-rustfmt" + ] + } }, "deps": { "common": [ @@ -6274,7 +6538,64 @@ "target": "syn" } ], - "selects": {} + "selects": { + "arm-unknown-linux-gnueabi": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.0", + "target": "which" + } + ], + "powerpc-unknown-linux-gnu": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.0", + "target": "which" + } + ], + "s390x-unknown-linux-gnu": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.0", + "target": "which" + } + ], + "x86_64-unknown-freebsd": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "which 4.4.0", + "target": "which" + } + ] + } }, "edition": "2018", "version": "0.69.4" @@ -6293,7 +6614,32 @@ "target": "clang_sys" } ], - "selects": {} + "selects": { + "arm-unknown-linux-gnueabi": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ], + "powerpc-unknown-linux-gnu": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ], + "s390x-unknown-linux-gnu": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ], + "x86_64-unknown-freebsd": [ + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ] + } } }, "license": "BSD-3-Clause", @@ -9407,7 +9753,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -10538,14 +10884,14 @@ ], "license_file": "LICENSE-APACHE" }, - "cc 1.0.83": { + "cc 1.2.1": { "name": "cc", - "version": "1.0.83", + "version": "1.2.1", "package_url": "/~https://github.com/rust-lang/cc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cc/1.0.83/download", - "sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0", + "url": "https://static.crates.io/crates/cc/1.2.1/download", + "sha256": "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47", "patch_args": [ "-p1" ], @@ -10577,97 +10923,98 @@ "common": [], "selects": { "aarch64-apple-darwin": [ - "jobserver", "parallel" ], "aarch64-pc-windows-msvc": [ - "jobserver", "parallel" ], "aarch64-unknown-linux-gnu": [ - "jobserver", "parallel" ], "aarch64-unknown-nixos-gnu": [ - "jobserver", "parallel" ], "arm-unknown-linux-gnueabi": [ - "jobserver", "parallel" ], "i686-pc-windows-msvc": [ - "jobserver", "parallel" ], "i686-unknown-linux-gnu": [ - "jobserver", "parallel" ], "powerpc-unknown-linux-gnu": [ - "jobserver", "parallel" ], "s390x-unknown-linux-gnu": [ - "jobserver", "parallel" ], "x86_64-apple-darwin": [ - "jobserver", "parallel" ], "x86_64-pc-windows-msvc": [ - "jobserver", "parallel" ], "x86_64-unknown-freebsd": [ - "jobserver", "parallel" ], "x86_64-unknown-linux-gnu": [ - "jobserver", "parallel" ], "x86_64-unknown-nixos-gnu": [ - "jobserver", "parallel" ] } }, "deps": { - "common": [], + "common": [ + { + "id": "shlex 1.3.0", + "target": "shlex" + } + ], "selects": { "aarch64-apple-darwin": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "aarch64-pc-windows-msvc": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" } ], "aarch64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "aarch64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "arm-unknown-linux-gnueabi": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" - } - ], - "cfg(unix)": [ + }, { "id": "libc 0.2.158", "target": "libc" @@ -10675,62 +11022,90 @@ ], "i686-pc-windows-msvc": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" } ], "i686-unknown-linux-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "powerpc-unknown-linux-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "s390x-unknown-linux-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-apple-darwin": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-pc-windows-msvc": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" } ], "x86_64-unknown-freebsd": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ], "x86_64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.26", + "id": "jobserver 0.1.32", "target": "jobserver" + }, + { + "id": "libc 0.2.158", + "target": "libc" } ] } }, "edition": "2018", - "version": "1.0.83" + "version": "1.2.1" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -12747,6 +13122,54 @@ ], "license_file": null }, + "cmake 0.1.51": { + "name": "cmake", + "version": "0.1.51", + "package_url": "/~https://github.com/rust-lang/cmake-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cmake/0.1.51/download", + "sha256": "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cmake", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "cmake", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.2.1", + "target": "cc" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.51" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, "cobs 0.2.3": { "name": "cobs", "version": "0.2.3", @@ -18282,15 +18705,15 @@ "target": "async_stream" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { - "id": "axum-extra 0.9.1", + "id": "axum-extra 0.9.6", "target": "axum_extra" }, { - "id": "axum-server 0.6.0", + "id": "axum-server 0.7.1", "target": "axum_server" }, { @@ -18403,7 +18826,7 @@ "target": "cargo_metadata" }, { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -18607,7 +19030,7 @@ "target": "humantime_serde" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -19137,7 +19560,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -20120,6 +20543,46 @@ ], "license_file": "LICENSE" }, + "dunce 1.0.5": { + "name": "dunce", + "version": "1.0.5", + "package_url": "https://gitlab.com/kornelski/dunce", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/dunce/1.0.5/download", + "sha256": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dunce", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "dunce", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.0.5" + }, + "license": "CC0-1.0 OR MIT-0 OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "CC0-1.0", + "MIT-0" + ], + "license_file": "LICENSE" + }, "duration-string 0.3.0": { "name": "duration-string", "version": "0.3.0", @@ -21781,7 +22244,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -23726,7 +24189,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -24933,7 +25396,7 @@ "target": "futures_io" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -28534,14 +28997,14 @@ ], "license_file": "LICENSE" }, - "hyper 1.5.0": { + "hyper 1.5.1": { "name": "hyper", - "version": "1.5.0", + "version": "1.5.1", "package_url": "/~https://github.com/hyperium/hyper", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper/1.5.0/download", - "sha256": "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" + "url": "https://static.crates.io/crates/hyper/1.5.1/download", + "sha256": "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" } }, "targets": [ @@ -28632,7 +29095,7 @@ "selects": {} }, "edition": "2021", - "version": "1.5.0" + "version": "1.5.1" }, "license": "MIT", "license_ids": [ @@ -28688,7 +29151,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -28992,7 +29455,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29004,7 +29467,7 @@ "target": "log" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -29275,7 +29738,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29339,7 +29802,7 @@ "deps": { "common": [ { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29439,7 +29902,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29621,7 +30084,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -29713,7 +30176,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -30582,7 +31045,7 @@ "target": "arc_swap" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -30646,7 +31109,7 @@ "target": "humantime" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -30694,7 +31157,7 @@ "target": "reqwest" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -35553,7 +36016,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -36354,14 +36817,14 @@ ], "license_file": "LICENSE-APACHE" }, - "jobserver 0.1.26": { + "jobserver 0.1.32": { "name": "jobserver", - "version": "0.1.26", - "package_url": "/~https://github.com/alexcrichton/jobserver-rs", + "version": "0.1.32", + "package_url": "/~https://github.com/rust-lang/jobserver-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/jobserver/0.1.26/download", - "sha256": "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" + "url": "https://static.crates.io/crates/jobserver/0.1.32/download", + "sha256": "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" } }, "targets": [ @@ -36394,10 +36857,10 @@ ] } }, - "edition": "2018", - "version": "0.1.26" + "edition": "2021", + "version": "0.1.32" }, - "license": "MIT/Apache-2.0", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" @@ -37184,7 +37647,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -37216,7 +37679,7 @@ "target": "pem" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -38486,7 +38949,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -38768,7 +39231,7 @@ "target": "bindgen" }, { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -38869,7 +39332,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -38969,7 +39432,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39078,7 +39541,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39176,7 +39639,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -39584,7 +40047,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -40235,7 +40698,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -41247,7 +41710,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -41283,7 +41746,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -42040,6 +42503,44 @@ ], "license_file": null }, + "mirai-annotations 1.12.0": { + "name": "mirai-annotations", + "version": "1.12.0", + "package_url": "/~https://github.com/facebookexperimental/MIRAI", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/mirai-annotations/1.12.0/download", + "sha256": "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mirai_annotations", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "mirai_annotations", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.12.0" + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": null + }, "mockall 0.13.0": { "name": "mockall", "version": "0.13.0", @@ -42609,6 +43110,120 @@ ], "license_file": "LICENSE" }, + "multer 3.1.0": { + "name": "multer", + "version": "3.1.0", + "package_url": "/~https://github.com/rwf2/multer", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/multer/3.1.0/download", + "sha256": "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multer", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "multer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.8.0", + "target": "bytes" + }, + { + "id": "encoding_rs 0.8.32", + "target": "encoding_rs" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "http 1.1.0", + "target": "http" + }, + { + "id": "httparse 1.8.0", + "target": "httparse" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "multer 3.1.0", + "target": "build_script_build" + }, + { + "id": "spin 0.9.8", + "target": "spin" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.1.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" + }, "multimap 0.8.3": { "name": "multimap", "version": "0.8.3", @@ -45089,7 +45704,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -47539,7 +48154,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -50371,6 +50986,23 @@ "compile_data_glob": [ "**" ], + "crate_features": { + "common": [], + "selects": { + "arm-unknown-linux-gnueabi": [ + "verbatim" + ], + "powerpc-unknown-linux-gnu": [ + "verbatim" + ], + "s390x-unknown-linux-gnu": [ + "verbatim" + ], + "x86_64-unknown-freebsd": [ + "verbatim" + ] + } + }, "deps": { "common": [ { @@ -52397,7 +53029,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -53092,7 +53724,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -53180,7 +53812,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57082,7 +57714,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57132,7 +57764,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57182,7 +57814,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57232,7 +57864,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57282,7 +57914,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57332,7 +57964,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57382,7 +58014,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57432,7 +58064,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57482,7 +58114,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57532,7 +58164,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57582,7 +58214,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57632,7 +58264,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57674,7 +58306,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -57752,7 +58384,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57802,7 +58434,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57852,7 +58484,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57902,7 +58534,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57952,7 +58584,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58002,7 +58634,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58052,7 +58684,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58102,7 +58734,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58152,7 +58784,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58202,7 +58834,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58252,7 +58884,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58314,7 +58946,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58364,7 +58996,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58414,7 +59046,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58464,7 +59096,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58514,7 +59146,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58564,7 +59196,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58614,7 +59246,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58664,7 +59296,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58714,7 +59346,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -59122,7 +59754,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -59239,7 +59871,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -61327,13 +61959,109 @@ ], "crate_features": { "common": [ - "dangerous_configuration", "default", "log", "logging", "tls12" ], - "selects": {} + "selects": { + "aarch64-apple-darwin": [ + "dangerous_configuration" + ], + "aarch64-apple-ios": [ + "dangerous_configuration" + ], + "aarch64-apple-ios-sim": [ + "dangerous_configuration" + ], + "aarch64-fuchsia": [ + "dangerous_configuration" + ], + "aarch64-linux-android": [ + "dangerous_configuration" + ], + "aarch64-pc-windows-msvc": [ + "dangerous_configuration" + ], + "aarch64-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "aarch64-unknown-nixos-gnu": [ + "dangerous_configuration" + ], + "aarch64-unknown-nto-qnx710": [ + "dangerous_configuration" + ], + "arm-unknown-linux-gnueabi": [ + "dangerous_configuration" + ], + "armv7-linux-androideabi": [ + "dangerous_configuration" + ], + "armv7-unknown-linux-gnueabi": [ + "dangerous_configuration" + ], + "i686-apple-darwin": [ + "dangerous_configuration" + ], + "i686-linux-android": [ + "dangerous_configuration" + ], + "i686-pc-windows-msvc": [ + "dangerous_configuration" + ], + "i686-unknown-freebsd": [ + "dangerous_configuration" + ], + "i686-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "powerpc-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "riscv32imc-unknown-none-elf": [ + "dangerous_configuration" + ], + "riscv64gc-unknown-none-elf": [ + "dangerous_configuration" + ], + "s390x-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "thumbv7em-none-eabi": [ + "dangerous_configuration" + ], + "thumbv8m.main-none-eabi": [ + "dangerous_configuration" + ], + "x86_64-apple-darwin": [ + "dangerous_configuration" + ], + "x86_64-apple-ios": [ + "dangerous_configuration" + ], + "x86_64-fuchsia": [ + "dangerous_configuration" + ], + "x86_64-linux-android": [ + "dangerous_configuration" + ], + "x86_64-pc-windows-msvc": [ + "dangerous_configuration" + ], + "x86_64-unknown-freebsd": [ + "dangerous_configuration" + ], + "x86_64-unknown-linux-gnu": [ + "dangerous_configuration" + ], + "x86_64-unknown-nixos-gnu": [ + "dangerous_configuration" + ], + "x86_64-unknown-none": [ + "dangerous_configuration" + ] + } }, "deps": { "common": [ @@ -61500,14 +62228,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rustls 0.23.17": { + "rustls 0.23.18": { "name": "rustls", - "version": "0.23.17", + "version": "0.23.18", "package_url": "/~https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls/0.23.17/download", - "sha256": "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" + "url": "https://static.crates.io/crates/rustls/0.23.18/download", + "sha256": "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" } }, "targets": [ @@ -61543,6 +62271,8 @@ ], "crate_features": { "common": [ + "aws-lc-rs", + "aws_lc_rs", "brotli", "log", "logging", @@ -61554,6 +62284,10 @@ }, "deps": { "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "aws_lc_rs" + }, { "id": "brotli 7.0.0", "target": "brotli" @@ -61575,7 +62309,7 @@ "target": "ring" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "build_script_build" }, { @@ -61599,7 +62333,7 @@ "selects": {} }, "edition": "2021", - "version": "0.23.17" + "version": "0.23.18" }, "build_script_attrs": { "compile_data_glob": [ @@ -61610,6 +62344,10 @@ ], "link_deps": { "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "aws_lc_rs" + }, { "id": "ring 0.17.7", "target": "ring" @@ -62161,7 +62899,7 @@ "target": "once_cell" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" } ], @@ -62366,6 +63104,7 @@ "crate_features": { "common": [ "alloc", + "aws_lc_rs", "ring", "std" ], @@ -62470,6 +63209,10 @@ }, "deps": { "common": [ + { + "id": "aws-lc-rs 1.10.0", + "target": "aws_lc_rs" + }, { "id": "ring 0.17.7", "target": "ring" @@ -63711,7 +64454,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -63796,7 +64539,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -63885,7 +64628,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -68261,7 +69004,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -71662,7 +72405,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -73451,7 +74194,7 @@ "deps": { "common": [ { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -74189,7 +74932,7 @@ "target": "async_stream" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -74217,7 +74960,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -75082,7 +75825,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -80087,7 +80830,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" } ], @@ -85823,7 +86566,7 @@ "deps": { "common": [ { - "id": "cc 1.0.83", + "id": "cc 1.2.1", "target": "cc" }, { @@ -86414,6 +87157,32 @@ "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], + "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], "cfg(not(any(target_os = \"macos\", target_os = \"ios\", target_os = \"windows\", target_arch = \"wasm32\")))": [ "aarch64-fuchsia", "aarch64-linux-android", @@ -86849,9 +87618,9 @@ "async-scoped 0.8.0", "async-stream 0.3.6", "async-trait 0.1.83", - "axum 0.7.7", - "axum-extra 0.9.1", - "axum-server 0.6.0", + "axum 0.7.9", + "axum-extra 0.9.6", + "axum-server 0.7.1", "backoff 0.4.0", "backon 0.4.1", "base32 0.4.0", @@ -86879,7 +87648,7 @@ "candid 0.10.10", "candid_parser 0.1.2", "cargo_metadata 0.14.2", - "cc 1.0.83", + "cc 1.2.1", "cddl 0.9.4", "cfg-if 1.0.0", "chacha20poly1305 0.10.1", @@ -86931,7 +87700,7 @@ "http-body-util 0.1.2", "humantime 2.1.0", "humantime-serde 1.1.1", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2 0.9.1", "hyper-util 0.1.10", @@ -87069,7 +87838,7 @@ "rust_decimal_macros 1.36.0", "rustc-demangle 0.1.23", "rustc-hash 1.1.0", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustversion 1.0.14", "rusty-fork 0.3.0", diff --git a/Cargo.Bazel.toml.lock b/Cargo.Bazel.toml.lock index e97bdf0f88c..e4955d32df0 100644 --- a/Cargo.Bazel.toml.lock +++ b/Cargo.Bazel.toml.lock @@ -786,11 +786,38 @@ version = "1.1.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +[[package]] +name = "aws-lc-rs" +version = "1.10.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" +dependencies = [ + "aws-lc-sys", + "mirai-annotations", + "paste", + "zeroize", +] + +[[package]] +name = "aws-lc-sys" +version = "0.22.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" +dependencies = [ + "bindgen 0.69.4", + "cc", + "cmake", + "dunce", + "fs_extra", + "libc", + "paste", +] + [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core", @@ -800,7 +827,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "itoa", "matchit", @@ -844,22 +871,24 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.9.1" +version = "0.9.6" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" +checksum = "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" dependencies = [ "axum", "axum-core", "bytes", + "fastrand 2.1.0", "futures-util", "headers 0.4.0", "http 1.1.0", "http-body 1.0.1", "http-body-util", "mime", + "multer 3.1.0", "pin-project-lite", "serde", - "tower 0.4.13", + "tower 0.5.1", "tower-layer", "tower-service", ] @@ -895,9 +924,9 @@ dependencies = [ [[package]] name = "axum-server" -version = "0.6.0" +version = "0.7.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" +checksum = "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" dependencies = [ "arc-swap", "bytes", @@ -905,13 +934,14 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", - "rustls 0.21.12", + "rustls 0.23.18", "rustls-pemfile 2.2.0", + "rustls-pki-types", "tokio", - "tokio-rustls 0.24.1", + "tokio-rustls 0.26.0", "tower 0.4.13", "tower-service", ] @@ -1093,12 +1123,15 @@ dependencies = [ "itertools 0.12.0", "lazy_static", "lazycell", + "log", + "prettyplease", "proc-macro2", "quote", "regex", "rustc-hash 1.1.0", "shlex", "syn 2.0.87", + "which", ] [[package]] @@ -1803,12 +1836,13 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.0.83" +version = "1.2.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" +checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" dependencies = [ "jobserver", "libc", + "shlex", ] [[package]] @@ -2106,6 +2140,15 @@ dependencies = [ "uuid", ] +[[package]] +name = "cmake" +version = "0.1.51" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" +dependencies = [ + "cc", +] + [[package]] name = "cobs" version = "0.2.3" @@ -3065,7 +3108,7 @@ dependencies = [ "http-body-util", "humantime", "humantime-serde", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -3203,7 +3246,7 @@ dependencies = [ "rust_decimal_macros", "rustc-demangle", "rustc-hash 1.1.0", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustversion", "rusty-fork", @@ -3393,6 +3436,12 @@ dependencies = [ "dtoa", ] +[[package]] +name = "dunce" +version = "1.0.5" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + [[package]] name = "duration-string" version = "0.3.0" @@ -4128,7 +4177,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", ] @@ -4747,9 +4796,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", @@ -4776,7 +4825,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -4810,10 +4859,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "log", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -4830,7 +4879,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "thiserror 1.0.68", "tokio", @@ -4843,7 +4892,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "tokio", @@ -4861,7 +4910,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.1", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -4909,7 +4958,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-certification", @@ -4966,7 +5015,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "instant-acme", "mockall", @@ -4978,7 +5027,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5894,7 +5943,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.7", @@ -6022,9 +6071,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.26" +version = "0.1.32" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" +checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" dependencies = [ "libc", ] @@ -6158,7 +6207,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -6167,7 +6216,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.3", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -6762,7 +6811,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.24.2", "hyper-util", "itertools 0.11.0", @@ -6869,6 +6918,12 @@ version = "4.2.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d07cbe42e2a8dd41df582fb8e00fc24d920b5561cc301fcb6d14e2e0434b500f" +[[package]] +name = "mirai-annotations" +version = "1.12.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" + [[package]] name = "mockall" version = "0.13.0" @@ -6962,6 +7017,23 @@ dependencies = [ "version_check", ] +[[package]] +name = "multer" +version = "3.1.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" +dependencies = [ + "bytes", + "encoding_rs", + "futures-util", + "http 1.1.0", + "httparse", + "memchr", + "mime", + "spin 0.9.8", + "version_check", +] + [[package]] name = "multimap" version = "0.8.3" @@ -8693,7 +8765,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -8710,7 +8782,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.7", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "slab", "thiserror 1.0.68", "tinyvec", @@ -9165,7 +9237,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -9177,7 +9249,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -9524,10 +9596,11 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.17" +version = "0.23.18" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" +checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" dependencies = [ + "aws-lc-rs", "brotli 7.0.0", "brotli-decompressor 4.0.1", "log", @@ -9638,7 +9711,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.7.0", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -9670,6 +9743,7 @@ version = "0.102.8" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ + "aws-lc-rs", "ring 0.17.7", "rustls-pki-types", "untrusted 0.9.0", @@ -11307,7 +11381,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", "tokio", ] @@ -11445,7 +11519,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-timeout", "hyper-util", "percent-encoding", @@ -12169,7 +12243,7 @@ dependencies = [ "log", "mime", "mime_guess", - "multer", + "multer 2.1.0", "percent-encoding", "pin-project", "rustls-pemfile 2.2.0", From d9adeac9ac82ee162ac682b35903ba09edea5571 Mon Sep 17 00:00:00 2001 From: IDX GitHub Automation Date: Mon, 25 Nov 2024 10:14:14 +0000 Subject: [PATCH 06/14] Automatically updated Cargo*.lock --- Cargo.lock | 106 ++++++++++++++++++++++++++--------------------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 103829ac303..bf9edc8d544 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,9 +829,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core", @@ -840,7 +840,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "itoa", "matchit", @@ -917,7 +917,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "rustls 0.21.12", @@ -1687,7 +1687,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "once_cell", "pin-project-lite", "regex", @@ -4433,7 +4433,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", ] @@ -5054,9 +5054,9 @@ version = "0.9.0" dependencies = [ "axum", "clap 4.5.20", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "serde_json", "tokio", @@ -5121,9 +5121,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", @@ -5150,7 +5150,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -5182,10 +5182,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "log", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -5202,7 +5202,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "thiserror 1.0.68", "tokio", @@ -5215,7 +5215,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "tokio", @@ -5233,7 +5233,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.1", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -5398,7 +5398,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-certification 2.6.0", @@ -5533,7 +5533,7 @@ dependencies = [ "bytes", "futures", "futures-util", - "hyper 1.5.0", + "hyper 1.5.1", "rand 0.8.5", "slog", "tokio", @@ -5653,7 +5653,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "instant-acme", "mockall", @@ -5665,7 +5665,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5750,7 +5750,7 @@ dependencies = [ "rcgen", "regex", "reqwest 0.12.9", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "serde", "serde_bytes", @@ -6062,7 +6062,7 @@ dependencies = [ "futures-util", "hex", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-canister-client-sender", @@ -6084,7 +6084,7 @@ dependencies = [ "prost 0.13.3", "rand 0.8.5", "rand_chacha 0.3.1", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "serde_cbor", "tokio", @@ -6973,7 +6973,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rsa", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "sha2 0.10.8", "simple_asn1", @@ -7731,7 +7731,7 @@ dependencies = [ "ic-types-test-utils", "rand 0.8.5", "rand_chacha 0.3.1", - "rustls 0.23.17", + "rustls 0.23.18", "tempfile", "tokio", ] @@ -7931,7 +7931,7 @@ dependencies = [ "ic-types", "pkcs8", "rand 0.8.5", - "rustls 0.23.17", + "rustls 0.23.18", "signature", "time", "tokio", @@ -7967,7 +7967,7 @@ dependencies = [ "ic-types", "json5", "maplit", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "thiserror 2.0.3", "x509-parser", @@ -7980,7 +7980,7 @@ dependencies = [ "ic-base-types", "ic-crypto-tls-interfaces", "mockall", - "rustls 0.23.17", + "rustls 0.23.18", ] [[package]] @@ -8443,7 +8443,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "ic-async-utils", "ic-canister-client", @@ -8492,7 +8492,7 @@ dependencies = [ "rand 0.8.5", "reqwest 0.12.9", "rstest", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "serde_bytes", "serde_cbor", @@ -8516,7 +8516,7 @@ dependencies = [ "axum", "bytes", "crossbeam-channel", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "ic-async-utils", "ic-config", @@ -8598,7 +8598,7 @@ dependencies = [ "futures", "http 1.1.0", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -8612,7 +8612,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "rstest", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "serde", "serde_json", @@ -10725,7 +10725,7 @@ dependencies = [ "quinn", "quinn-udp", "rcgen", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "slog", "tempfile", @@ -10889,7 +10889,7 @@ dependencies = [ "prost 0.13.3", "quinn", "rstest", - "rustls 0.23.17", + "rustls 0.23.18", "slog", "socket2 0.5.7", "thiserror 2.0.3", @@ -12661,7 +12661,7 @@ dependencies = [ "http 1.1.0", "humantime", "humantime-serde", - "hyper 1.5.0", + "hyper 1.5.1", "ic-agent", "ic-artifact-pool", "ic-base-types", @@ -13552,7 +13552,7 @@ dependencies = [ name = "ic-xnet-hyper" version = "0.9.0" dependencies = [ - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-crypto-tls-interfaces", @@ -13570,7 +13570,7 @@ dependencies = [ "async-trait", "axum", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "ic-base-types", "ic-canonical-state", @@ -14416,7 +14416,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.8", @@ -14689,7 +14689,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -14698,7 +14698,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.4", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -15617,7 +15617,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "log", "rand 0.8.5", @@ -16426,7 +16426,7 @@ dependencies = [ "get_if_addrs", "hex", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-async-utils", @@ -17090,7 +17090,7 @@ dependencies = [ "hex", "http 1.1.0", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "ic-agent", "ic-boundary", @@ -17761,7 +17761,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -17778,7 +17778,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.8", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "slab", "thiserror 1.0.68", "tinyvec", @@ -18384,7 +18384,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -18396,7 +18396,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -18811,9 +18811,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.17" +version = "0.23.18" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" +checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" dependencies = [ "brotli 7.0.0", "brotli-decompressor", @@ -18913,7 +18913,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -21009,7 +21009,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", "tokio", ] @@ -21127,7 +21127,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-timeout", "hyper-util", "percent-encoding", From 581ae042349ccfaef776fa04ebfe10ad5a5e769d Mon Sep 17 00:00:00 2001 From: Rostislav Rumenov Date: Mon, 25 Nov 2024 10:23:03 +0000 Subject: [PATCH 07/14] . --- bazel/external_crates.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/external_crates.bzl b/bazel/external_crates.bzl index 668300a58cd..6070bf1b5d3 100644 --- a/bazel/external_crates.bzl +++ b/bazel/external_crates.bzl @@ -227,7 +227,7 @@ def external_crates_repository(name, cargo_lockfile, lockfile, sanitizers_enable features = ["typed-header"], ), "axum-server": crate.spec( - version = "^0.7.1", + version = "^0.6.0", features = [ "tls-rustls", ], From 73ca41aaa699407a4b320e3aa0ef23e52ec81567 Mon Sep 17 00:00:00 2001 From: Rostislav Rumenov Date: Mon, 25 Nov 2024 10:32:39 +0000 Subject: [PATCH 08/14] . --- Cargo.Bazel.Fuzzing.json.lock | 646 +--------------------------------- Cargo.Bazel.Fuzzing.toml.lock | 62 +--- Cargo.Bazel.json.lock | 646 +--------------------------------- Cargo.Bazel.toml.lock | 62 +--- 4 files changed, 38 insertions(+), 1378 deletions(-) diff --git a/Cargo.Bazel.Fuzzing.json.lock b/Cargo.Bazel.Fuzzing.json.lock index b5c029b28f8..a9e3e8541d4 100644 --- a/Cargo.Bazel.Fuzzing.json.lock +++ b/Cargo.Bazel.Fuzzing.json.lock @@ -1,5 +1,5 @@ { - "checksum": "dcec928210980bf4751357bbc7a00cac9b40848b5fecca0e3cf23a655d844ee0", + "checksum": "99bceafb3c1b9597383b35ab7cca3840d12fb85331fc3f3f1108b0a75bc8cccb", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -4441,229 +4441,6 @@ ], "license_file": "LICENSE-APACHE" }, - "aws-lc-rs 1.10.0": { - "name": "aws-lc-rs", - "version": "1.10.0", - "package_url": "/~https://github.com/aws/aws-lc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aws-lc-rs/1.10.0/download", - "sha256": "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aws_lc_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aws_lc_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-sys", - "prebuilt-nasm" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "build_script_build" - }, - { - "id": "aws-lc-sys 0.22.0", - "target": "aws_lc_sys" - }, - { - "id": "mirai-annotations 1.12.0", - "target": "mirai_annotations" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "1.10.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "aws-lc-sys 0.22.0", - "target": "aws_lc_sys" - } - ], - "selects": {} - }, - "links": "aws_lc_rs_1_10_0_sys" - }, - "license": "ISC AND (Apache-2.0 OR ISC)", - "license_ids": [ - "Apache-2.0", - "ISC" - ], - "license_file": "LICENSE" - }, - "aws-lc-sys 0.22.0": { - "name": "aws-lc-sys", - "version": "0.22.0", - "package_url": "/~https://github.com/aws/aws-lc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aws-lc-sys/0.22.0/download", - "sha256": "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aws_lc_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_main", - "crate_root": "builder/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aws_lc_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "prebuilt-nasm" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-sys 0.22.0", - "target": "build_script_main" - }, - { - "id": "libc 0.2.158", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.22.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.1", - "target": "cc" - }, - { - "id": "cmake 0.1.51", - "target": "cmake" - }, - { - "id": "dunce 1.0.5", - "target": "dunce" - }, - { - "id": "fs_extra 1.3.0", - "target": "fs_extra" - } - ], - "selects": { - "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ - { - "id": "bindgen 0.69.4", - "target": "bindgen" - } - ] - } - }, - "links": "aws_lc_0_22_0" - }, - "license": "ISC AND (Apache-2.0 OR ISC) AND OpenSSL", - "license_ids": [ - "Apache-2.0", - "ISC", - "OpenSSL" - ], - "license_file": "LICENSE" - }, "axum 0.7.9": { "name": "axum", "version": "0.7.9", @@ -5208,14 +4985,14 @@ ], "license_file": null }, - "axum-server 0.7.1": { + "axum-server 0.6.0": { "name": "axum-server", - "version": "0.7.1", + "version": "0.6.0", "package_url": "/~https://github.com/programatik29/axum-server", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-server/0.7.1/download", - "sha256": "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" + "url": "https://static.crates.io/crates/axum-server/0.6.0/download", + "sha256": "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" } }, "targets": [ @@ -5243,9 +5020,7 @@ "default", "rustls", "rustls-pemfile", - "rustls-pki-types", "tls-rustls", - "tls-rustls-no-provider", "tokio-rustls" ], "selects": {} @@ -5289,23 +5064,19 @@ "target": "pin_project_lite" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.21.12", "target": "rustls" }, { "id": "rustls-pemfile 2.2.0", "target": "rustls_pemfile" }, - { - "id": "rustls-pki-types 1.10.0", - "target": "rustls_pki_types" - }, { "id": "tokio 1.41.1", "target": "tokio" }, { - "id": "tokio-rustls 0.26.0", + "id": "tokio-rustls 0.24.1", "target": "tokio_rustls" }, { @@ -5320,7 +5091,7 @@ "selects": {} }, "edition": "2021", - "version": "0.7.1" + "version": "0.6.0" }, "license": "MIT", "license_ids": [ @@ -6476,32 +6247,7 @@ "common": [ "runtime" ], - "selects": { - "arm-unknown-linux-gnueabi": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ], - "powerpc-unknown-linux-gnu": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ], - "s390x-unknown-linux-gnu": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ], - "x86_64-unknown-freebsd": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ] - } + "selects": {} }, "deps": { "common": [ @@ -6558,64 +6304,7 @@ "target": "syn" } ], - "selects": { - "arm-unknown-linux-gnueabi": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.2", - "target": "which" - } - ], - "powerpc-unknown-linux-gnu": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.2", - "target": "which" - } - ], - "s390x-unknown-linux-gnu": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.2", - "target": "which" - } - ], - "x86_64-unknown-freebsd": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.2", - "target": "which" - } - ] - } + "selects": {} }, "edition": "2018", "version": "0.69.4" @@ -6634,32 +6323,7 @@ "target": "clang_sys" } ], - "selects": { - "arm-unknown-linux-gnueabi": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ], - "powerpc-unknown-linux-gnu": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ], - "s390x-unknown-linux-gnu": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ], - "x86_64-unknown-freebsd": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ] - } + "selects": {} } }, "license": "BSD-3-Clause", @@ -13226,54 +12890,6 @@ ], "license_file": null }, - "cmake 0.1.51": { - "name": "cmake", - "version": "0.1.51", - "package_url": "/~https://github.com/rust-lang/cmake-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cmake/0.1.51/download", - "sha256": "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cmake", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cmake", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.1", - "target": "cc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.51" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, "cobs 0.2.3": { "name": "cobs", "version": "0.2.3", @@ -18885,7 +18501,7 @@ "target": "axum_extra" }, { - "id": "axum-server 0.7.1", + "id": "axum-server 0.6.0", "target": "axum_server" }, { @@ -20715,46 +20331,6 @@ ], "license_file": "LICENSE" }, - "dunce 1.0.5": { - "name": "dunce", - "version": "1.0.5", - "package_url": "https://gitlab.com/kornelski/dunce", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dunce/1.0.5/download", - "sha256": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dunce", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dunce", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.5" - }, - "license": "CC0-1.0 OR MIT-0 OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "CC0-1.0", - "MIT-0" - ], - "license_file": "LICENSE" - }, "duration-string 0.3.0": { "name": "duration-string", "version": "0.3.0", @@ -42663,44 +42239,6 @@ ], "license_file": null }, - "mirai-annotations 1.12.0": { - "name": "mirai-annotations", - "version": "1.12.0", - "package_url": "/~https://github.com/facebookexperimental/MIRAI", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mirai-annotations/1.12.0/download", - "sha256": "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mirai_annotations", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "mirai_annotations", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.12.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, "mockall 0.13.0": { "name": "mockall", "version": "0.13.0", @@ -51184,23 +50722,6 @@ "compile_data_glob": [ "**" ], - "crate_features": { - "common": [], - "selects": { - "arm-unknown-linux-gnueabi": [ - "verbatim" - ], - "powerpc-unknown-linux-gnu": [ - "verbatim" - ], - "s390x-unknown-linux-gnu": [ - "verbatim" - ], - "x86_64-unknown-freebsd": [ - "verbatim" - ] - } - }, "deps": { "common": [ { @@ -62113,109 +61634,13 @@ ], "crate_features": { "common": [ + "dangerous_configuration", "default", "log", "logging", "tls12" ], - "selects": { - "aarch64-apple-darwin": [ - "dangerous_configuration" - ], - "aarch64-apple-ios": [ - "dangerous_configuration" - ], - "aarch64-apple-ios-sim": [ - "dangerous_configuration" - ], - "aarch64-fuchsia": [ - "dangerous_configuration" - ], - "aarch64-linux-android": [ - "dangerous_configuration" - ], - "aarch64-pc-windows-msvc": [ - "dangerous_configuration" - ], - "aarch64-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "aarch64-unknown-nixos-gnu": [ - "dangerous_configuration" - ], - "aarch64-unknown-nto-qnx710": [ - "dangerous_configuration" - ], - "arm-unknown-linux-gnueabi": [ - "dangerous_configuration" - ], - "armv7-linux-androideabi": [ - "dangerous_configuration" - ], - "armv7-unknown-linux-gnueabi": [ - "dangerous_configuration" - ], - "i686-apple-darwin": [ - "dangerous_configuration" - ], - "i686-linux-android": [ - "dangerous_configuration" - ], - "i686-pc-windows-msvc": [ - "dangerous_configuration" - ], - "i686-unknown-freebsd": [ - "dangerous_configuration" - ], - "i686-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "powerpc-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "riscv32imc-unknown-none-elf": [ - "dangerous_configuration" - ], - "riscv64gc-unknown-none-elf": [ - "dangerous_configuration" - ], - "s390x-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "thumbv7em-none-eabi": [ - "dangerous_configuration" - ], - "thumbv8m.main-none-eabi": [ - "dangerous_configuration" - ], - "x86_64-apple-darwin": [ - "dangerous_configuration" - ], - "x86_64-apple-ios": [ - "dangerous_configuration" - ], - "x86_64-fuchsia": [ - "dangerous_configuration" - ], - "x86_64-linux-android": [ - "dangerous_configuration" - ], - "x86_64-pc-windows-msvc": [ - "dangerous_configuration" - ], - "x86_64-unknown-freebsd": [ - "dangerous_configuration" - ], - "x86_64-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "x86_64-unknown-nixos-gnu": [ - "dangerous_configuration" - ], - "x86_64-unknown-none": [ - "dangerous_configuration" - ] - } + "selects": {} }, "deps": { "common": [ @@ -62425,8 +61850,6 @@ ], "crate_features": { "common": [ - "aws-lc-rs", - "aws_lc_rs", "brotli", "log", "logging", @@ -62438,10 +61861,6 @@ }, "deps": { "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "aws_lc_rs" - }, { "id": "brotli 7.0.0", "target": "brotli" @@ -62498,10 +61917,6 @@ ], "link_deps": { "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "aws_lc_rs" - }, { "id": "ring 0.17.7", "target": "ring" @@ -63258,7 +62673,6 @@ "crate_features": { "common": [ "alloc", - "aws_lc_rs", "ring", "std" ], @@ -63363,10 +62777,6 @@ }, "deps": { "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "aws_lc_rs" - }, { "id": "ring 0.17.7", "target": "ring" @@ -87277,32 +86687,6 @@ "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], - "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ - "aarch64-apple-ios", - "aarch64-apple-ios-sim", - "aarch64-fuchsia", - "aarch64-linux-android", - "aarch64-unknown-nto-qnx710", - "arm-unknown-linux-gnueabi", - "armv7-linux-androideabi", - "armv7-unknown-linux-gnueabi", - "i686-apple-darwin", - "i686-linux-android", - "i686-unknown-freebsd", - "powerpc-unknown-linux-gnu", - "riscv32imc-unknown-none-elf", - "riscv64gc-unknown-none-elf", - "s390x-unknown-linux-gnu", - "thumbv7em-none-eabi", - "thumbv8m.main-none-eabi", - "wasm32-unknown-unknown", - "wasm32-wasi", - "x86_64-apple-ios", - "x86_64-fuchsia", - "x86_64-linux-android", - "x86_64-unknown-freebsd", - "x86_64-unknown-none" - ], "cfg(not(any(target_os = \"macos\", target_os = \"ios\", target_os = \"windows\", target_arch = \"wasm32\")))": [ "aarch64-fuchsia", "aarch64-linux-android", @@ -87740,7 +87124,7 @@ "async-trait 0.1.83", "axum 0.7.9", "axum-extra 0.9.6", - "axum-server 0.7.1", + "axum-server 0.6.0", "backoff 0.4.0", "backon 0.4.1", "base32 0.4.0", diff --git a/Cargo.Bazel.Fuzzing.toml.lock b/Cargo.Bazel.Fuzzing.toml.lock index d0476d23d67..3461187d89d 100644 --- a/Cargo.Bazel.Fuzzing.toml.lock +++ b/Cargo.Bazel.Fuzzing.toml.lock @@ -785,33 +785,6 @@ version = "1.1.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" -[[package]] -name = "aws-lc-rs" -version = "1.10.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" -dependencies = [ - "aws-lc-sys", - "mirai-annotations", - "paste", - "zeroize", -] - -[[package]] -name = "aws-lc-sys" -version = "0.22.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" -dependencies = [ - "bindgen 0.69.4", - "cc", - "cmake", - "dunce", - "fs_extra", - "libc", - "paste", -] - [[package]] name = "axum" version = "0.7.9" @@ -923,9 +896,9 @@ dependencies = [ [[package]] name = "axum-server" -version = "0.7.1" +version = "0.6.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" +checksum = "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" dependencies = [ "arc-swap", "bytes", @@ -936,11 +909,10 @@ dependencies = [ "hyper 1.5.1", "hyper-util", "pin-project-lite", - "rustls 0.23.18", + "rustls 0.21.12", "rustls-pemfile 2.2.0", - "rustls-pki-types", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.24.1", "tower 0.4.13", "tower-service", ] @@ -1122,15 +1094,12 @@ dependencies = [ "itertools 0.12.0", "lazy_static", "lazycell", - "log", - "prettyplease", "proc-macro2", "quote", "regex", "rustc-hash 1.1.0", "shlex", "syn 2.0.87", - "which", ] [[package]] @@ -2139,15 +2108,6 @@ dependencies = [ "uuid", ] -[[package]] -name = "cmake" -version = "0.1.51" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" -dependencies = [ - "cc", -] - [[package]] name = "cobs" version = "0.2.3" @@ -3447,12 +3407,6 @@ dependencies = [ "dtoa", ] -[[package]] -name = "dunce" -version = "1.0.5" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" - [[package]] name = "duration-string" version = "0.3.0" @@ -6927,12 +6881,6 @@ version = "4.2.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d07cbe42e2a8dd41df582fb8e00fc24d920b5561cc301fcb6d14e2e0434b500f" -[[package]] -name = "mirai-annotations" -version = "1.12.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" - [[package]] name = "mockall" version = "0.13.0" @@ -9604,7 +9552,6 @@ version = "0.23.18" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" dependencies = [ - "aws-lc-rs", "brotli 7.0.0", "brotli-decompressor 4.0.1", "log", @@ -9747,7 +9694,6 @@ version = "0.102.8" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ - "aws-lc-rs", "ring 0.17.7", "rustls-pki-types", "untrusted 0.9.0", diff --git a/Cargo.Bazel.json.lock b/Cargo.Bazel.json.lock index 8d6fe794b22..9ec9716e771 100644 --- a/Cargo.Bazel.json.lock +++ b/Cargo.Bazel.json.lock @@ -1,5 +1,5 @@ { - "checksum": "8d29358dc7bf66841a0a6331d11783454b01cfe92153ddd01a53dae903505c05", + "checksum": "7e9871c483282a53fb26a4f50bf9b6cc39c244a59658bd0d4d813c8cb0ce57d0", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -4445,229 +4445,6 @@ ], "license_file": "LICENSE-APACHE" }, - "aws-lc-rs 1.10.0": { - "name": "aws-lc-rs", - "version": "1.10.0", - "package_url": "/~https://github.com/aws/aws-lc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aws-lc-rs/1.10.0/download", - "sha256": "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aws_lc_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aws_lc_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-sys", - "prebuilt-nasm" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "build_script_build" - }, - { - "id": "aws-lc-sys 0.22.0", - "target": "aws_lc_sys" - }, - { - "id": "mirai-annotations 1.12.0", - "target": "mirai_annotations" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "1.10.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "aws-lc-sys 0.22.0", - "target": "aws_lc_sys" - } - ], - "selects": {} - }, - "links": "aws_lc_rs_1_10_0_sys" - }, - "license": "ISC AND (Apache-2.0 OR ISC)", - "license_ids": [ - "Apache-2.0", - "ISC" - ], - "license_file": "LICENSE" - }, - "aws-lc-sys 0.22.0": { - "name": "aws-lc-sys", - "version": "0.22.0", - "package_url": "/~https://github.com/aws/aws-lc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aws-lc-sys/0.22.0/download", - "sha256": "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aws_lc_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_main", - "crate_root": "builder/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aws_lc_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "prebuilt-nasm" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-sys 0.22.0", - "target": "build_script_main" - }, - { - "id": "libc 0.2.158", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.22.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.1", - "target": "cc" - }, - { - "id": "cmake 0.1.51", - "target": "cmake" - }, - { - "id": "dunce 1.0.5", - "target": "dunce" - }, - { - "id": "fs_extra 1.3.0", - "target": "fs_extra" - } - ], - "selects": { - "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ - { - "id": "bindgen 0.69.4", - "target": "bindgen" - } - ] - } - }, - "links": "aws_lc_0_22_0" - }, - "license": "ISC AND (Apache-2.0 OR ISC) AND OpenSSL", - "license_ids": [ - "Apache-2.0", - "ISC", - "OpenSSL" - ], - "license_file": "LICENSE" - }, "axum 0.7.9": { "name": "axum", "version": "0.7.9", @@ -5212,14 +4989,14 @@ ], "license_file": null }, - "axum-server 0.7.1": { + "axum-server 0.6.0": { "name": "axum-server", - "version": "0.7.1", + "version": "0.6.0", "package_url": "/~https://github.com/programatik29/axum-server", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-server/0.7.1/download", - "sha256": "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" + "url": "https://static.crates.io/crates/axum-server/0.6.0/download", + "sha256": "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" } }, "targets": [ @@ -5247,9 +5024,7 @@ "default", "rustls", "rustls-pemfile", - "rustls-pki-types", "tls-rustls", - "tls-rustls-no-provider", "tokio-rustls" ], "selects": {} @@ -5293,23 +5068,19 @@ "target": "pin_project_lite" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.21.12", "target": "rustls" }, { "id": "rustls-pemfile 2.2.0", "target": "rustls_pemfile" }, - { - "id": "rustls-pki-types 1.10.0", - "target": "rustls_pki_types" - }, { "id": "tokio 1.41.1", "target": "tokio" }, { - "id": "tokio-rustls 0.26.0", + "id": "tokio-rustls 0.24.1", "target": "tokio_rustls" }, { @@ -5324,7 +5095,7 @@ "selects": {} }, "edition": "2021", - "version": "0.7.1" + "version": "0.6.0" }, "license": "MIT", "license_ids": [ @@ -6456,32 +6227,7 @@ "common": [ "runtime" ], - "selects": { - "arm-unknown-linux-gnueabi": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ], - "powerpc-unknown-linux-gnu": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ], - "s390x-unknown-linux-gnu": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ], - "x86_64-unknown-freebsd": [ - "default", - "logging", - "prettyplease", - "which-rustfmt" - ] - } + "selects": {} }, "deps": { "common": [ @@ -6538,64 +6284,7 @@ "target": "syn" } ], - "selects": { - "arm-unknown-linux-gnueabi": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.0", - "target": "which" - } - ], - "powerpc-unknown-linux-gnu": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.0", - "target": "which" - } - ], - "s390x-unknown-linux-gnu": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.0", - "target": "which" - } - ], - "x86_64-unknown-freebsd": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - }, - { - "id": "which 4.4.0", - "target": "which" - } - ] - } + "selects": {} }, "edition": "2018", "version": "0.69.4" @@ -6614,32 +6303,7 @@ "target": "clang_sys" } ], - "selects": { - "arm-unknown-linux-gnueabi": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ], - "powerpc-unknown-linux-gnu": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ], - "s390x-unknown-linux-gnu": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ], - "x86_64-unknown-freebsd": [ - { - "id": "prettyplease 0.2.15", - "target": "prettyplease" - } - ] - } + "selects": {} } }, "license": "BSD-3-Clause", @@ -13122,54 +12786,6 @@ ], "license_file": null }, - "cmake 0.1.51": { - "name": "cmake", - "version": "0.1.51", - "package_url": "/~https://github.com/rust-lang/cmake-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cmake/0.1.51/download", - "sha256": "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cmake", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cmake", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.1", - "target": "cc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.51" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, "cobs 0.2.3": { "name": "cobs", "version": "0.2.3", @@ -18713,7 +18329,7 @@ "target": "axum_extra" }, { - "id": "axum-server 0.7.1", + "id": "axum-server 0.6.0", "target": "axum_server" }, { @@ -20543,46 +20159,6 @@ ], "license_file": "LICENSE" }, - "dunce 1.0.5": { - "name": "dunce", - "version": "1.0.5", - "package_url": "https://gitlab.com/kornelski/dunce", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dunce/1.0.5/download", - "sha256": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dunce", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dunce", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.5" - }, - "license": "CC0-1.0 OR MIT-0 OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "CC0-1.0", - "MIT-0" - ], - "license_file": "LICENSE" - }, "duration-string 0.3.0": { "name": "duration-string", "version": "0.3.0", @@ -42503,44 +42079,6 @@ ], "license_file": null }, - "mirai-annotations 1.12.0": { - "name": "mirai-annotations", - "version": "1.12.0", - "package_url": "/~https://github.com/facebookexperimental/MIRAI", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mirai-annotations/1.12.0/download", - "sha256": "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mirai_annotations", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "mirai_annotations", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.12.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, "mockall 0.13.0": { "name": "mockall", "version": "0.13.0", @@ -50986,23 +50524,6 @@ "compile_data_glob": [ "**" ], - "crate_features": { - "common": [], - "selects": { - "arm-unknown-linux-gnueabi": [ - "verbatim" - ], - "powerpc-unknown-linux-gnu": [ - "verbatim" - ], - "s390x-unknown-linux-gnu": [ - "verbatim" - ], - "x86_64-unknown-freebsd": [ - "verbatim" - ] - } - }, "deps": { "common": [ { @@ -61959,109 +61480,13 @@ ], "crate_features": { "common": [ + "dangerous_configuration", "default", "log", "logging", "tls12" ], - "selects": { - "aarch64-apple-darwin": [ - "dangerous_configuration" - ], - "aarch64-apple-ios": [ - "dangerous_configuration" - ], - "aarch64-apple-ios-sim": [ - "dangerous_configuration" - ], - "aarch64-fuchsia": [ - "dangerous_configuration" - ], - "aarch64-linux-android": [ - "dangerous_configuration" - ], - "aarch64-pc-windows-msvc": [ - "dangerous_configuration" - ], - "aarch64-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "aarch64-unknown-nixos-gnu": [ - "dangerous_configuration" - ], - "aarch64-unknown-nto-qnx710": [ - "dangerous_configuration" - ], - "arm-unknown-linux-gnueabi": [ - "dangerous_configuration" - ], - "armv7-linux-androideabi": [ - "dangerous_configuration" - ], - "armv7-unknown-linux-gnueabi": [ - "dangerous_configuration" - ], - "i686-apple-darwin": [ - "dangerous_configuration" - ], - "i686-linux-android": [ - "dangerous_configuration" - ], - "i686-pc-windows-msvc": [ - "dangerous_configuration" - ], - "i686-unknown-freebsd": [ - "dangerous_configuration" - ], - "i686-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "powerpc-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "riscv32imc-unknown-none-elf": [ - "dangerous_configuration" - ], - "riscv64gc-unknown-none-elf": [ - "dangerous_configuration" - ], - "s390x-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "thumbv7em-none-eabi": [ - "dangerous_configuration" - ], - "thumbv8m.main-none-eabi": [ - "dangerous_configuration" - ], - "x86_64-apple-darwin": [ - "dangerous_configuration" - ], - "x86_64-apple-ios": [ - "dangerous_configuration" - ], - "x86_64-fuchsia": [ - "dangerous_configuration" - ], - "x86_64-linux-android": [ - "dangerous_configuration" - ], - "x86_64-pc-windows-msvc": [ - "dangerous_configuration" - ], - "x86_64-unknown-freebsd": [ - "dangerous_configuration" - ], - "x86_64-unknown-linux-gnu": [ - "dangerous_configuration" - ], - "x86_64-unknown-nixos-gnu": [ - "dangerous_configuration" - ], - "x86_64-unknown-none": [ - "dangerous_configuration" - ] - } + "selects": {} }, "deps": { "common": [ @@ -62271,8 +61696,6 @@ ], "crate_features": { "common": [ - "aws-lc-rs", - "aws_lc_rs", "brotli", "log", "logging", @@ -62284,10 +61707,6 @@ }, "deps": { "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "aws_lc_rs" - }, { "id": "brotli 7.0.0", "target": "brotli" @@ -62344,10 +61763,6 @@ ], "link_deps": { "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "aws_lc_rs" - }, { "id": "ring 0.17.7", "target": "ring" @@ -63104,7 +62519,6 @@ "crate_features": { "common": [ "alloc", - "aws_lc_rs", "ring", "std" ], @@ -63209,10 +62623,6 @@ }, "deps": { "common": [ - { - "id": "aws-lc-rs 1.10.0", - "target": "aws_lc_rs" - }, { "id": "ring 0.17.7", "target": "ring" @@ -87157,32 +86567,6 @@ "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], - "cfg(not(any(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\"), any(target_env = \"gnu\", target_env = \"musl\", target_env = \"msvc\", target_env = \"\")), all(target_arch = \"x86\", target_os = \"windows\", target_env = \"msvc\"), all(target_arch = \"x86\", target_os = \"linux\", target_env = \"gnu\"))))": [ - "aarch64-apple-ios", - "aarch64-apple-ios-sim", - "aarch64-fuchsia", - "aarch64-linux-android", - "aarch64-unknown-nto-qnx710", - "arm-unknown-linux-gnueabi", - "armv7-linux-androideabi", - "armv7-unknown-linux-gnueabi", - "i686-apple-darwin", - "i686-linux-android", - "i686-unknown-freebsd", - "powerpc-unknown-linux-gnu", - "riscv32imc-unknown-none-elf", - "riscv64gc-unknown-none-elf", - "s390x-unknown-linux-gnu", - "thumbv7em-none-eabi", - "thumbv8m.main-none-eabi", - "wasm32-unknown-unknown", - "wasm32-wasi", - "x86_64-apple-ios", - "x86_64-fuchsia", - "x86_64-linux-android", - "x86_64-unknown-freebsd", - "x86_64-unknown-none" - ], "cfg(not(any(target_os = \"macos\", target_os = \"ios\", target_os = \"windows\", target_arch = \"wasm32\")))": [ "aarch64-fuchsia", "aarch64-linux-android", @@ -87620,7 +87004,7 @@ "async-trait 0.1.83", "axum 0.7.9", "axum-extra 0.9.6", - "axum-server 0.7.1", + "axum-server 0.6.0", "backoff 0.4.0", "backon 0.4.1", "base32 0.4.0", diff --git a/Cargo.Bazel.toml.lock b/Cargo.Bazel.toml.lock index e4955d32df0..a44c620f682 100644 --- a/Cargo.Bazel.toml.lock +++ b/Cargo.Bazel.toml.lock @@ -786,33 +786,6 @@ version = "1.1.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" -[[package]] -name = "aws-lc-rs" -version = "1.10.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" -dependencies = [ - "aws-lc-sys", - "mirai-annotations", - "paste", - "zeroize", -] - -[[package]] -name = "aws-lc-sys" -version = "0.22.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" -dependencies = [ - "bindgen 0.69.4", - "cc", - "cmake", - "dunce", - "fs_extra", - "libc", - "paste", -] - [[package]] name = "axum" version = "0.7.9" @@ -924,9 +897,9 @@ dependencies = [ [[package]] name = "axum-server" -version = "0.7.1" +version = "0.6.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8" +checksum = "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" dependencies = [ "arc-swap", "bytes", @@ -937,11 +910,10 @@ dependencies = [ "hyper 1.5.1", "hyper-util", "pin-project-lite", - "rustls 0.23.18", + "rustls 0.21.12", "rustls-pemfile 2.2.0", - "rustls-pki-types", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.24.1", "tower 0.4.13", "tower-service", ] @@ -1123,15 +1095,12 @@ dependencies = [ "itertools 0.12.0", "lazy_static", "lazycell", - "log", - "prettyplease", "proc-macro2", "quote", "regex", "rustc-hash 1.1.0", "shlex", "syn 2.0.87", - "which", ] [[package]] @@ -2140,15 +2109,6 @@ dependencies = [ "uuid", ] -[[package]] -name = "cmake" -version = "0.1.51" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" -dependencies = [ - "cc", -] - [[package]] name = "cobs" version = "0.2.3" @@ -3436,12 +3396,6 @@ dependencies = [ "dtoa", ] -[[package]] -name = "dunce" -version = "1.0.5" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" - [[package]] name = "duration-string" version = "0.3.0" @@ -6918,12 +6872,6 @@ version = "4.2.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "d07cbe42e2a8dd41df582fb8e00fc24d920b5561cc301fcb6d14e2e0434b500f" -[[package]] -name = "mirai-annotations" -version = "1.12.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" - [[package]] name = "mockall" version = "0.13.0" @@ -9600,7 +9548,6 @@ version = "0.23.18" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" dependencies = [ - "aws-lc-rs", "brotli 7.0.0", "brotli-decompressor 4.0.1", "log", @@ -9743,7 +9690,6 @@ version = "0.102.8" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ - "aws-lc-rs", "ring 0.17.7", "rustls-pki-types", "untrusted 0.9.0", From ea22fd1e736375b776ae58c0b7a1611368874eb6 Mon Sep 17 00:00:00 2001 From: Rostislav Rumenov Date: Mon, 25 Nov 2024 12:24:06 +0000 Subject: [PATCH 09/14] . --- Cargo.Bazel.Fuzzing.json.lock | 10 ++-------- Cargo.Bazel.json.lock | 10 ++-------- bazel/external_crates.bzl | 6 ------ 3 files changed, 4 insertions(+), 22 deletions(-) diff --git a/Cargo.Bazel.Fuzzing.json.lock b/Cargo.Bazel.Fuzzing.json.lock index a9e3e8541d4..f9f8edbedf5 100644 --- a/Cargo.Bazel.Fuzzing.json.lock +++ b/Cargo.Bazel.Fuzzing.json.lock @@ -1,5 +1,5 @@ { - "checksum": "99bceafb3c1b9597383b35ab7cca3840d12fb85331fc3f3f1108b0a75bc8cccb", + "checksum": "893d1bd6f81af90e733eca2108e148badc19a78430c222c49869969260484385", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -10659,13 +10659,7 @@ "repository": { "Http": { "url": "https://static.crates.io/crates/cc/1.2.1/download", - "sha256": "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47", - "patch_args": [ - "-p1" - ], - "patches": [ - "@@//bazel:cc_rs.patch" - ] + "sha256": "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" } }, "targets": [ diff --git a/Cargo.Bazel.json.lock b/Cargo.Bazel.json.lock index 9ec9716e771..15483e2e3bf 100644 --- a/Cargo.Bazel.json.lock +++ b/Cargo.Bazel.json.lock @@ -1,5 +1,5 @@ { - "checksum": "7e9871c483282a53fb26a4f50bf9b6cc39c244a59658bd0d4d813c8cb0ce57d0", + "checksum": "ad35325b4864e4693ca7cf28a3c84d418ed1927ee6b92ae180dc506b9a4d6506", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -10555,13 +10555,7 @@ "repository": { "Http": { "url": "https://static.crates.io/crates/cc/1.2.1/download", - "sha256": "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47", - "patch_args": [ - "-p1" - ], - "patches": [ - "@@//bazel:cc_rs.patch" - ] + "sha256": "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" } }, "targets": [ diff --git a/bazel/external_crates.bzl b/bazel/external_crates.bzl index 6070bf1b5d3..68af6ae79d8 100644 --- a/bazel/external_crates.bzl +++ b/bazel/external_crates.bzl @@ -27,12 +27,6 @@ def external_crates_repository(name, cargo_lockfile, lockfile, sanitizers_enable "canbench": [crate.annotation( gen_binaries = True, )], - "cc": [crate.annotation( - # Patch for determinism issues - # /~https://github.com/rust-lang/cc-rs/issues/1271 - patch_args = ["-p1"], - patches = ["@@//bazel:cc_rs.patch"], - )], "curve25519-dalek": [crate.annotation( rustc_flags = [ "-C", From 8ec754623d1d43b21cfb00f2db8714c110f74eb1 Mon Sep 17 00:00:00 2001 From: Igor Novgorodov Date: Tue, 26 Nov 2024 12:53:00 +0100 Subject: [PATCH 10/14] fix axum-0.7.9 compatibility --- rs/boundary_node/ic_boundary/src/cache.rs | 22 ++++------------------ rs/boundary_node/ic_boundary/src/routes.rs | 5 +---- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/rs/boundary_node/ic_boundary/src/cache.rs b/rs/boundary_node/ic_boundary/src/cache.rs index 6b06e4a9025..11f046cf4cc 100644 --- a/rs/boundary_node/ic_boundary/src/cache.rs +++ b/rs/boundary_node/ic_boundary/src/cache.rs @@ -2,7 +2,7 @@ use std::{fmt, sync::Arc, time::Duration}; use anyhow::{anyhow, Context, Error}; use axum::{ - body::Body, + body::{Body, HttpBody}, extract::{Request, State}, http::StatusCode, middleware::Next, @@ -11,13 +11,13 @@ use axum::{ }; use bytes::Bytes; use http::{ - header::{HeaderMap, CACHE_CONTROL, CONTENT_LENGTH}, + header::{HeaderMap, CACHE_CONTROL}, response, Version, }; use ic_bn_lib::http::body::buffer_body; use moka::future::{Cache as MokaCache, CacheBuilder as MokaCacheBuilder}; -use crate::routes::{ApiError, ErrorCause, RequestContext}; +use crate::routes::{ApiError, RequestContext}; // A list of possible Cache-Control directives that ask us not to cache the response const SKIP_CACHE_DIRECTIVES: &[&str] = &["no-store", "no-cache", "max-age=0"]; @@ -186,16 +186,6 @@ impl Cache { } } -// Try to get & parse content-length header -fn extract_content_length(resp: &Response) -> Result, Error> { - let size = match resp.headers().get(CONTENT_LENGTH) { - Some(v) => v.to_str()?.parse::()?, - None => return Ok(None), - }; - - Ok(Some(size)) -} - // Axum middleware that handles response caching pub async fn cache_middleware( State(cache): State>, @@ -243,12 +233,8 @@ pub async fn cache_middleware( return Ok(CacheStatus::Bypass(CacheBypassReason::HTTPError).with_response(response)); } - let content_length = extract_content_length(&response).map_err(|_| { - ErrorCause::MalformedResponse("Malformed Content-Length header in response".into()) - })?; - // Do not cache responses that have no known size (probably streaming etc) - let body_size = match content_length { + let body_size = match response.body().size_hint().exact() { Some(v) => v, None => { return Ok(CacheStatus::Bypass(CacheBypassReason::SizeUnknown).with_response(response)) diff --git a/rs/boundary_node/ic_boundary/src/routes.rs b/rs/boundary_node/ic_boundary/src/routes.rs index 61b9e844125..026e93f5eb5 100644 --- a/rs/boundary_node/ic_boundary/src/routes.rs +++ b/rs/boundary_node/ic_boundary/src/routes.rs @@ -85,7 +85,6 @@ pub enum ErrorCause { UnableToParseHTTPArg(String), LoadShed, MalformedRequest(String), - MalformedResponse(String), NoRoutingTable, SubnetNotFound, CanisterNotFound, @@ -112,7 +111,6 @@ impl ErrorCause { Self::UnableToParseHTTPArg(x) => Some(x.clone()), Self::LoadShed => Some("Overloaded".into()), Self::MalformedRequest(x) => Some(x.clone()), - Self::MalformedResponse(x) => Some(x.clone()), Self::ReplicaErrorDNS(x) => Some(x.clone()), Self::ReplicaTLSErrorOther(x) => Some(x.clone()), Self::ReplicaTLSErrorCert(x) => Some(x.clone()), @@ -122,7 +120,7 @@ impl ErrorCause { } pub fn retriable(&self) -> bool { - !matches!(self, Self::PayloadTooLarge(_) | Self::MalformedResponse(_)) + !matches!(self, Self::PayloadTooLarge(_)) } pub fn to_client_facing_error(&self) -> ErrorClientFacing { @@ -135,7 +133,6 @@ impl ErrorCause { Self::UnableToParseHTTPArg(x) => ErrorClientFacing::UnableToParseHTTPArg(x.clone()), Self::LoadShed => ErrorClientFacing::LoadShed, Self::MalformedRequest(x) => ErrorClientFacing::MalformedRequest(x.clone()), - Self::MalformedResponse(_) => ErrorClientFacing::ReplicaError, Self::NoRoutingTable => ErrorClientFacing::ServiceUnavailable, Self::SubnetNotFound => ErrorClientFacing::SubnetNotFound, Self::CanisterNotFound => ErrorClientFacing::CanisterNotFound, From 13e3430b416326c1c8836e31347ac86bc996257b Mon Sep 17 00:00:00 2001 From: Rostislav Rumenov Date: Wed, 27 Nov 2024 11:28:52 +0000 Subject: [PATCH 11/14] . --- bazel/external_crates.bzl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bazel/external_crates.bzl b/bazel/external_crates.bzl index e3d4115ff11..8c724c17b03 100644 --- a/bazel/external_crates.bzl +++ b/bazel/external_crates.bzl @@ -27,6 +27,12 @@ def external_crates_repository(name, cargo_lockfile, lockfile, sanitizers_enable "canbench": [crate.annotation( gen_binaries = True, )], + "cc": [crate.annotation( + # Patch for determinism issues + # /~https://github.com/rust-lang/cc-rs/issues/1271 + patch_args = ["-p1"], + patches = ["@@//bazel:cc_rs.patch"], + )], "curve25519-dalek": [crate.annotation( rustc_flags = [ "-C", From ab036a32fe340df07f34e15d2b54c36b72e76355 Mon Sep 17 00:00:00 2001 From: Rostislav Rumenov Date: Wed, 27 Nov 2024 11:29:19 +0000 Subject: [PATCH 12/14] . --- Cargo.Bazel.Fuzzing.json.lock | 503 ++++++++++++---------------------- Cargo.Bazel.Fuzzing.toml.lock | 108 +++----- Cargo.Bazel.json.lock | 487 ++++++++++++-------------------- Cargo.Bazel.toml.lock | 98 +++---- Cargo.lock | 106 +++---- 5 files changed, 484 insertions(+), 818 deletions(-) diff --git a/Cargo.Bazel.Fuzzing.json.lock b/Cargo.Bazel.Fuzzing.json.lock index 5b3ecbe6be4..93c9235a564 100644 --- a/Cargo.Bazel.Fuzzing.json.lock +++ b/Cargo.Bazel.Fuzzing.json.lock @@ -1,5 +1,5 @@ { - "checksum": "b7b77a505ce174f541d81e742f0aed3c3f0f197e8e75bd0bfc42ecfc0172eb1b", + "checksum": "bef27a5bfc14b21bb169b205f08e83399d71e3eacacd01a9417acce17d18131a", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -1622,7 +1622,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -4441,14 +4441,14 @@ ], "license_file": "LICENSE-APACHE" }, - "axum 0.7.9": { + "axum 0.7.7": { "name": "axum", - "version": "0.7.9", + "version": "0.7.7", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum/0.7.9/download", - "sha256": "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" + "url": "https://static.crates.io/crates/axum/0.7.7/download", + "sha256": "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" } }, "targets": [ @@ -4513,7 +4513,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -4605,7 +4605,7 @@ ], "selects": {} }, - "version": "0.7.9" + "version": "0.7.7" }, "license": "MIT", "license_ids": [ @@ -4719,14 +4719,14 @@ ], "license_file": "LICENSE" }, - "axum-extra 0.9.6": { + "axum-extra 0.9.1": { "name": "axum-extra", - "version": "0.9.6", + "version": "0.9.1", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-extra/0.9.6/download", - "sha256": "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" + "url": "https://static.crates.io/crates/axum-extra/0.9.1/download", + "sha256": "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" } }, "targets": [ @@ -4751,8 +4751,6 @@ "crate_features": { "common": [ "default", - "multipart", - "tracing", "typed-header" ], "selects": {} @@ -4760,7 +4758,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -4771,10 +4769,6 @@ "id": "bytes 1.8.0", "target": "bytes" }, - { - "id": "fastrand 2.2.0", - "target": "fastrand" - }, { "id": "futures-util 0.3.31", "target": "futures_util" @@ -4799,10 +4793,6 @@ "id": "mime 0.3.17", "target": "mime" }, - { - "id": "multer 3.1.0", - "target": "multer" - }, { "id": "pin-project-lite 0.2.13", "target": "pin_project_lite" @@ -4812,7 +4802,7 @@ "target": "serde" }, { - "id": "tower 0.5.1", + "id": "tower 0.4.13", "target": "tower" }, { @@ -4827,7 +4817,7 @@ "selects": {} }, "edition": "2021", - "version": "0.9.6" + "version": "0.9.1" }, "license": "MIT", "license_ids": [ @@ -4930,7 +4920,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -5052,7 +5042,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -5335,7 +5325,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -9500,7 +9490,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -10652,14 +10642,20 @@ ], "license_file": "LICENSE-APACHE" }, - "cc 1.2.1": { + "cc 1.0.83": { "name": "cc", - "version": "1.2.1", + "version": "1.0.83", "package_url": "/~https://github.com/rust-lang/cc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cc/1.2.1/download", - "sha256": "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" + "url": "https://static.crates.io/crates/cc/1.0.83/download", + "sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@//bazel:cc_rs.patch" + ] } }, "targets": [ @@ -10685,98 +10681,97 @@ "common": [], "selects": { "aarch64-apple-darwin": [ + "jobserver", "parallel" ], "aarch64-pc-windows-msvc": [ + "jobserver", "parallel" ], "aarch64-unknown-linux-gnu": [ + "jobserver", "parallel" ], "aarch64-unknown-nixos-gnu": [ + "jobserver", "parallel" ], "arm-unknown-linux-gnueabi": [ + "jobserver", "parallel" ], "i686-pc-windows-msvc": [ + "jobserver", "parallel" ], "i686-unknown-linux-gnu": [ + "jobserver", "parallel" ], "powerpc-unknown-linux-gnu": [ + "jobserver", "parallel" ], "s390x-unknown-linux-gnu": [ + "jobserver", "parallel" ], "x86_64-apple-darwin": [ + "jobserver", "parallel" ], "x86_64-pc-windows-msvc": [ + "jobserver", "parallel" ], "x86_64-unknown-freebsd": [ + "jobserver", "parallel" ], "x86_64-unknown-linux-gnu": [ + "jobserver", "parallel" ], "x86_64-unknown-nixos-gnu": [ + "jobserver", "parallel" ] } }, "deps": { - "common": [ - { - "id": "shlex 1.3.0", - "target": "shlex" - } - ], + "common": [], "selects": { "aarch64-apple-darwin": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "aarch64-pc-windows-msvc": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" } ], "aarch64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "aarch64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "arm-unknown-linux-gnueabi": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, + } + ], + "cfg(unix)": [ { "id": "libc 0.2.158", "target": "libc" @@ -10784,90 +10779,62 @@ ], "i686-pc-windows-msvc": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" } ], "i686-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "powerpc-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "s390x-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-apple-darwin": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-pc-windows-msvc": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" } ], "x86_64-unknown-freebsd": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.27", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ] } }, "edition": "2018", - "version": "1.2.1" + "version": "1.0.83" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -18487,11 +18454,11 @@ "target": "async_stream" }, { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { - "id": "axum-extra 0.9.6", + "id": "axum-extra 0.9.1", "target": "axum_extra" }, { @@ -18608,7 +18575,7 @@ "target": "cargo_metadata" }, { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -18812,7 +18779,7 @@ "target": "humantime_serde" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -19342,7 +19309,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -21962,7 +21929,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -23557,14 +23524,14 @@ ], "license_file": "LICENSE-APACHE" }, - "fastrand 2.2.0": { + "fastrand 2.0.1": { "name": "fastrand", - "version": "2.2.0", + "version": "2.0.1", "package_url": "/~https://github.com/smol-rs/fastrand", "repository": { "Http": { - "url": "https://static.crates.io/crates/fastrand/2.2.0/download", - "sha256": "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" + "url": "https://static.crates.io/crates/fastrand/2.0.1/download", + "sha256": "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" } }, "targets": [ @@ -23595,7 +23562,7 @@ "selects": {} }, "edition": "2018", - "version": "2.2.0" + "version": "2.0.1" }, "license": "Apache-2.0 OR MIT", "license_ids": [ @@ -23908,7 +23875,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -24976,7 +24943,7 @@ "deps": { "common": [ { - "id": "fastrand 2.2.0", + "id": "fastrand 2.0.1", "target": "fastrand" }, { @@ -25115,7 +25082,7 @@ "target": "futures_io" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -28712,14 +28679,14 @@ ], "license_file": "LICENSE" }, - "hyper 1.5.1": { + "hyper 1.5.0": { "name": "hyper", - "version": "1.5.1", + "version": "1.5.0", "package_url": "/~https://github.com/hyperium/hyper", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper/1.5.1/download", - "sha256": "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" + "url": "https://static.crates.io/crates/hyper/1.5.0/download", + "sha256": "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" } }, "targets": [ @@ -28810,7 +28777,7 @@ "selects": {} }, "edition": "2021", - "version": "1.5.1" + "version": "1.5.0" }, "license": "MIT", "license_ids": [ @@ -28866,7 +28833,7 @@ "target": "http" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29170,7 +29137,7 @@ "target": "http" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29182,7 +29149,7 @@ "target": "log" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -29453,7 +29420,7 @@ "target": "http" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29517,7 +29484,7 @@ "deps": { "common": [ { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29617,7 +29584,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29799,7 +29766,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -29891,7 +29858,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -30760,7 +30727,7 @@ "target": "arc_swap" }, { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -30824,7 +30791,7 @@ "target": "humantime" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -30872,7 +30839,7 @@ "target": "reqwest" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -35752,7 +35719,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -36553,14 +36520,14 @@ ], "license_file": "LICENSE-APACHE" }, - "jobserver 0.1.32": { + "jobserver 0.1.27": { "name": "jobserver", - "version": "0.1.32", - "package_url": "/~https://github.com/rust-lang/jobserver-rs", + "version": "0.1.27", + "package_url": "/~https://github.com/alexcrichton/jobserver-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/jobserver/0.1.32/download", - "sha256": "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" + "url": "https://static.crates.io/crates/jobserver/0.1.27/download", + "sha256": "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" } }, "targets": [ @@ -36593,10 +36560,10 @@ ] } }, - "edition": "2021", - "version": "0.1.32" + "edition": "2018", + "version": "0.1.27" }, - "license": "MIT OR Apache-2.0", + "license": "MIT/Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" @@ -37383,7 +37350,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -37415,7 +37382,7 @@ "target": "pem" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -38685,7 +38652,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -38967,7 +38934,7 @@ "target": "bindgen" }, { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39068,7 +39035,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39168,7 +39135,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39277,7 +39244,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39375,7 +39342,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39780,7 +39747,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -40427,7 +40394,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -41440,7 +41407,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -41476,7 +41443,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -42802,120 +42769,6 @@ ], "license_file": "LICENSE" }, - "multer 3.1.0": { - "name": "multer", - "version": "3.1.0", - "package_url": "/~https://github.com/rwf2/multer", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/multer/3.1.0/download", - "sha256": "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "multer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "multer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.8.0", - "target": "bytes" - }, - { - "id": "encoding_rs 0.8.33", - "target": "encoding_rs" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 1.1.0", - "target": "http" - }, - { - "id": "httparse 1.8.0", - "target": "httparse" - }, - { - "id": "memchr 2.6.4", - "target": "memchr" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "multer 3.1.0", - "target": "build_script_build" - }, - { - "id": "spin 0.9.8", - "target": "spin" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.1.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, "multimap 0.8.3": { "name": "multimap", "version": "0.8.3", @@ -45429,7 +45282,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -47879,7 +47732,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -49254,7 +49107,7 @@ "target": "atomic_waker" }, { - "id": "fastrand 2.2.0", + "id": "fastrand 2.0.1", "target": "fastrand" }, { @@ -52742,7 +52595,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -53437,7 +53290,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -53525,7 +53378,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57383,7 +57236,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57433,7 +57286,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57483,7 +57336,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57533,7 +57386,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57583,7 +57436,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57633,7 +57486,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57683,7 +57536,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57733,7 +57586,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57783,7 +57636,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57833,7 +57686,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57883,7 +57736,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57933,7 +57786,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57975,7 +57828,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -58053,7 +57906,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58103,7 +57956,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58153,7 +58006,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58203,7 +58056,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58253,7 +58106,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58303,7 +58156,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58353,7 +58206,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58403,7 +58256,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58453,7 +58306,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58503,7 +58356,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58553,7 +58406,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58615,7 +58468,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58665,7 +58518,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58715,7 +58568,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58765,7 +58618,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58815,7 +58668,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58865,7 +58718,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58915,7 +58768,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58965,7 +58818,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59015,7 +58868,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59423,7 +59276,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -59540,7 +59393,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -61801,14 +61654,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rustls 0.23.18": { + "rustls 0.23.17": { "name": "rustls", - "version": "0.23.18", + "version": "0.23.17", "package_url": "/~https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls/0.23.18/download", - "sha256": "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" + "url": "https://static.crates.io/crates/rustls/0.23.17/download", + "sha256": "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" } }, "targets": [ @@ -61876,7 +61729,7 @@ "target": "ring" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "build_script_build" }, { @@ -61900,7 +61753,7 @@ "selects": {} }, "edition": "2021", - "version": "0.23.18" + "version": "0.23.17" }, "build_script_attrs": { "compile_data_glob": [ @@ -62462,7 +62315,7 @@ "target": "once_cell" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" } ], @@ -64012,7 +63865,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -64097,7 +63950,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -64186,7 +64039,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -68562,7 +68415,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -70784,7 +70637,7 @@ "target": "cfg_if" }, { - "id": "fastrand 2.2.0", + "id": "fastrand 2.0.1", "target": "fastrand" }, { @@ -71963,7 +71816,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -73752,7 +73605,7 @@ "deps": { "common": [ { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -74490,7 +74343,7 @@ "target": "async_stream" }, { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -74518,7 +74371,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -75383,7 +75236,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -80414,7 +80267,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -86017,7 +85870,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -87121,8 +86974,8 @@ "async-scoped 0.8.0", "async-stream 0.3.6", "async-trait 0.1.83", - "axum 0.7.9", - "axum-extra 0.9.6", + "axum 0.7.7", + "axum-extra 0.9.1", "axum-server 0.6.0", "backoff 0.4.0", "backon 0.4.1", @@ -87151,7 +87004,7 @@ "candid 0.10.10", "candid_parser 0.1.2", "cargo_metadata 0.14.2", - "cc 1.2.1", + "cc 1.0.83", "cddl 0.9.4", "cfg-if 1.0.0", "chacha20poly1305 0.10.1", @@ -87203,7 +87056,7 @@ "http-body-util 0.1.2", "humantime 2.1.0", "humantime-serde 1.1.1", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-socks2 0.9.1", "hyper-util 0.1.10", @@ -87341,7 +87194,7 @@ "rust_decimal_macros 1.36.0", "rustc-demangle 0.1.23", "rustc-hash 1.1.0", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "rustversion 1.0.14", "rusty-fork 0.3.0", diff --git a/Cargo.Bazel.Fuzzing.toml.lock b/Cargo.Bazel.Fuzzing.toml.lock index 067137d55a6..5f9cc9584a9 100644 --- a/Cargo.Bazel.Fuzzing.toml.lock +++ b/Cargo.Bazel.Fuzzing.toml.lock @@ -787,9 +787,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.7.9" +version = "0.7.7" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" +checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" dependencies = [ "async-trait", "axum-core", @@ -799,7 +799,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "itoa", "matchit", @@ -843,24 +843,22 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.9.6" +version = "0.9.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" +checksum = "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" dependencies = [ "axum", "axum-core", "bytes", - "fastrand 2.2.0", "futures-util", "headers 0.4.0", "http 1.1.0", "http-body 1.0.1", "http-body-util", "mime", - "multer 3.1.0", "pin-project-lite", "serde", - "tower 0.5.1", + "tower 0.4.13", "tower-layer", "tower-service", ] @@ -906,7 +904,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "pin-project-lite", "rustls 0.21.12", @@ -1804,13 +1802,12 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.1" +version = "1.0.83" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "jobserver", "libc", - "shlex", ] [[package]] @@ -3079,7 +3076,7 @@ dependencies = [ "http-body-util", "humantime", "humantime-serde", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -3217,7 +3214,7 @@ dependencies = [ "rust_decimal_macros", "rustc-demangle", "rustc-hash 1.1.0", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "rustversion", "rusty-fork", @@ -3893,9 +3890,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.2.0" +version = "2.0.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "ff" @@ -4115,7 +4112,7 @@ version = "2.0.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63" dependencies = [ - "fastrand 2.2.0", + "fastrand 2.0.1", "futures-core", "futures-io", "memchr", @@ -4142,7 +4139,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pki-types", ] @@ -4760,9 +4757,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.1" +version = "1.5.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -4789,7 +4786,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -4823,10 +4820,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "log", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -4843,7 +4840,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "thiserror 1.0.68", "tokio", @@ -4856,7 +4853,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "pin-project-lite", "tokio", @@ -4874,7 +4871,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.1", + "hyper 1.5.0", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -4922,7 +4919,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ic-certification", @@ -4979,7 +4976,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "instant-acme", "mockall", @@ -4991,7 +4988,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5907,7 +5904,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.7", @@ -6035,9 +6032,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.32" +version = "0.1.27" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" dependencies = [ "libc", ] @@ -6171,7 +6168,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -6180,7 +6177,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.4", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -6774,7 +6771,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.24.2", "hyper-util", "itertools 0.11.0", @@ -6974,23 +6971,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "multer" -version = "3.1.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" -dependencies = [ - "bytes", - "encoding_rs", - "futures-util", - "http 1.1.0", - "httparse", - "memchr", - "mime", - "spin 0.9.8", - "version_check", -] - [[package]] name = "multimap" version = "0.8.3" @@ -8035,7 +8015,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", - "fastrand 2.2.0", + "fastrand 2.0.1", "futures-io", ] @@ -8723,7 +8703,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.18", + "rustls 0.23.17", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -8740,7 +8720,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.7", "rustc-hash 2.0.0", - "rustls 0.23.18", + "rustls 0.23.17", "slab", "thiserror 1.0.68", "tinyvec", @@ -9189,7 +9169,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -9201,7 +9181,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -9548,9 +9528,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.18" +version = "0.23.17" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" +checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" dependencies = [ "brotli 7.0.0", "brotli-decompressor 4.0.1", @@ -9662,7 +9642,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.7.0", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -10948,7 +10928,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ "cfg-if 1.0.0", - "fastrand 2.2.0", + "fastrand 2.0.1", "once_cell", "rustix", "windows-sys 0.59.0", @@ -11331,7 +11311,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pki-types", "tokio", ] @@ -11469,7 +11449,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-timeout", "hyper-util", "percent-encoding", @@ -12194,7 +12174,7 @@ dependencies = [ "log", "mime", "mime_guess", - "multer 2.1.0", + "multer", "percent-encoding", "pin-project", "rustls-pemfile 2.2.0", diff --git a/Cargo.Bazel.json.lock b/Cargo.Bazel.json.lock index efee3790c09..b165117aa7e 100644 --- a/Cargo.Bazel.json.lock +++ b/Cargo.Bazel.json.lock @@ -1,5 +1,5 @@ { - "checksum": "16a9a4ce4ed9b757c12346b61b6d5ed97786c3c6f3d0ac14e27b4042073f0174", + "checksum": "d5a1b076b62503612a584ba8cd14be0b87ff1eeeb02694e5f0fd85102775f855", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -1626,7 +1626,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -4445,14 +4445,14 @@ ], "license_file": "LICENSE-APACHE" }, - "axum 0.7.9": { + "axum 0.7.7": { "name": "axum", - "version": "0.7.9", + "version": "0.7.7", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum/0.7.9/download", - "sha256": "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" + "url": "https://static.crates.io/crates/axum/0.7.7/download", + "sha256": "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" } }, "targets": [ @@ -4517,7 +4517,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -4609,7 +4609,7 @@ ], "selects": {} }, - "version": "0.7.9" + "version": "0.7.7" }, "license": "MIT", "license_ids": [ @@ -4723,14 +4723,14 @@ ], "license_file": "LICENSE" }, - "axum-extra 0.9.6": { + "axum-extra 0.9.1": { "name": "axum-extra", - "version": "0.9.6", + "version": "0.9.1", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-extra/0.9.6/download", - "sha256": "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" + "url": "https://static.crates.io/crates/axum-extra/0.9.1/download", + "sha256": "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" } }, "targets": [ @@ -4755,8 +4755,6 @@ "crate_features": { "common": [ "default", - "multipart", - "tracing", "typed-header" ], "selects": {} @@ -4764,7 +4762,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -4775,10 +4773,6 @@ "id": "bytes 1.8.0", "target": "bytes" }, - { - "id": "fastrand 2.1.0", - "target": "fastrand" - }, { "id": "futures-util 0.3.31", "target": "futures_util" @@ -4803,10 +4797,6 @@ "id": "mime 0.3.17", "target": "mime" }, - { - "id": "multer 3.1.0", - "target": "multer" - }, { "id": "pin-project-lite 0.2.13", "target": "pin_project_lite" @@ -4816,7 +4806,7 @@ "target": "serde" }, { - "id": "tower 0.5.1", + "id": "tower 0.4.13", "target": "tower" }, { @@ -4831,7 +4821,7 @@ "selects": {} }, "edition": "2021", - "version": "0.9.6" + "version": "0.9.1" }, "license": "MIT", "license_ids": [ @@ -4934,7 +4924,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -5056,7 +5046,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -5336,7 +5326,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -9417,7 +9407,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -10548,14 +10538,20 @@ ], "license_file": "LICENSE-APACHE" }, - "cc 1.2.1": { + "cc 1.0.83": { "name": "cc", - "version": "1.2.1", + "version": "1.0.83", "package_url": "/~https://github.com/rust-lang/cc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cc/1.2.1/download", - "sha256": "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" + "url": "https://static.crates.io/crates/cc/1.0.83/download", + "sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@//bazel:cc_rs.patch" + ] } }, "targets": [ @@ -10581,98 +10577,97 @@ "common": [], "selects": { "aarch64-apple-darwin": [ + "jobserver", "parallel" ], "aarch64-pc-windows-msvc": [ + "jobserver", "parallel" ], "aarch64-unknown-linux-gnu": [ + "jobserver", "parallel" ], "aarch64-unknown-nixos-gnu": [ + "jobserver", "parallel" ], "arm-unknown-linux-gnueabi": [ + "jobserver", "parallel" ], "i686-pc-windows-msvc": [ + "jobserver", "parallel" ], "i686-unknown-linux-gnu": [ + "jobserver", "parallel" ], "powerpc-unknown-linux-gnu": [ + "jobserver", "parallel" ], "s390x-unknown-linux-gnu": [ + "jobserver", "parallel" ], "x86_64-apple-darwin": [ + "jobserver", "parallel" ], "x86_64-pc-windows-msvc": [ + "jobserver", "parallel" ], "x86_64-unknown-freebsd": [ + "jobserver", "parallel" ], "x86_64-unknown-linux-gnu": [ + "jobserver", "parallel" ], "x86_64-unknown-nixos-gnu": [ + "jobserver", "parallel" ] } }, "deps": { - "common": [ - { - "id": "shlex 1.3.0", - "target": "shlex" - } - ], + "common": [], "selects": { "aarch64-apple-darwin": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "aarch64-pc-windows-msvc": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" } ], "aarch64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "aarch64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "arm-unknown-linux-gnueabi": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, + } + ], + "cfg(unix)": [ { "id": "libc 0.2.158", "target": "libc" @@ -10680,90 +10675,62 @@ ], "i686-pc-windows-msvc": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" } ], "i686-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "powerpc-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "s390x-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-apple-darwin": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-pc-windows-msvc": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" } ], "x86_64-unknown-freebsd": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-unknown-linux-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ], "x86_64-unknown-nixos-gnu": [ { - "id": "jobserver 0.1.32", + "id": "jobserver 0.1.26", "target": "jobserver" - }, - { - "id": "libc 0.2.158", - "target": "libc" } ] } }, "edition": "2018", - "version": "1.2.1" + "version": "1.0.83" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -18315,11 +18282,11 @@ "target": "async_stream" }, { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { - "id": "axum-extra 0.9.6", + "id": "axum-extra 0.9.1", "target": "axum_extra" }, { @@ -18436,7 +18403,7 @@ "target": "cargo_metadata" }, { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -18640,7 +18607,7 @@ "target": "humantime_serde" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -19170,7 +19137,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -21814,7 +21781,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -23759,7 +23726,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -24966,7 +24933,7 @@ "target": "futures_io" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -28567,14 +28534,14 @@ ], "license_file": "LICENSE" }, - "hyper 1.5.1": { + "hyper 1.5.0": { "name": "hyper", - "version": "1.5.1", + "version": "1.5.0", "package_url": "/~https://github.com/hyperium/hyper", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper/1.5.1/download", - "sha256": "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" + "url": "https://static.crates.io/crates/hyper/1.5.0/download", + "sha256": "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" } }, "targets": [ @@ -28665,7 +28632,7 @@ "selects": {} }, "edition": "2021", - "version": "1.5.1" + "version": "1.5.0" }, "license": "MIT", "license_ids": [ @@ -28721,7 +28688,7 @@ "target": "http" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29025,7 +28992,7 @@ "target": "http" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29037,7 +29004,7 @@ "target": "log" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -29308,7 +29275,7 @@ "target": "http" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29372,7 +29339,7 @@ "deps": { "common": [ { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29472,7 +29439,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -29654,7 +29621,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -29746,7 +29713,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -30615,7 +30582,7 @@ "target": "arc_swap" }, { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -30679,7 +30646,7 @@ "target": "humantime" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -30727,7 +30694,7 @@ "target": "reqwest" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -35586,7 +35553,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -36387,14 +36354,14 @@ ], "license_file": "LICENSE-APACHE" }, - "jobserver 0.1.32": { + "jobserver 0.1.26": { "name": "jobserver", - "version": "0.1.32", - "package_url": "/~https://github.com/rust-lang/jobserver-rs", + "version": "0.1.26", + "package_url": "/~https://github.com/alexcrichton/jobserver-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/jobserver/0.1.32/download", - "sha256": "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" + "url": "https://static.crates.io/crates/jobserver/0.1.26/download", + "sha256": "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" } }, "targets": [ @@ -36427,10 +36394,10 @@ ] } }, - "edition": "2021", - "version": "0.1.32" + "edition": "2018", + "version": "0.1.26" }, - "license": "MIT OR Apache-2.0", + "license": "MIT/Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" @@ -37217,7 +37184,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -37249,7 +37216,7 @@ "target": "pem" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -38519,7 +38486,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -38801,7 +38768,7 @@ "target": "bindgen" }, { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -38902,7 +38869,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39002,7 +38969,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39111,7 +39078,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39209,7 +39176,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -39617,7 +39584,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -40268,7 +40235,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -41280,7 +41247,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -41316,7 +41283,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -42642,120 +42609,6 @@ ], "license_file": "LICENSE" }, - "multer 3.1.0": { - "name": "multer", - "version": "3.1.0", - "package_url": "/~https://github.com/rwf2/multer", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/multer/3.1.0/download", - "sha256": "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "multer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "multer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.8.0", - "target": "bytes" - }, - { - "id": "encoding_rs 0.8.32", - "target": "encoding_rs" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 1.1.0", - "target": "http" - }, - { - "id": "httparse 1.8.0", - "target": "httparse" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "multer 3.1.0", - "target": "build_script_build" - }, - { - "id": "spin 0.9.8", - "target": "spin" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.1.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, "multimap 0.8.3": { "name": "multimap", "version": "0.8.3", @@ -45236,7 +45089,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -47686,7 +47539,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -52544,7 +52397,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -53239,7 +53092,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -53327,7 +53180,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57229,7 +57082,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57279,7 +57132,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57329,7 +57182,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57379,7 +57232,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57429,7 +57282,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57479,7 +57332,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57529,7 +57382,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57579,7 +57432,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57629,7 +57482,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57679,7 +57532,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57729,7 +57582,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57779,7 +57632,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57821,7 +57674,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -57899,7 +57752,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57949,7 +57802,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -57999,7 +57852,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58049,7 +57902,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58099,7 +57952,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58149,7 +58002,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58199,7 +58052,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58249,7 +58102,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58299,7 +58152,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58349,7 +58202,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58399,7 +58252,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58461,7 +58314,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58511,7 +58364,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58561,7 +58414,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58611,7 +58464,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58661,7 +58514,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58711,7 +58564,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58761,7 +58614,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58811,7 +58664,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -58861,7 +58714,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -59269,7 +59122,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -59386,7 +59239,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -61647,14 +61500,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rustls 0.23.18": { + "rustls 0.23.17": { "name": "rustls", - "version": "0.23.18", + "version": "0.23.17", "package_url": "/~https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls/0.23.18/download", - "sha256": "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" + "url": "https://static.crates.io/crates/rustls/0.23.17/download", + "sha256": "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" } }, "targets": [ @@ -61722,7 +61575,7 @@ "target": "ring" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "build_script_build" }, { @@ -61746,7 +61599,7 @@ "selects": {} }, "edition": "2021", - "version": "0.23.18" + "version": "0.23.17" }, "build_script_attrs": { "compile_data_glob": [ @@ -62308,7 +62161,7 @@ "target": "once_cell" }, { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" } ], @@ -63858,7 +63711,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -63943,7 +63796,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -64032,7 +63885,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -68408,7 +68261,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -71809,7 +71662,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -73598,7 +73451,7 @@ "deps": { "common": [ { - "id": "rustls 0.23.18", + "id": "rustls 0.23.17", "target": "rustls" }, { @@ -74336,7 +74189,7 @@ "target": "async_stream" }, { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -74364,7 +74217,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.1", + "id": "hyper 1.5.0", "target": "hyper" }, { @@ -75229,7 +75082,7 @@ "deps": { "common": [ { - "id": "axum 0.7.9", + "id": "axum 0.7.7", "target": "axum" }, { @@ -80239,7 +80092,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" } ], @@ -85975,7 +85828,7 @@ "deps": { "common": [ { - "id": "cc 1.2.1", + "id": "cc 1.0.83", "target": "cc" }, { @@ -87001,8 +86854,8 @@ "async-scoped 0.8.0", "async-stream 0.3.6", "async-trait 0.1.83", - "axum 0.7.9", - "axum-extra 0.9.6", + "axum 0.7.7", + "axum-extra 0.9.1", "axum-server 0.6.0", "backoff 0.4.0", "backon 0.4.1", @@ -87031,7 +86884,7 @@ "candid 0.10.10", "candid_parser 0.1.2", "cargo_metadata 0.14.2", - "cc 1.2.1", + "cc 1.0.83", "cddl 0.9.4", "cfg-if 1.0.0", "chacha20poly1305 0.10.1", @@ -87083,7 +86936,7 @@ "http-body-util 0.1.2", "humantime 2.1.0", "humantime-serde 1.1.1", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-socks2 0.9.1", "hyper-util 0.1.10", @@ -87221,7 +87074,7 @@ "rust_decimal_macros 1.36.0", "rustc-demangle 0.1.23", "rustc-hash 1.1.0", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "rustversion 1.0.14", "rusty-fork 0.3.0", diff --git a/Cargo.Bazel.toml.lock b/Cargo.Bazel.toml.lock index de2f919600b..77594ecbc32 100644 --- a/Cargo.Bazel.toml.lock +++ b/Cargo.Bazel.toml.lock @@ -788,9 +788,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.7.9" +version = "0.7.7" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" +checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" dependencies = [ "async-trait", "axum-core", @@ -800,7 +800,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "itoa", "matchit", @@ -844,24 +844,22 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.9.6" +version = "0.9.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" +checksum = "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" dependencies = [ "axum", "axum-core", "bytes", - "fastrand 2.1.0", "futures-util", "headers 0.4.0", "http 1.1.0", "http-body 1.0.1", "http-body-util", "mime", - "multer 3.1.0", "pin-project-lite", "serde", - "tower 0.5.1", + "tower 0.4.13", "tower-layer", "tower-service", ] @@ -907,7 +905,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "pin-project-lite", "rustls 0.21.12", @@ -1805,13 +1803,12 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.1" +version = "1.0.83" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "jobserver", "libc", - "shlex", ] [[package]] @@ -3068,7 +3065,7 @@ dependencies = [ "http-body-util", "humantime", "humantime-serde", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -3206,7 +3203,7 @@ dependencies = [ "rust_decimal_macros", "rustc-demangle", "rustc-hash 1.1.0", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "rustversion", "rusty-fork", @@ -4131,7 +4128,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pki-types", ] @@ -4750,9 +4747,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.1" +version = "1.5.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -4779,7 +4776,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -4813,10 +4810,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "log", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -4833,7 +4830,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "thiserror 1.0.68", "tokio", @@ -4846,7 +4843,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "pin-project-lite", "tokio", @@ -4864,7 +4861,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.1", + "hyper 1.5.0", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -4912,7 +4909,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ic-certification", @@ -4969,7 +4966,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "instant-acme", "mockall", @@ -4981,7 +4978,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5897,7 +5894,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.7", @@ -6025,9 +6022,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.32" +version = "0.1.26" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" dependencies = [ "libc", ] @@ -6161,7 +6158,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -6170,7 +6167,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.3", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -6765,7 +6762,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.24.2", "hyper-util", "itertools 0.11.0", @@ -6965,23 +6962,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "multer" -version = "3.1.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" -dependencies = [ - "bytes", - "encoding_rs", - "futures-util", - "http 1.1.0", - "httparse", - "memchr", - "mime", - "spin 0.9.8", - "version_check", -] - [[package]] name = "multimap" version = "0.8.3" @@ -8713,7 +8693,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.18", + "rustls 0.23.17", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -8730,7 +8710,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.7", "rustc-hash 2.0.0", - "rustls 0.23.18", + "rustls 0.23.17", "slab", "thiserror 1.0.68", "tinyvec", @@ -9185,7 +9165,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -9197,7 +9177,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -9544,9 +9524,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.18" +version = "0.23.17" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" +checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" dependencies = [ "brotli 7.0.0", "brotli-decompressor 4.0.1", @@ -9658,7 +9638,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.7.0", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -11327,7 +11307,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pki-types", "tokio", ] @@ -11465,7 +11445,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-timeout", "hyper-util", "percent-encoding", @@ -12190,7 +12170,7 @@ dependencies = [ "log", "mime", "mime_guess", - "multer 2.1.0", + "multer", "percent-encoding", "pin-project", "rustls-pemfile 2.2.0", diff --git a/Cargo.lock b/Cargo.lock index 0014bb24e0a..a5bd872d210 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,9 +829,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" -version = "0.7.9" +version = "0.7.7" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" +checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" dependencies = [ "async-trait", "axum-core", @@ -840,7 +840,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "itoa", "matchit", @@ -917,7 +917,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "pin-project-lite", "rustls 0.21.12", @@ -1687,7 +1687,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "once_cell", "pin-project-lite", "regex", @@ -4433,7 +4433,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pki-types", ] @@ -5054,9 +5054,9 @@ version = "0.9.0" dependencies = [ "axum", "clap 4.5.20", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "serde_json", "tokio", @@ -5121,9 +5121,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.1" +version = "1.5.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -5150,7 +5150,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -5182,10 +5182,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "log", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -5202,7 +5202,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "thiserror 1.0.68", "tokio", @@ -5215,7 +5215,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "pin-project-lite", "tokio", @@ -5233,7 +5233,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.1", + "hyper 1.5.0", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -5398,7 +5398,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ic-certification 2.6.0", @@ -5533,7 +5533,7 @@ dependencies = [ "bytes", "futures", "futures-util", - "hyper 1.5.1", + "hyper 1.5.0", "rand 0.8.5", "slog", "tokio", @@ -5653,7 +5653,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "instant-acme", "mockall", @@ -5665,7 +5665,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5750,7 +5750,7 @@ dependencies = [ "rcgen", "regex", "reqwest 0.12.9", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "serde", "serde_bytes", @@ -6062,7 +6062,7 @@ dependencies = [ "futures-util", "hex", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ic-canister-client-sender", @@ -6084,7 +6084,7 @@ dependencies = [ "prost 0.13.3", "rand 0.8.5", "rand_chacha 0.3.1", - "rustls 0.23.18", + "rustls 0.23.17", "serde", "serde_cbor", "tokio", @@ -6973,7 +6973,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rsa", - "rustls 0.23.18", + "rustls 0.23.17", "serde", "sha2 0.10.8", "simple_asn1", @@ -7731,7 +7731,7 @@ dependencies = [ "ic-types-test-utils", "rand 0.8.5", "rand_chacha 0.3.1", - "rustls 0.23.18", + "rustls 0.23.17", "tempfile", "tokio", ] @@ -7931,7 +7931,7 @@ dependencies = [ "ic-types", "pkcs8", "rand 0.8.5", - "rustls 0.23.18", + "rustls 0.23.17", "signature", "time", "tokio", @@ -7967,7 +7967,7 @@ dependencies = [ "ic-types", "json5", "maplit", - "rustls 0.23.18", + "rustls 0.23.17", "serde", "thiserror 2.0.3", "x509-parser", @@ -7980,7 +7980,7 @@ dependencies = [ "ic-base-types", "ic-crypto-tls-interfaces", "mockall", - "rustls 0.23.18", + "rustls 0.23.17", ] [[package]] @@ -8443,7 +8443,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "ic-async-utils", "ic-canister-client", @@ -8492,7 +8492,7 @@ dependencies = [ "rand 0.8.5", "reqwest 0.12.9", "rstest", - "rustls 0.23.18", + "rustls 0.23.17", "serde", "serde_bytes", "serde_cbor", @@ -8516,7 +8516,7 @@ dependencies = [ "axum", "bytes", "crossbeam-channel", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "ic-async-utils", "ic-config", @@ -8598,7 +8598,7 @@ dependencies = [ "futures", "http 1.1.0", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -8612,7 +8612,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "rstest", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "serde", "serde_json", @@ -10725,7 +10725,7 @@ dependencies = [ "quinn", "quinn-udp", "rcgen", - "rustls 0.23.18", + "rustls 0.23.17", "serde", "slog", "tempfile", @@ -10889,7 +10889,7 @@ dependencies = [ "prost 0.13.3", "quinn", "rstest", - "rustls 0.23.18", + "rustls 0.23.17", "slog", "socket2 0.5.7", "thiserror 2.0.3", @@ -12662,7 +12662,7 @@ dependencies = [ "http 1.1.0", "humantime", "humantime-serde", - "hyper 1.5.1", + "hyper 1.5.0", "ic-agent", "ic-artifact-pool", "ic-base-types", @@ -13565,7 +13565,7 @@ dependencies = [ name = "ic-xnet-hyper" version = "0.9.0" dependencies = [ - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ic-crypto-tls-interfaces", @@ -13583,7 +13583,7 @@ dependencies = [ "async-trait", "axum", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "ic-base-types", "ic-canonical-state", @@ -14429,7 +14429,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.8", @@ -14702,7 +14702,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -14711,7 +14711,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.4", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -15630,7 +15630,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "log", "rand 0.8.5", @@ -16439,7 +16439,7 @@ dependencies = [ "get_if_addrs", "hex", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ic-async-utils", @@ -17103,7 +17103,7 @@ dependencies = [ "hex", "http 1.1.0", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-util", "ic-agent", "ic-boundary", @@ -17774,7 +17774,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.18", + "rustls 0.23.17", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -17791,7 +17791,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.8", "rustc-hash 2.0.0", - "rustls 0.23.18", + "rustls 0.23.17", "slab", "thiserror 1.0.68", "tinyvec", @@ -18397,7 +18397,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -18409,7 +18409,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -18824,9 +18824,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.18" +version = "0.23.17" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" +checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" dependencies = [ "brotli 7.0.0", "brotli-decompressor", @@ -18926,7 +18926,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.18", + "rustls 0.23.17", "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -21022,7 +21022,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.18", + "rustls 0.23.17", "rustls-pki-types", "tokio", ] @@ -21140,7 +21140,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.0", "hyper-timeout", "hyper-util", "percent-encoding", From d6d3fd701cfc558abdddde4b7907c48601012178 Mon Sep 17 00:00:00 2001 From: Rostislav Rumenov Date: Wed, 27 Nov 2024 11:40:48 +0000 Subject: [PATCH 13/14] . --- Cargo.Bazel.Fuzzing.json.lock | 324 +++++++++++++++++++++++----------- Cargo.Bazel.Fuzzing.toml.lock | 99 ++++++----- Cargo.Bazel.json.lock | 308 ++++++++++++++++++++++---------- Cargo.Bazel.toml.lock | 89 ++++++---- 4 files changed, 553 insertions(+), 267 deletions(-) diff --git a/Cargo.Bazel.Fuzzing.json.lock b/Cargo.Bazel.Fuzzing.json.lock index 93c9235a564..0681a9be382 100644 --- a/Cargo.Bazel.Fuzzing.json.lock +++ b/Cargo.Bazel.Fuzzing.json.lock @@ -1,5 +1,5 @@ { - "checksum": "bef27a5bfc14b21bb169b205f08e83399d71e3eacacd01a9417acce17d18131a", + "checksum": "6acc53b60ac067cb5fdd1b1316b66875d2bca3abedd239fa572c52f1620b469d", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -1622,7 +1622,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4441,14 +4441,14 @@ ], "license_file": "LICENSE-APACHE" }, - "axum 0.7.7": { + "axum 0.7.9": { "name": "axum", - "version": "0.7.7", + "version": "0.7.9", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum/0.7.7/download", - "sha256": "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" + "url": "https://static.crates.io/crates/axum/0.7.9/download", + "sha256": "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" } }, "targets": [ @@ -4513,7 +4513,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -4605,7 +4605,7 @@ ], "selects": {} }, - "version": "0.7.7" + "version": "0.7.9" }, "license": "MIT", "license_ids": [ @@ -4719,14 +4719,14 @@ ], "license_file": "LICENSE" }, - "axum-extra 0.9.1": { + "axum-extra 0.9.6": { "name": "axum-extra", - "version": "0.9.1", + "version": "0.9.6", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-extra/0.9.1/download", - "sha256": "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" + "url": "https://static.crates.io/crates/axum-extra/0.9.6/download", + "sha256": "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" } }, "targets": [ @@ -4751,6 +4751,8 @@ "crate_features": { "common": [ "default", + "multipart", + "tracing", "typed-header" ], "selects": {} @@ -4758,7 +4760,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4769,6 +4771,10 @@ "id": "bytes 1.8.0", "target": "bytes" }, + { + "id": "fastrand 2.2.0", + "target": "fastrand" + }, { "id": "futures-util 0.3.31", "target": "futures_util" @@ -4793,6 +4799,10 @@ "id": "mime 0.3.17", "target": "mime" }, + { + "id": "multer 3.1.0", + "target": "multer" + }, { "id": "pin-project-lite 0.2.13", "target": "pin_project_lite" @@ -4802,7 +4812,7 @@ "target": "serde" }, { - "id": "tower 0.4.13", + "id": "tower 0.5.1", "target": "tower" }, { @@ -4817,7 +4827,7 @@ "selects": {} }, "edition": "2021", - "version": "0.9.1" + "version": "0.9.6" }, "license": "MIT", "license_ids": [ @@ -4920,7 +4930,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -5042,7 +5052,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -18454,11 +18464,11 @@ "target": "async_stream" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { - "id": "axum-extra 0.9.1", + "id": "axum-extra 0.9.6", "target": "axum_extra" }, { @@ -18779,7 +18789,7 @@ "target": "humantime_serde" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -19309,7 +19319,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -23524,14 +23534,14 @@ ], "license_file": "LICENSE-APACHE" }, - "fastrand 2.0.1": { + "fastrand 2.2.0": { "name": "fastrand", - "version": "2.0.1", + "version": "2.2.0", "package_url": "/~https://github.com/smol-rs/fastrand", "repository": { "Http": { - "url": "https://static.crates.io/crates/fastrand/2.0.1/download", - "sha256": "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" + "url": "https://static.crates.io/crates/fastrand/2.2.0/download", + "sha256": "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" } }, "targets": [ @@ -23562,7 +23572,7 @@ "selects": {} }, "edition": "2018", - "version": "2.0.1" + "version": "2.2.0" }, "license": "Apache-2.0 OR MIT", "license_ids": [ @@ -24943,7 +24953,7 @@ "deps": { "common": [ { - "id": "fastrand 2.0.1", + "id": "fastrand 2.2.0", "target": "fastrand" }, { @@ -25082,7 +25092,7 @@ "target": "futures_io" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -28679,14 +28689,14 @@ ], "license_file": "LICENSE" }, - "hyper 1.5.0": { + "hyper 1.5.1": { "name": "hyper", - "version": "1.5.0", + "version": "1.5.1", "package_url": "/~https://github.com/hyperium/hyper", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper/1.5.0/download", - "sha256": "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" + "url": "https://static.crates.io/crates/hyper/1.5.1/download", + "sha256": "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" } }, "targets": [ @@ -28777,7 +28787,7 @@ "selects": {} }, "edition": "2021", - "version": "1.5.0" + "version": "1.5.1" }, "license": "MIT", "license_ids": [ @@ -28833,7 +28843,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29137,7 +29147,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29149,7 +29159,7 @@ "target": "log" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -29420,7 +29430,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29484,7 +29494,7 @@ "deps": { "common": [ { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29584,7 +29594,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29858,7 +29868,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -30727,7 +30737,7 @@ "target": "arc_swap" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -30791,7 +30801,7 @@ "target": "humantime" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -30839,7 +30849,7 @@ "target": "reqwest" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -35719,7 +35729,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -37350,7 +37360,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -37382,7 +37392,7 @@ "target": "pem" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -41407,7 +41417,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -41443,7 +41453,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -42769,6 +42779,120 @@ ], "license_file": "LICENSE" }, + "multer 3.1.0": { + "name": "multer", + "version": "3.1.0", + "package_url": "/~https://github.com/rwf2/multer", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/multer/3.1.0/download", + "sha256": "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multer", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "multer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.8.0", + "target": "bytes" + }, + { + "id": "encoding_rs 0.8.33", + "target": "encoding_rs" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "http 1.1.0", + "target": "http" + }, + { + "id": "httparse 1.8.0", + "target": "httparse" + }, + { + "id": "memchr 2.6.4", + "target": "memchr" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "multer 3.1.0", + "target": "build_script_build" + }, + { + "id": "spin 0.9.8", + "target": "spin" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.1.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" + }, "multimap 0.8.3": { "name": "multimap", "version": "0.8.3", @@ -49107,7 +49231,7 @@ "target": "atomic_waker" }, { - "id": "fastrand 2.0.1", + "id": "fastrand 2.2.0", "target": "fastrand" }, { @@ -53290,7 +53414,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -53378,7 +53502,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57236,7 +57360,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57286,7 +57410,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57336,7 +57460,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57386,7 +57510,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57436,7 +57560,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57486,7 +57610,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57536,7 +57660,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57586,7 +57710,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57636,7 +57760,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57686,7 +57810,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57736,7 +57860,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57786,7 +57910,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57828,7 +57952,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -57906,7 +58030,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57956,7 +58080,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58006,7 +58130,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58056,7 +58180,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58106,7 +58230,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58156,7 +58280,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58206,7 +58330,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58256,7 +58380,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58306,7 +58430,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58356,7 +58480,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58406,7 +58530,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58468,7 +58592,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58518,7 +58642,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58568,7 +58692,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58618,7 +58742,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58668,7 +58792,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58718,7 +58842,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58768,7 +58892,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58818,7 +58942,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58868,7 +58992,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -61654,14 +61778,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rustls 0.23.17": { + "rustls 0.23.18": { "name": "rustls", - "version": "0.23.17", + "version": "0.23.18", "package_url": "/~https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls/0.23.17/download", - "sha256": "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" + "url": "https://static.crates.io/crates/rustls/0.23.18/download", + "sha256": "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" } }, "targets": [ @@ -61729,7 +61853,7 @@ "target": "ring" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "build_script_build" }, { @@ -61753,7 +61877,7 @@ "selects": {} }, "edition": "2021", - "version": "0.23.17" + "version": "0.23.18" }, "build_script_attrs": { "compile_data_glob": [ @@ -62315,7 +62439,7 @@ "target": "once_cell" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" } ], @@ -70637,7 +70761,7 @@ "target": "cfg_if" }, { - "id": "fastrand 2.0.1", + "id": "fastrand 2.2.0", "target": "fastrand" }, { @@ -73605,7 +73729,7 @@ "deps": { "common": [ { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -74343,7 +74467,7 @@ "target": "async_stream" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -74371,7 +74495,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -75236,7 +75360,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -86974,8 +87098,8 @@ "async-scoped 0.8.0", "async-stream 0.3.6", "async-trait 0.1.83", - "axum 0.7.7", - "axum-extra 0.9.1", + "axum 0.7.9", + "axum-extra 0.9.6", "axum-server 0.6.0", "backoff 0.4.0", "backon 0.4.1", @@ -87056,7 +87180,7 @@ "http-body-util 0.1.2", "humantime 2.1.0", "humantime-serde 1.1.1", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2 0.9.1", "hyper-util 0.1.10", @@ -87194,7 +87318,7 @@ "rust_decimal_macros 1.36.0", "rustc-demangle 0.1.23", "rustc-hash 1.1.0", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustversion 1.0.14", "rusty-fork 0.3.0", diff --git a/Cargo.Bazel.Fuzzing.toml.lock b/Cargo.Bazel.Fuzzing.toml.lock index 5f9cc9584a9..283bc20d2c3 100644 --- a/Cargo.Bazel.Fuzzing.toml.lock +++ b/Cargo.Bazel.Fuzzing.toml.lock @@ -787,9 +787,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core", @@ -799,7 +799,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "itoa", "matchit", @@ -843,22 +843,24 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.9.1" +version = "0.9.6" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" +checksum = "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" dependencies = [ "axum", "axum-core", "bytes", + "fastrand 2.2.0", "futures-util", "headers 0.4.0", "http 1.1.0", "http-body 1.0.1", "http-body-util", "mime", + "multer 3.1.0", "pin-project-lite", "serde", - "tower 0.4.13", + "tower 0.5.1", "tower-layer", "tower-service", ] @@ -904,7 +906,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "rustls 0.21.12", @@ -3076,7 +3078,7 @@ dependencies = [ "http-body-util", "humantime", "humantime-serde", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -3214,7 +3216,7 @@ dependencies = [ "rust_decimal_macros", "rustc-demangle", "rustc-hash 1.1.0", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustversion", "rusty-fork", @@ -3890,9 +3892,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.0.1" +version = "2.2.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" +checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" [[package]] name = "ff" @@ -4112,7 +4114,7 @@ version = "2.0.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63" dependencies = [ - "fastrand 2.0.1", + "fastrand 2.2.0", "futures-core", "futures-io", "memchr", @@ -4139,7 +4141,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", ] @@ -4757,9 +4759,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", @@ -4786,7 +4788,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -4820,10 +4822,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "log", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -4840,7 +4842,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "thiserror 1.0.68", "tokio", @@ -4853,7 +4855,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "tokio", @@ -4871,7 +4873,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.1", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -4919,7 +4921,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-certification", @@ -4976,7 +4978,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "instant-acme", "mockall", @@ -4988,7 +4990,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5904,7 +5906,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.7", @@ -6168,7 +6170,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -6177,7 +6179,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.4", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -6771,7 +6773,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.24.2", "hyper-util", "itertools 0.11.0", @@ -6971,6 +6973,23 @@ dependencies = [ "version_check", ] +[[package]] +name = "multer" +version = "3.1.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" +dependencies = [ + "bytes", + "encoding_rs", + "futures-util", + "http 1.1.0", + "httparse", + "memchr", + "mime", + "spin 0.9.8", + "version_check", +] + [[package]] name = "multimap" version = "0.8.3" @@ -8015,7 +8034,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", - "fastrand 2.0.1", + "fastrand 2.2.0", "futures-io", ] @@ -8703,7 +8722,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -8720,7 +8739,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.7", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "slab", "thiserror 1.0.68", "tinyvec", @@ -9169,7 +9188,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -9181,7 +9200,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -9528,9 +9547,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.17" +version = "0.23.18" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" +checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" dependencies = [ "brotli 7.0.0", "brotli-decompressor 4.0.1", @@ -9642,7 +9661,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.7.0", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -10928,7 +10947,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ "cfg-if 1.0.0", - "fastrand 2.0.1", + "fastrand 2.2.0", "once_cell", "rustix", "windows-sys 0.59.0", @@ -11311,7 +11330,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", "tokio", ] @@ -11449,7 +11468,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-timeout", "hyper-util", "percent-encoding", @@ -12174,7 +12193,7 @@ dependencies = [ "log", "mime", "mime_guess", - "multer", + "multer 2.1.0", "percent-encoding", "pin-project", "rustls-pemfile 2.2.0", diff --git a/Cargo.Bazel.json.lock b/Cargo.Bazel.json.lock index b165117aa7e..dbe6fe517c2 100644 --- a/Cargo.Bazel.json.lock +++ b/Cargo.Bazel.json.lock @@ -1,5 +1,5 @@ { - "checksum": "d5a1b076b62503612a584ba8cd14be0b87ff1eeeb02694e5f0fd85102775f855", + "checksum": "636169f370831d101e74dcb54f78c8130c106a244347ce50b4b34b43589709e3", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -1626,7 +1626,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4445,14 +4445,14 @@ ], "license_file": "LICENSE-APACHE" }, - "axum 0.7.7": { + "axum 0.7.9": { "name": "axum", - "version": "0.7.7", + "version": "0.7.9", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum/0.7.7/download", - "sha256": "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" + "url": "https://static.crates.io/crates/axum/0.7.9/download", + "sha256": "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" } }, "targets": [ @@ -4517,7 +4517,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -4609,7 +4609,7 @@ ], "selects": {} }, - "version": "0.7.7" + "version": "0.7.9" }, "license": "MIT", "license_ids": [ @@ -4723,14 +4723,14 @@ ], "license_file": "LICENSE" }, - "axum-extra 0.9.1": { + "axum-extra 0.9.6": { "name": "axum-extra", - "version": "0.9.1", + "version": "0.9.6", "package_url": "/~https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-extra/0.9.1/download", - "sha256": "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" + "url": "https://static.crates.io/crates/axum-extra/0.9.6/download", + "sha256": "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" } }, "targets": [ @@ -4755,6 +4755,8 @@ "crate_features": { "common": [ "default", + "multipart", + "tracing", "typed-header" ], "selects": {} @@ -4762,7 +4764,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -4773,6 +4775,10 @@ "id": "bytes 1.8.0", "target": "bytes" }, + { + "id": "fastrand 2.1.0", + "target": "fastrand" + }, { "id": "futures-util 0.3.31", "target": "futures_util" @@ -4797,6 +4803,10 @@ "id": "mime 0.3.17", "target": "mime" }, + { + "id": "multer 3.1.0", + "target": "multer" + }, { "id": "pin-project-lite 0.2.13", "target": "pin_project_lite" @@ -4806,7 +4816,7 @@ "target": "serde" }, { - "id": "tower 0.4.13", + "id": "tower 0.5.1", "target": "tower" }, { @@ -4821,7 +4831,7 @@ "selects": {} }, "edition": "2021", - "version": "0.9.1" + "version": "0.9.6" }, "license": "MIT", "license_ids": [ @@ -4924,7 +4934,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -5046,7 +5056,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -18282,11 +18292,11 @@ "target": "async_stream" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { - "id": "axum-extra 0.9.1", + "id": "axum-extra 0.9.6", "target": "axum_extra" }, { @@ -18607,7 +18617,7 @@ "target": "humantime_serde" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -19137,7 +19147,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -24933,7 +24943,7 @@ "target": "futures_io" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -28534,14 +28544,14 @@ ], "license_file": "LICENSE" }, - "hyper 1.5.0": { + "hyper 1.5.1": { "name": "hyper", - "version": "1.5.0", + "version": "1.5.1", "package_url": "/~https://github.com/hyperium/hyper", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper/1.5.0/download", - "sha256": "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" + "url": "https://static.crates.io/crates/hyper/1.5.1/download", + "sha256": "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" } }, "targets": [ @@ -28632,7 +28642,7 @@ "selects": {} }, "edition": "2021", - "version": "1.5.0" + "version": "1.5.1" }, "license": "MIT", "license_ids": [ @@ -28688,7 +28698,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -28992,7 +29002,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29004,7 +29014,7 @@ "target": "log" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -29275,7 +29285,7 @@ "target": "http" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29339,7 +29349,7 @@ "deps": { "common": [ { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29439,7 +29449,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -29713,7 +29723,7 @@ "target": "http_body" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -30582,7 +30592,7 @@ "target": "arc_swap" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -30646,7 +30656,7 @@ "target": "humantime" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -30694,7 +30704,7 @@ "target": "reqwest" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -35553,7 +35563,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -37184,7 +37194,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -37216,7 +37226,7 @@ "target": "pem" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -41247,7 +41257,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -41283,7 +41293,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -42609,6 +42619,120 @@ ], "license_file": "LICENSE" }, + "multer 3.1.0": { + "name": "multer", + "version": "3.1.0", + "package_url": "/~https://github.com/rwf2/multer", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/multer/3.1.0/download", + "sha256": "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multer", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "multer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.8.0", + "target": "bytes" + }, + { + "id": "encoding_rs 0.8.32", + "target": "encoding_rs" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "http 1.1.0", + "target": "http" + }, + { + "id": "httparse 1.8.0", + "target": "httparse" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "multer 3.1.0", + "target": "build_script_build" + }, + { + "id": "spin 0.9.8", + "target": "spin" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.1.0" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" + }, "multimap 0.8.3": { "name": "multimap", "version": "0.8.3", @@ -53092,7 +53216,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -53180,7 +53304,7 @@ "target": "rustc_hash" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57082,7 +57206,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57132,7 +57256,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57182,7 +57306,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57232,7 +57356,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57282,7 +57406,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57332,7 +57456,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57382,7 +57506,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57432,7 +57556,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57482,7 +57606,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57532,7 +57656,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57582,7 +57706,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57632,7 +57756,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57674,7 +57798,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -57752,7 +57876,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57802,7 +57926,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57852,7 +57976,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57902,7 +58026,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -57952,7 +58076,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58002,7 +58126,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58052,7 +58176,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58102,7 +58226,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58152,7 +58276,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58202,7 +58326,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58252,7 +58376,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58314,7 +58438,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58364,7 +58488,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58414,7 +58538,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58464,7 +58588,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58514,7 +58638,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58564,7 +58688,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58614,7 +58738,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58664,7 +58788,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -58714,7 +58838,7 @@ "target": "hyper_rustls" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -61500,14 +61624,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rustls 0.23.17": { + "rustls 0.23.18": { "name": "rustls", - "version": "0.23.17", + "version": "0.23.18", "package_url": "/~https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls/0.23.17/download", - "sha256": "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" + "url": "https://static.crates.io/crates/rustls/0.23.18/download", + "sha256": "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" } }, "targets": [ @@ -61575,7 +61699,7 @@ "target": "ring" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "build_script_build" }, { @@ -61599,7 +61723,7 @@ "selects": {} }, "edition": "2021", - "version": "0.23.17" + "version": "0.23.18" }, "build_script_attrs": { "compile_data_glob": [ @@ -62161,7 +62285,7 @@ "target": "once_cell" }, { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" } ], @@ -73451,7 +73575,7 @@ "deps": { "common": [ { - "id": "rustls 0.23.17", + "id": "rustls 0.23.18", "target": "rustls" }, { @@ -74189,7 +74313,7 @@ "target": "async_stream" }, { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -74217,7 +74341,7 @@ "target": "http_body_util" }, { - "id": "hyper 1.5.0", + "id": "hyper 1.5.1", "target": "hyper" }, { @@ -75082,7 +75206,7 @@ "deps": { "common": [ { - "id": "axum 0.7.7", + "id": "axum 0.7.9", "target": "axum" }, { @@ -86854,8 +86978,8 @@ "async-scoped 0.8.0", "async-stream 0.3.6", "async-trait 0.1.83", - "axum 0.7.7", - "axum-extra 0.9.1", + "axum 0.7.9", + "axum-extra 0.9.6", "axum-server 0.6.0", "backoff 0.4.0", "backon 0.4.1", @@ -86936,7 +87060,7 @@ "http-body-util 0.1.2", "humantime 2.1.0", "humantime-serde 1.1.1", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2 0.9.1", "hyper-util 0.1.10", @@ -87074,7 +87198,7 @@ "rust_decimal_macros 1.36.0", "rustc-demangle 0.1.23", "rustc-hash 1.1.0", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustversion 1.0.14", "rusty-fork 0.3.0", diff --git a/Cargo.Bazel.toml.lock b/Cargo.Bazel.toml.lock index 77594ecbc32..27d30d530ed 100644 --- a/Cargo.Bazel.toml.lock +++ b/Cargo.Bazel.toml.lock @@ -788,9 +788,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core", @@ -800,7 +800,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "itoa", "matchit", @@ -844,22 +844,24 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.9.1" +version = "0.9.6" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "881348a37b079994894b6e5e46edcc4b8a60e1c0333669a65b810abeed780598" +checksum = "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" dependencies = [ "axum", "axum-core", "bytes", + "fastrand 2.1.0", "futures-util", "headers 0.4.0", "http 1.1.0", "http-body 1.0.1", "http-body-util", "mime", + "multer 3.1.0", "pin-project-lite", "serde", - "tower 0.4.13", + "tower 0.5.1", "tower-layer", "tower-service", ] @@ -905,7 +907,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "rustls 0.21.12", @@ -3065,7 +3067,7 @@ dependencies = [ "http-body-util", "humantime", "humantime-serde", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -3203,7 +3205,7 @@ dependencies = [ "rust_decimal_macros", "rustc-demangle", "rustc-hash 1.1.0", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustversion", "rusty-fork", @@ -4128,7 +4130,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", ] @@ -4747,9 +4749,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", @@ -4776,7 +4778,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -4810,10 +4812,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "log", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -4830,7 +4832,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "thiserror 1.0.68", "tokio", @@ -4843,7 +4845,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "tokio", @@ -4861,7 +4863,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.1", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -4909,7 +4911,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-certification", @@ -4966,7 +4968,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "instant-acme", "mockall", @@ -4978,7 +4980,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5894,7 +5896,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.7", @@ -6158,7 +6160,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -6167,7 +6169,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.3", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -6762,7 +6764,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.24.2", "hyper-util", "itertools 0.11.0", @@ -6962,6 +6964,23 @@ dependencies = [ "version_check", ] +[[package]] +name = "multer" +version = "3.1.0" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" +dependencies = [ + "bytes", + "encoding_rs", + "futures-util", + "http 1.1.0", + "httparse", + "memchr", + "mime", + "spin 0.9.8", + "version_check", +] + [[package]] name = "multimap" version = "0.8.3" @@ -8693,7 +8712,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -8710,7 +8729,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.7", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "slab", "thiserror 1.0.68", "tinyvec", @@ -9165,7 +9184,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -9177,7 +9196,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -9524,9 +9543,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.17" +version = "0.23.18" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" +checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" dependencies = [ "brotli 7.0.0", "brotli-decompressor 4.0.1", @@ -9638,7 +9657,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.7.0", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -11307,7 +11326,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", "tokio", ] @@ -11445,7 +11464,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-timeout", "hyper-util", "percent-encoding", @@ -12170,7 +12189,7 @@ dependencies = [ "log", "mime", "mime_guess", - "multer", + "multer 2.1.0", "percent-encoding", "pin-project", "rustls-pemfile 2.2.0", From ac958956f255bbf6bccfa41be5f7dece5aa78796 Mon Sep 17 00:00:00 2001 From: IDX GitHub Automation Date: Wed, 27 Nov 2024 11:43:52 +0000 Subject: [PATCH 14/14] Automatically updated Cargo*.lock --- Cargo.lock | 106 ++++++++++++++++++++++++++--------------------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9288b3dcfb5..1ba27c567cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,9 +829,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core", @@ -840,7 +840,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "itoa", "matchit", @@ -917,7 +917,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "rustls 0.21.12", @@ -1687,7 +1687,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "once_cell", "pin-project-lite", "regex", @@ -4430,7 +4430,7 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", ] @@ -5051,9 +5051,9 @@ version = "0.9.0" dependencies = [ "axum", "clap 4.5.20", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "serde_json", "tokio", @@ -5118,9 +5118,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", @@ -5147,7 +5147,7 @@ dependencies = [ "futures-util", "headers 0.4.0", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", @@ -5179,10 +5179,10 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "log", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -5199,7 +5199,7 @@ checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "thiserror 1.0.68", "tokio", @@ -5212,7 +5212,7 @@ version = "0.5.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "tokio", @@ -5230,7 +5230,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.1", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -5395,7 +5395,7 @@ dependencies = [ "http-body 1.0.1", "http-body-to-bytes", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-certification 2.6.0", @@ -5530,7 +5530,7 @@ dependencies = [ "bytes", "futures", "futures-util", - "hyper 1.5.0", + "hyper 1.5.1", "rand 0.8.5", "slog", "tokio", @@ -5650,7 +5650,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "humantime", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "instant-acme", "mockall", @@ -5662,7 +5662,7 @@ dependencies = [ "rand 0.8.5", "rcgen", "reqwest 0.12.9", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-acme", "rustls-pemfile 2.2.0", "rustls-platform-verifier", @@ -5747,7 +5747,7 @@ dependencies = [ "rcgen", "regex", "reqwest 0.12.9", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "serde", "serde_bytes", @@ -6061,7 +6061,7 @@ dependencies = [ "futures-util", "hex", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-canister-client-sender", @@ -6083,7 +6083,7 @@ dependencies = [ "prost 0.13.3", "rand 0.8.5", "rand_chacha 0.3.1", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "serde_cbor", "tokio", @@ -6973,7 +6973,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rsa", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "sha2 0.10.8", "simple_asn1", @@ -7733,7 +7733,7 @@ dependencies = [ "ic-types-test-utils", "rand 0.8.5", "rand_chacha 0.3.1", - "rustls 0.23.17", + "rustls 0.23.18", "tempfile", "tokio", ] @@ -7933,7 +7933,7 @@ dependencies = [ "ic-types", "pkcs8", "rand 0.8.5", - "rustls 0.23.17", + "rustls 0.23.18", "signature", "time", "tokio", @@ -7969,7 +7969,7 @@ dependencies = [ "ic-types", "json5", "maplit", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "thiserror 2.0.3", "x509-parser", @@ -7982,7 +7982,7 @@ dependencies = [ "ic-base-types", "ic-crypto-tls-interfaces", "mockall", - "rustls 0.23.17", + "rustls 0.23.18", ] [[package]] @@ -8449,7 +8449,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "ic-async-utils", "ic-canister-client", @@ -8498,7 +8498,7 @@ dependencies = [ "rand 0.8.5", "reqwest 0.12.9", "rstest", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "serde_bytes", "serde_cbor", @@ -8522,7 +8522,7 @@ dependencies = [ "axum", "bytes", "crossbeam-channel", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "ic-async-utils", "ic-config", @@ -8604,7 +8604,7 @@ dependencies = [ "futures", "http 1.1.0", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-socks2", "hyper-util", @@ -8618,7 +8618,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "rstest", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "serde", "serde_json", @@ -10731,7 +10731,7 @@ dependencies = [ "quinn", "quinn-udp", "rcgen", - "rustls 0.23.17", + "rustls 0.23.18", "serde", "slog", "tempfile", @@ -10895,7 +10895,7 @@ dependencies = [ "prost 0.13.3", "quinn", "rstest", - "rustls 0.23.17", + "rustls 0.23.18", "slog", "socket2 0.5.7", "thiserror 2.0.3", @@ -12668,7 +12668,7 @@ dependencies = [ "http 1.1.0", "humantime", "humantime-serde", - "hyper 1.5.0", + "hyper 1.5.1", "ic-agent", "ic-artifact-pool", "ic-base-types", @@ -13573,7 +13573,7 @@ dependencies = [ name = "ic-xnet-hyper" version = "0.9.0" dependencies = [ - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-crypto-tls-interfaces", @@ -13591,7 +13591,7 @@ dependencies = [ "async-trait", "axum", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "ic-base-types", "ic-canonical-state", @@ -14448,7 +14448,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ring 0.17.8", @@ -14721,7 +14721,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -14730,7 +14730,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem 3.0.4", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "secrecy", "serde", @@ -15637,7 +15637,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "log", "rand 0.8.5", @@ -16447,7 +16447,7 @@ dependencies = [ "get_if_addrs", "hex", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ic-async-utils", @@ -17112,7 +17112,7 @@ dependencies = [ "hex", "http 1.1.0", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "ic-agent", "ic-boundary", @@ -17783,7 +17783,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "socket2 0.5.7", "thiserror 1.0.68", "tokio", @@ -17800,7 +17800,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.8", "rustc-hash 2.0.0", - "rustls 0.23.17", + "rustls 0.23.18", "slab", "thiserror 1.0.68", "tinyvec", @@ -18406,7 +18406,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -18418,7 +18418,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -18833,9 +18833,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.17" +version = "0.23.18" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" +checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" dependencies = [ "brotli 7.0.0", "brotli-decompressor", @@ -18935,7 +18935,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.17", + "rustls 0.23.18", "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -21031,7 +21031,7 @@ version = "0.26.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.17", + "rustls 0.23.18", "rustls-pki-types", "tokio", ] @@ -21149,7 +21149,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-timeout", "hyper-util", "percent-encoding",