diff --git a/crate_universe/src/metadata/metadata_annotation.rs b/crate_universe/src/metadata/metadata_annotation.rs index d182cb187b..62343a81f4 100644 --- a/crate_universe/src/metadata/metadata_annotation.rs +++ b/crate_universe/src/metadata/metadata_annotation.rs @@ -272,10 +272,11 @@ impl LockfileAnnotation { // metadata the raw source info is used for registry crates and `crates.io` is // assumed to be the source. if source.is_registry() { + // source url return Ok(SourceAnnotation::Http { url: format!( - "https://crates.io/api/v1/crates/{}/{}/download", - lock_pkg.name, lock_pkg.version, + "https://static.crates.io/crates/{}/{}/download", + lock_pkg.name, lock_pkg.version ), sha256: lock_pkg .checksum diff --git a/examples/bzlmod/hello_world/third-party/crates/defs.bzl b/examples/bzlmod/hello_world/third-party/crates/defs.bzl index 6fd9db195c..6274ae4928 100644 --- a/examples/bzlmod/hello_world/third-party/crates/defs.bzl +++ b/examples/bzlmod/hello_world/third-party/crates/defs.bzl @@ -407,7 +407,7 @@ def crate_repositories(): name = "vendor__anyhow-1.0.77", sha256 = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/anyhow/1.0.77/download"], + urls = ["https://static.crates.io/crates/anyhow/1.0.77/download"], strip_prefix = "anyhow-1.0.77", build_file = Label("@//third-party/crates:BUILD.anyhow-1.0.77.bazel"), ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.async-stream-0.3.5.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.async-stream-0.3.5.bazel index 6f102e7397..18b7c85133 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.async-stream-0.3.5.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.async-stream-0.3.5.bazel @@ -83,6 +83,6 @@ rust_library( version = "0.3.5", deps = [ "@crates_vendor_manifests__futures-core-0.3.30//:futures_core", - "@crates_vendor_manifests__pin-project-lite-0.2.13//:pin_project_lite", + "@crates_vendor_manifests__pin-project-lite-0.2.14//:pin_project_lite", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.async-stream-impl-0.3.5.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.async-stream-impl-0.3.5.bazel index 858df2ee93..beac008eb0 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.async-stream-impl-0.3.5.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.async-stream-impl-0.3.5.bazel @@ -79,8 +79,8 @@ rust_proc_macro( }), version = "0.3.5", deps = [ - "@crates_vendor_manifests__proc-macro2-1.0.78//:proc_macro2", + "@crates_vendor_manifests__proc-macro2-1.0.79//:proc_macro2", "@crates_vendor_manifests__quote-1.0.35//:quote", - "@crates_vendor_manifests__syn-2.0.50//:syn", + "@crates_vendor_manifests__syn-2.0.57//:syn", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.autocfg-1.1.0.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.autocfg-1.2.0.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.autocfg-1.1.0.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.autocfg-1.2.0.bazel index 90e486672c..809b866cfd 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.autocfg-1.1.0.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.autocfg-1.2.0.bazel @@ -77,5 +77,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.1.0", + version = "1.2.0", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.backtrace-0.3.69.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.backtrace-0.3.71.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.backtrace-0.3.69.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.backtrace-0.3.71.bazel index 26398518d1..dccd68c2d5 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.backtrace-0.3.69.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.backtrace-0.3.71.bazel @@ -30,7 +30,7 @@ rust_library( ], ), crate_root = "src/lib.rs", - edition = "2018", + edition = "2021", rustc_flags = [ "--cap-lints=allow", ], @@ -78,9 +78,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.3.69", + version = "0.3.71", deps = [ - "@crates_vendor_manifests__backtrace-0.3.69//:build_script_build", + "@crates_vendor_manifests__backtrace-0.3.71//:build_script_build", "@crates_vendor_manifests__cfg-if-1.0.0//:cfg_if", "@crates_vendor_manifests__rustc-demangle-0.1.23//:rustc_demangle", ] + select({ @@ -294,7 +294,7 @@ cargo_build_script( "WORKSPACE.bazel", ], ), - edition = "2018", + edition = "2021", rustc_flags = [ "--cap-lints=allow", ], @@ -305,10 +305,10 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "0.3.69", + version = "0.3.71", visibility = ["//visibility:private"], deps = [ - "@crates_vendor_manifests__cc-1.0.86//:cc", + "@crates_vendor_manifests__cc-1.0.90//:cc", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bazel index f5092a7889..019f55df44 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bazel @@ -33,18 +33,18 @@ filegroup( # Workspace Member Dependencies alias( name = "tempfile", - actual = "@crates_vendor_manifests__tempfile-3.10.0//:tempfile", + actual = "@crates_vendor_manifests__tempfile-3.10.1//:tempfile", tags = ["manual"], ) alias( name = "tokio", - actual = "@crates_vendor_manifests__tokio-1.36.0//:tokio", + actual = "@crates_vendor_manifests__tokio-1.37.0//:tokio", tags = ["manual"], ) alias( name = "tokio-test", - actual = "@crates_vendor_manifests__tokio-test-0.4.3//:tokio_test", + actual = "@crates_vendor_manifests__tokio-test-0.4.4//:tokio_test", tags = ["manual"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bitflags-2.4.2.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bitflags-2.5.0.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bitflags-2.4.2.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bitflags-2.5.0.bazel index 99a67cf885..061d61e2dc 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bitflags-2.4.2.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bitflags-2.5.0.bazel @@ -80,5 +80,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "2.4.2", + version = "2.5.0", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bytes-1.5.0.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bytes-1.6.0.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bytes-1.5.0.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bytes-1.6.0.bazel index e3a7a14d21..596f42779c 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bytes-1.5.0.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bytes-1.6.0.bazel @@ -81,5 +81,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.5.0", + version = "1.6.0", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.cc-1.0.86.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.cc-1.0.90.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.cc-1.0.86.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.cc-1.0.90.bazel index 56f75e0611..22ed5dbd81 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.cc-1.0.86.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.cc-1.0.90.bazel @@ -77,5 +77,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.0.86", + version = "1.0.90", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.fastrand-2.0.1.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.fastrand-2.0.2.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.fastrand-2.0.1.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.fastrand-2.0.2.bazel index 96c5ab2baf..1263082938 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.fastrand-2.0.1.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.fastrand-2.0.2.bazel @@ -82,5 +82,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "2.0.1", + version = "2.0.2", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.hermit-abi-0.3.6.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.hermit-abi-0.3.9.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.hermit-abi-0.3.6.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.hermit-abi-0.3.9.bazel index 3bb8563ddc..c527e0fd12 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.hermit-abi-0.3.6.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.hermit-abi-0.3.9.bazel @@ -77,5 +77,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.3.6", + version = "0.3.9", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.lock_api-0.4.11.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.lock_api-0.4.11.bazel index 23b1998aa2..b645f720f8 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.lock_api-0.4.11.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.lock_api-0.4.11.bazel @@ -127,7 +127,7 @@ cargo_build_script( version = "0.4.11", visibility = ["//visibility:private"], deps = [ - "@crates_vendor_manifests__autocfg-1.1.0//:autocfg", + "@crates_vendor_manifests__autocfg-1.2.0//:autocfg", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.memchr-2.7.1.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.memchr-2.7.2.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.memchr-2.7.1.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.memchr-2.7.2.bazel index 340993073b..354dbb0086 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.memchr-2.7.1.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.memchr-2.7.2.bazel @@ -77,5 +77,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "2.7.1", + version = "2.7.2", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.mio-0.8.10.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.mio-0.8.11.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.mio-0.8.10.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.mio-0.8.11.bazel index 2ba43b0f7f..a76b4a8652 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.mio-0.8.10.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.mio-0.8.11.bazel @@ -82,7 +82,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.8.10", + version = "0.8.11", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.object-0.32.2.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.object-0.32.2.bazel index f06bc6ab91..6f9e5524d5 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.object-0.32.2.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.object-0.32.2.bazel @@ -79,6 +79,6 @@ rust_library( }), version = "0.32.2", deps = [ - "@crates_vendor_manifests__memchr-2.7.1//:memchr", + "@crates_vendor_manifests__memchr-2.7.2//:memchr", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.parking_lot_core-0.9.9.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.parking_lot_core-0.9.9.bazel index 53d590dab5..abb9b5def8 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.parking_lot_core-0.9.9.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.parking_lot_core-0.9.9.bazel @@ -82,7 +82,7 @@ rust_library( deps = [ "@crates_vendor_manifests__cfg-if-1.0.0//:cfg_if", "@crates_vendor_manifests__parking_lot_core-0.9.9//:build_script_build", - "@crates_vendor_manifests__smallvec-1.13.1//:smallvec", + "@crates_vendor_manifests__smallvec-1.13.2//:smallvec", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.pin-project-lite-0.2.13.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.pin-project-lite-0.2.14.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.pin-project-lite-0.2.13.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.pin-project-lite-0.2.14.bazel index d0f4749f63..37b3b93601 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.pin-project-lite-0.2.13.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.pin-project-lite-0.2.14.bazel @@ -77,5 +77,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.2.13", + version = "0.2.14", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.proc-macro2-1.0.78.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.proc-macro2-1.0.79.bazel similarity index 97% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.proc-macro2-1.0.78.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.proc-macro2-1.0.79.bazel index ce4955468d..665a9411ff 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.proc-macro2-1.0.78.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.proc-macro2-1.0.79.bazel @@ -82,9 +82,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.0.78", + version = "1.0.79", deps = [ - "@crates_vendor_manifests__proc-macro2-1.0.78//:build_script_build", + "@crates_vendor_manifests__proc-macro2-1.0.79//:build_script_build", "@crates_vendor_manifests__unicode-ident-1.0.12//:unicode_ident", ], ) @@ -124,7 +124,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "1.0.78", + version = "1.0.79", visibility = ["//visibility:private"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.quote-1.0.35.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.quote-1.0.35.bazel index 5278e7de12..5973890e54 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.quote-1.0.35.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.quote-1.0.35.bazel @@ -83,6 +83,6 @@ rust_library( }), version = "1.0.35", deps = [ - "@crates_vendor_manifests__proc-macro2-1.0.78//:proc_macro2", + "@crates_vendor_manifests__proc-macro2-1.0.79//:proc_macro2", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.rustix-0.38.31.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.rustix-0.38.32.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.rustix-0.38.31.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.rustix-0.38.32.bazel index 3793a6e035..776c36d1cb 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.rustix-0.38.31.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.rustix-0.38.32.bazel @@ -169,10 +169,10 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.38.31", + version = "0.38.32", deps = [ - "@crates_vendor_manifests__bitflags-2.4.2//:bitflags", - "@crates_vendor_manifests__rustix-0.38.31//:build_script_build", + "@crates_vendor_manifests__bitflags-2.5.0//:bitflags", + "@crates_vendor_manifests__rustix-0.38.32//:build_script_build", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crates_vendor_manifests__errno-0.3.8//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))) @@ -351,7 +351,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "0.38.31", + version = "0.38.32", visibility = ["//visibility:private"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.smallvec-1.13.1.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.smallvec-1.13.2.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.smallvec-1.13.1.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.smallvec-1.13.2.bazel index 2629a45e99..a24ef53658 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.smallvec-1.13.1.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.smallvec-1.13.2.bazel @@ -77,5 +77,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.13.1", + version = "1.13.2", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.socket2-0.5.5.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.socket2-0.5.6.bazel similarity index 97% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.socket2-0.5.5.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.socket2-0.5.6.bazel index 9333f3ed65..7ec04c5f61 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.socket2-0.5.5.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.socket2-0.5.6.bazel @@ -80,7 +80,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.5.5", + version = "0.5.6", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) @@ -98,7 +98,7 @@ rust_library( "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@crates_vendor_manifests__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) @@ -125,7 +125,7 @@ rust_library( "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@crates_vendor_manifests__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) @@ -152,7 +152,7 @@ rust_library( "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@crates_vendor_manifests__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.syn-2.0.50.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.syn-2.0.57.bazel similarity index 97% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.syn-2.0.50.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.syn-2.0.57.bazel index dffcacb1b7..91fa9b5a13 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.syn-2.0.50.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.syn-2.0.57.bazel @@ -36,7 +36,6 @@ rust_library( "parsing", "printing", "proc-macro", - "quote", "visit-mut", ], crate_root = "src/lib.rs", @@ -88,9 +87,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "2.0.50", + version = "2.0.57", deps = [ - "@crates_vendor_manifests__proc-macro2-1.0.78//:proc_macro2", + "@crates_vendor_manifests__proc-macro2-1.0.79//:proc_macro2", "@crates_vendor_manifests__quote-1.0.35//:quote", "@crates_vendor_manifests__unicode-ident-1.0.12//:unicode_ident", ], diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tempfile-3.10.0.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tempfile-3.10.1.bazel similarity index 79% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tempfile-3.10.0.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tempfile-3.10.1.bazel index 304d672f27..49da48cc65 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tempfile-3.10.0.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tempfile-3.10.1.bazel @@ -29,7 +29,7 @@ rust_library( ], ), crate_root = "src/lib.rs", - edition = "2018", + edition = "2021", rustc_flags = [ "--cap-lints=allow", ], @@ -77,94 +77,94 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "3.10.0", + version = "3.10.1", deps = [ "@crates_vendor_manifests__cfg-if-1.0.0//:cfg_if", - "@crates_vendor_manifests__fastrand-2.0.1//:fastrand", + "@crates_vendor_manifests__fastrand-2.0.2//:fastrand", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-fuchsia": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "@crates_vendor_manifests__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "@crates_vendor_manifests__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-fuchsia": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@crates_vendor_manifests__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@crates_vendor_manifests__rustix-0.38.31//:rustix", # cfg(any(unix, target_os = "wasi")) + "@crates_vendor_manifests__rustix-0.38.32//:rustix", # cfg(any(unix, target_os = "wasi")) ], "//conditions:default": [], }), diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-1.36.0.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-1.37.0.bazel similarity index 84% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-1.36.0.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-1.37.0.bazel index 3a3c542d6e..bbbc822bb9 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-1.36.0.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-1.37.0.bazel @@ -115,160 +115,160 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.36.0", + version = "1.37.0", deps = [ - "@crates_vendor_manifests__bytes-1.5.0//:bytes", - "@crates_vendor_manifests__mio-0.8.10//:mio", + "@crates_vendor_manifests__bytes-1.6.0//:bytes", + "@crates_vendor_manifests__mio-0.8.11//:mio", "@crates_vendor_manifests__num_cpus-1.16.0//:num_cpus", "@crates_vendor_manifests__parking_lot-0.12.1//:parking_lot", - "@crates_vendor_manifests__pin-project-lite-0.2.13//:pin_project_lite", + "@crates_vendor_manifests__pin-project-lite-0.2.14//:pin_project_lite", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-fuchsia": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-linux-android": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:i686-apple-darwin": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:i686-linux-android": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:thumbv7em-none-eabi": [ - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [ - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-fuchsia": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-linux-android": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) "@crates_vendor_manifests__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ "@crates_vendor_manifests__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_manifests__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-unknown-none": [ - "@crates_vendor_manifests__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_manifests__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "//conditions:default": [], }), diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-macros-2.2.0.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-macros-2.2.0.bazel index 0a978db55f..f2e0fa8502 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-macros-2.2.0.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-macros-2.2.0.bazel @@ -79,8 +79,8 @@ rust_proc_macro( }), version = "2.2.0", deps = [ - "@crates_vendor_manifests__proc-macro2-1.0.78//:proc_macro2", + "@crates_vendor_manifests__proc-macro2-1.0.79//:proc_macro2", "@crates_vendor_manifests__quote-1.0.35//:quote", - "@crates_vendor_manifests__syn-2.0.50//:syn", + "@crates_vendor_manifests__syn-2.0.57//:syn", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-stream-0.1.14.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-stream-0.1.15.bazel similarity index 96% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-stream-0.1.14.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-stream-0.1.15.bazel index 60f3db9d07..14c2fe9383 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-stream-0.1.14.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-stream-0.1.15.bazel @@ -81,10 +81,10 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.1.14", + version = "0.1.15", deps = [ "@crates_vendor_manifests__futures-core-0.3.30//:futures_core", - "@crates_vendor_manifests__pin-project-lite-0.2.13//:pin_project_lite", - "@crates_vendor_manifests__tokio-1.36.0//:tokio", + "@crates_vendor_manifests__pin-project-lite-0.2.14//:pin_project_lite", + "@crates_vendor_manifests__tokio-1.37.0//:tokio", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-test-0.4.3.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-test-0.4.4.bazel similarity index 94% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-test-0.4.3.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-test-0.4.4.bazel index 3148efaf2f..15f0a434f6 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-test-0.4.3.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.tokio-test-0.4.4.bazel @@ -77,12 +77,12 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.4.3", + version = "0.4.4", deps = [ "@crates_vendor_manifests__async-stream-0.3.5//:async_stream", - "@crates_vendor_manifests__bytes-1.5.0//:bytes", + "@crates_vendor_manifests__bytes-1.6.0//:bytes", "@crates_vendor_manifests__futures-core-0.3.30//:futures_core", - "@crates_vendor_manifests__tokio-1.36.0//:tokio", - "@crates_vendor_manifests__tokio-stream-0.1.14//:tokio_stream", + "@crates_vendor_manifests__tokio-1.37.0//:tokio", + "@crates_vendor_manifests__tokio-stream-0.1.15//:tokio_stream", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows-sys-0.52.0.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows-sys-0.52.0.bazel index 706f3cbf7e..4126f908ed 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows-sys-0.52.0.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows-sys-0.52.0.bazel @@ -31,8 +31,14 @@ rust_library( crate_features = [ "Win32", "Win32_Foundation", + "Win32_Networking", + "Win32_Networking_WinSock", "Win32_Storage", "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_IO", + "Win32_System_Threading", + "Win32_System_WindowsProgramming", "default", ], crate_root = "src/lib.rs", @@ -86,6 +92,6 @@ rust_library( }), version = "0.52.0", deps = [ - "@crates_vendor_manifests__windows-targets-0.52.3//:windows_targets", + "@crates_vendor_manifests__windows-targets-0.52.4//:windows_targets", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows-targets-0.52.3.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows-targets-0.52.4.bazel similarity index 91% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows-targets-0.52.3.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows-targets-0.52.4.bazel index 6f3e4fbd01..046ea31245 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows-targets-0.52.3.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows-targets-0.52.4.bazel @@ -77,25 +77,25 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.52.3", + version = "0.52.4", deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows_aarch64_msvc-0.52.3//:windows_aarch64_msvc", # cfg(all(target_arch = "aarch64", target_env = "msvc", not(windows_raw_dylib))) + "@crates_vendor_manifests__windows_aarch64_msvc-0.52.4//:windows_aarch64_msvc", # cfg(all(target_arch = "aarch64", target_env = "msvc", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_manifests__windows_i686_msvc-0.52.3//:windows_i686_msvc", # cfg(all(target_arch = "x86", target_env = "msvc", not(windows_raw_dylib))) + "@crates_vendor_manifests__windows_i686_msvc-0.52.4//:windows_i686_msvc", # cfg(all(target_arch = "x86", target_env = "msvc", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@crates_vendor_manifests__windows_i686_gnu-0.52.3//:windows_i686_gnu", # cfg(all(target_arch = "x86", target_env = "gnu", not(windows_raw_dylib))) + "@crates_vendor_manifests__windows_i686_gnu-0.52.4//:windows_i686_gnu", # cfg(all(target_arch = "x86", target_env = "gnu", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_manifests__windows_x86_64_msvc-0.52.3//:windows_x86_64_msvc", # cfg(all(target_arch = "x86_64", target_env = "msvc", not(windows_raw_dylib))) + "@crates_vendor_manifests__windows_x86_64_msvc-0.52.4//:windows_x86_64_msvc", # cfg(all(target_arch = "x86_64", target_env = "msvc", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@crates_vendor_manifests__windows_x86_64_gnu-0.52.3//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + "@crates_vendor_manifests__windows_x86_64_gnu-0.52.4//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@crates_vendor_manifests__windows_x86_64_gnu-0.52.3//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + "@crates_vendor_manifests__windows_x86_64_gnu-0.52.4//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) ], "//conditions:default": [], }), diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.52.3.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.52.4.bazel similarity index 98% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.52.3.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.52.4.bazel index 21e81f0507..7c0ab8fef4 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.52.3.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_aarch64_gnullvm-0.52.4.bazel @@ -78,9 +78,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.52.3", + version = "0.52.4", deps = [ - "@crates_vendor_manifests__windows_aarch64_gnullvm-0.52.3//:build_script_build", + "@crates_vendor_manifests__windows_aarch64_gnullvm-0.52.4//:build_script_build", ], ) @@ -115,7 +115,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "0.52.3", + version = "0.52.4", visibility = ["//visibility:private"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.52.3.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.52.4.bazel similarity index 97% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.52.3.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.52.4.bazel index df0f9fe06e..275e6dc39e 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.52.3.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_aarch64_msvc-0.52.4.bazel @@ -78,9 +78,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.52.3", + version = "0.52.4", deps = [ - "@crates_vendor_manifests__windows_aarch64_msvc-0.52.3//:build_script_build", + "@crates_vendor_manifests__windows_aarch64_msvc-0.52.4//:build_script_build", ], ) @@ -115,7 +115,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "0.52.3", + version = "0.52.4", visibility = ["//visibility:private"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.52.3.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.52.4.bazel similarity index 97% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.52.3.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.52.4.bazel index 082a0c9930..fcaa592419 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.52.3.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_i686_gnu-0.52.4.bazel @@ -78,9 +78,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.52.3", + version = "0.52.4", deps = [ - "@crates_vendor_manifests__windows_i686_gnu-0.52.3//:build_script_build", + "@crates_vendor_manifests__windows_i686_gnu-0.52.4//:build_script_build", ], ) @@ -115,7 +115,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "0.52.3", + version = "0.52.4", visibility = ["//visibility:private"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.52.3.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.52.4.bazel similarity index 97% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.52.3.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.52.4.bazel index 0c1279f101..582ffe988a 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.52.3.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_i686_msvc-0.52.4.bazel @@ -78,9 +78,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.52.3", + version = "0.52.4", deps = [ - "@crates_vendor_manifests__windows_i686_msvc-0.52.3//:build_script_build", + "@crates_vendor_manifests__windows_i686_msvc-0.52.4//:build_script_build", ], ) @@ -115,7 +115,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "0.52.3", + version = "0.52.4", visibility = ["//visibility:private"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.52.3.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.52.4.bazel similarity index 97% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.52.3.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.52.4.bazel index eea7898034..e9bf4d8502 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.52.3.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnu-0.52.4.bazel @@ -78,9 +78,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.52.3", + version = "0.52.4", deps = [ - "@crates_vendor_manifests__windows_x86_64_gnu-0.52.3//:build_script_build", + "@crates_vendor_manifests__windows_x86_64_gnu-0.52.4//:build_script_build", ], ) @@ -115,7 +115,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "0.52.3", + version = "0.52.4", visibility = ["//visibility:private"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.52.3.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.52.4.bazel similarity index 97% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.52.3.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.52.4.bazel index 5d3e39e018..2020f00f52 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.52.3.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_gnullvm-0.52.4.bazel @@ -78,9 +78,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.52.3", + version = "0.52.4", deps = [ - "@crates_vendor_manifests__windows_x86_64_gnullvm-0.52.3//:build_script_build", + "@crates_vendor_manifests__windows_x86_64_gnullvm-0.52.4//:build_script_build", ], ) @@ -115,7 +115,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "0.52.3", + version = "0.52.4", visibility = ["//visibility:private"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.52.3.bazel b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.52.4.bazel similarity index 97% rename from examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.52.3.bazel rename to examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.52.4.bazel index 2761f07b99..47a68caad6 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.52.3.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.windows_x86_64_msvc-0.52.4.bazel @@ -78,9 +78,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.52.3", + version = "0.52.4", deps = [ - "@crates_vendor_manifests__windows_x86_64_msvc-0.52.3//:build_script_build", + "@crates_vendor_manifests__windows_x86_64_msvc-0.52.4//:build_script_build", ], ) @@ -115,7 +115,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "0.52.3", + version = "0.52.4", visibility = ["//visibility:private"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/defs.bzl b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/defs.bzl index e26b4b156a..ecf5747c3f 100644 --- a/examples/crate_universe_unnamed/vendor_remote_manifests/crates/defs.bzl +++ b/examples/crate_universe_unnamed/vendor_remote_manifests/crates/defs.bzl @@ -295,7 +295,7 @@ def aliases( _NORMAL_DEPENDENCIES = { "vendor_remote_manifests": { _COMMON_CONDITION: { - "tokio": Label("@crates_vendor_manifests__tokio-1.36.0//:tokio"), + "tokio": Label("@crates_vendor_manifests__tokio-1.37.0//:tokio"), }, }, } @@ -310,8 +310,8 @@ _NORMAL_ALIASES = { _NORMAL_DEV_DEPENDENCIES = { "vendor_remote_manifests": { _COMMON_CONDITION: { - "tempfile": Label("@crates_vendor_manifests__tempfile-3.10.0//:tempfile"), - "tokio-test": Label("@crates_vendor_manifests__tokio-test-0.4.3//:tokio_test"), + "tempfile": Label("@crates_vendor_manifests__tempfile-3.10.1//:tempfile"), + "tokio-test": Label("@crates_vendor_manifests__tokio-test-0.4.4//:tokio_test"), }, }, } @@ -435,7 +435,7 @@ def crate_repositories(): name = "crates_vendor_manifests__addr2line-0.21.0", sha256 = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/addr2line/0.21.0/download"], + urls = ["https://static.crates.io/crates/addr2line/0.21.0/download"], strip_prefix = "addr2line-0.21.0", build_file = Label("@//vendor_remote_manifests/crates:BUILD.addr2line-0.21.0.bazel"), ) @@ -445,7 +445,7 @@ def crate_repositories(): name = "crates_vendor_manifests__adler-1.0.2", sha256 = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/adler/1.0.2/download"], + urls = ["https://static.crates.io/crates/adler/1.0.2/download"], strip_prefix = "adler-1.0.2", build_file = Label("@//vendor_remote_manifests/crates:BUILD.adler-1.0.2.bazel"), ) @@ -455,7 +455,7 @@ def crate_repositories(): name = "crates_vendor_manifests__async-stream-0.3.5", sha256 = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/async-stream/0.3.5/download"], + urls = ["https://static.crates.io/crates/async-stream/0.3.5/download"], strip_prefix = "async-stream-0.3.5", build_file = Label("@//vendor_remote_manifests/crates:BUILD.async-stream-0.3.5.bazel"), ) @@ -465,29 +465,29 @@ def crate_repositories(): name = "crates_vendor_manifests__async-stream-impl-0.3.5", sha256 = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/async-stream-impl/0.3.5/download"], + urls = ["https://static.crates.io/crates/async-stream-impl/0.3.5/download"], strip_prefix = "async-stream-impl-0.3.5", build_file = Label("@//vendor_remote_manifests/crates:BUILD.async-stream-impl-0.3.5.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__autocfg-1.1.0", - sha256 = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa", + name = "crates_vendor_manifests__autocfg-1.2.0", + sha256 = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/autocfg/1.1.0/download"], - strip_prefix = "autocfg-1.1.0", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.autocfg-1.1.0.bazel"), + urls = ["https://static.crates.io/crates/autocfg/1.2.0/download"], + strip_prefix = "autocfg-1.2.0", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.autocfg-1.2.0.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__backtrace-0.3.69", - sha256 = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837", + name = "crates_vendor_manifests__backtrace-0.3.71", + sha256 = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/backtrace/0.3.69/download"], - strip_prefix = "backtrace-0.3.69", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.backtrace-0.3.69.bazel"), + urls = ["https://static.crates.io/crates/backtrace/0.3.71/download"], + strip_prefix = "backtrace-0.3.71", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.backtrace-0.3.71.bazel"), ) maybe( @@ -495,39 +495,39 @@ def crate_repositories(): name = "crates_vendor_manifests__bitflags-1.3.2", sha256 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/bitflags/1.3.2/download"], + urls = ["https://static.crates.io/crates/bitflags/1.3.2/download"], strip_prefix = "bitflags-1.3.2", build_file = Label("@//vendor_remote_manifests/crates:BUILD.bitflags-1.3.2.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__bitflags-2.4.2", - sha256 = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf", + name = "crates_vendor_manifests__bitflags-2.5.0", + sha256 = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/bitflags/2.4.2/download"], - strip_prefix = "bitflags-2.4.2", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.bitflags-2.4.2.bazel"), + urls = ["https://static.crates.io/crates/bitflags/2.5.0/download"], + strip_prefix = "bitflags-2.5.0", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.bitflags-2.5.0.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__bytes-1.5.0", - sha256 = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223", + name = "crates_vendor_manifests__bytes-1.6.0", + sha256 = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/bytes/1.5.0/download"], - strip_prefix = "bytes-1.5.0", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.bytes-1.5.0.bazel"), + urls = ["https://static.crates.io/crates/bytes/1.6.0/download"], + strip_prefix = "bytes-1.6.0", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.bytes-1.6.0.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__cc-1.0.86", - sha256 = "7f9fa1897e4325be0d68d48df6aa1a71ac2ed4d27723887e7754192705350730", + name = "crates_vendor_manifests__cc-1.0.90", + sha256 = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cc/1.0.86/download"], - strip_prefix = "cc-1.0.86", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.cc-1.0.86.bazel"), + urls = ["https://static.crates.io/crates/cc/1.0.90/download"], + strip_prefix = "cc-1.0.90", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.cc-1.0.90.bazel"), ) maybe( @@ -535,7 +535,7 @@ def crate_repositories(): name = "crates_vendor_manifests__cfg-if-1.0.0", sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cfg-if/1.0.0/download"], + urls = ["https://static.crates.io/crates/cfg-if/1.0.0/download"], strip_prefix = "cfg-if-1.0.0", build_file = Label("@//vendor_remote_manifests/crates:BUILD.cfg-if-1.0.0.bazel"), ) @@ -545,19 +545,19 @@ def crate_repositories(): name = "crates_vendor_manifests__errno-0.3.8", sha256 = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/errno/0.3.8/download"], + urls = ["https://static.crates.io/crates/errno/0.3.8/download"], strip_prefix = "errno-0.3.8", build_file = Label("@//vendor_remote_manifests/crates:BUILD.errno-0.3.8.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__fastrand-2.0.1", - sha256 = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5", + name = "crates_vendor_manifests__fastrand-2.0.2", + sha256 = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/fastrand/2.0.1/download"], - strip_prefix = "fastrand-2.0.1", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.fastrand-2.0.1.bazel"), + urls = ["https://static.crates.io/crates/fastrand/2.0.2/download"], + strip_prefix = "fastrand-2.0.2", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.fastrand-2.0.2.bazel"), ) maybe( @@ -565,7 +565,7 @@ def crate_repositories(): name = "crates_vendor_manifests__futures-core-0.3.30", sha256 = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/futures-core/0.3.30/download"], + urls = ["https://static.crates.io/crates/futures-core/0.3.30/download"], strip_prefix = "futures-core-0.3.30", build_file = Label("@//vendor_remote_manifests/crates:BUILD.futures-core-0.3.30.bazel"), ) @@ -575,19 +575,19 @@ def crate_repositories(): name = "crates_vendor_manifests__gimli-0.28.1", sha256 = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/gimli/0.28.1/download"], + urls = ["https://static.crates.io/crates/gimli/0.28.1/download"], strip_prefix = "gimli-0.28.1", build_file = Label("@//vendor_remote_manifests/crates:BUILD.gimli-0.28.1.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__hermit-abi-0.3.6", - sha256 = "bd5256b483761cd23699d0da46cc6fd2ee3be420bbe6d020ae4a091e70b7e9fd", + name = "crates_vendor_manifests__hermit-abi-0.3.9", + sha256 = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/hermit-abi/0.3.6/download"], - strip_prefix = "hermit-abi-0.3.6", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.hermit-abi-0.3.6.bazel"), + urls = ["https://static.crates.io/crates/hermit-abi/0.3.9/download"], + strip_prefix = "hermit-abi-0.3.9", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.hermit-abi-0.3.9.bazel"), ) maybe( @@ -595,7 +595,7 @@ def crate_repositories(): name = "crates_vendor_manifests__libc-0.2.153", sha256 = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/libc/0.2.153/download"], + urls = ["https://static.crates.io/crates/libc/0.2.153/download"], strip_prefix = "libc-0.2.153", build_file = Label("@//vendor_remote_manifests/crates:BUILD.libc-0.2.153.bazel"), ) @@ -605,7 +605,7 @@ def crate_repositories(): name = "crates_vendor_manifests__linux-raw-sys-0.4.13", sha256 = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/linux-raw-sys/0.4.13/download"], + urls = ["https://static.crates.io/crates/linux-raw-sys/0.4.13/download"], strip_prefix = "linux-raw-sys-0.4.13", build_file = Label("@//vendor_remote_manifests/crates:BUILD.linux-raw-sys-0.4.13.bazel"), ) @@ -615,19 +615,19 @@ def crate_repositories(): name = "crates_vendor_manifests__lock_api-0.4.11", sha256 = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/lock_api/0.4.11/download"], + urls = ["https://static.crates.io/crates/lock_api/0.4.11/download"], strip_prefix = "lock_api-0.4.11", build_file = Label("@//vendor_remote_manifests/crates:BUILD.lock_api-0.4.11.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__memchr-2.7.1", - sha256 = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149", + name = "crates_vendor_manifests__memchr-2.7.2", + sha256 = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/memchr/2.7.1/download"], - strip_prefix = "memchr-2.7.1", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.memchr-2.7.1.bazel"), + urls = ["https://static.crates.io/crates/memchr/2.7.2/download"], + strip_prefix = "memchr-2.7.2", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.memchr-2.7.2.bazel"), ) maybe( @@ -635,19 +635,19 @@ def crate_repositories(): name = "crates_vendor_manifests__miniz_oxide-0.7.2", sha256 = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/miniz_oxide/0.7.2/download"], + urls = ["https://static.crates.io/crates/miniz_oxide/0.7.2/download"], strip_prefix = "miniz_oxide-0.7.2", build_file = Label("@//vendor_remote_manifests/crates:BUILD.miniz_oxide-0.7.2.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__mio-0.8.10", - sha256 = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09", + name = "crates_vendor_manifests__mio-0.8.11", + sha256 = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/mio/0.8.10/download"], - strip_prefix = "mio-0.8.10", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.mio-0.8.10.bazel"), + urls = ["https://static.crates.io/crates/mio/0.8.11/download"], + strip_prefix = "mio-0.8.11", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.mio-0.8.11.bazel"), ) maybe( @@ -655,7 +655,7 @@ def crate_repositories(): name = "crates_vendor_manifests__num_cpus-1.16.0", sha256 = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/num_cpus/1.16.0/download"], + urls = ["https://static.crates.io/crates/num_cpus/1.16.0/download"], strip_prefix = "num_cpus-1.16.0", build_file = Label("@//vendor_remote_manifests/crates:BUILD.num_cpus-1.16.0.bazel"), ) @@ -665,7 +665,7 @@ def crate_repositories(): name = "crates_vendor_manifests__object-0.32.2", sha256 = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/object/0.32.2/download"], + urls = ["https://static.crates.io/crates/object/0.32.2/download"], strip_prefix = "object-0.32.2", build_file = Label("@//vendor_remote_manifests/crates:BUILD.object-0.32.2.bazel"), ) @@ -675,7 +675,7 @@ def crate_repositories(): name = "crates_vendor_manifests__parking_lot-0.12.1", sha256 = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/parking_lot/0.12.1/download"], + urls = ["https://static.crates.io/crates/parking_lot/0.12.1/download"], strip_prefix = "parking_lot-0.12.1", build_file = Label("@//vendor_remote_manifests/crates:BUILD.parking_lot-0.12.1.bazel"), ) @@ -685,29 +685,29 @@ def crate_repositories(): name = "crates_vendor_manifests__parking_lot_core-0.9.9", sha256 = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download"], + urls = ["https://static.crates.io/crates/parking_lot_core/0.9.9/download"], strip_prefix = "parking_lot_core-0.9.9", build_file = Label("@//vendor_remote_manifests/crates:BUILD.parking_lot_core-0.9.9.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__pin-project-lite-0.2.13", - sha256 = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58", + name = "crates_vendor_manifests__pin-project-lite-0.2.14", + sha256 = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download"], - strip_prefix = "pin-project-lite-0.2.13", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.pin-project-lite-0.2.13.bazel"), + urls = ["https://static.crates.io/crates/pin-project-lite/0.2.14/download"], + strip_prefix = "pin-project-lite-0.2.14", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.pin-project-lite-0.2.14.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__proc-macro2-1.0.78", - sha256 = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae", + name = "crates_vendor_manifests__proc-macro2-1.0.79", + sha256 = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/proc-macro2/1.0.78/download"], - strip_prefix = "proc-macro2-1.0.78", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.proc-macro2-1.0.78.bazel"), + urls = ["https://static.crates.io/crates/proc-macro2/1.0.79/download"], + strip_prefix = "proc-macro2-1.0.79", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.proc-macro2-1.0.79.bazel"), ) maybe( @@ -715,7 +715,7 @@ def crate_repositories(): name = "crates_vendor_manifests__quote-1.0.35", sha256 = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/quote/1.0.35/download"], + urls = ["https://static.crates.io/crates/quote/1.0.35/download"], strip_prefix = "quote-1.0.35", build_file = Label("@//vendor_remote_manifests/crates:BUILD.quote-1.0.35.bazel"), ) @@ -725,7 +725,7 @@ def crate_repositories(): name = "crates_vendor_manifests__redox_syscall-0.4.1", sha256 = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/redox_syscall/0.4.1/download"], + urls = ["https://static.crates.io/crates/redox_syscall/0.4.1/download"], strip_prefix = "redox_syscall-0.4.1", build_file = Label("@//vendor_remote_manifests/crates:BUILD.redox_syscall-0.4.1.bazel"), ) @@ -735,19 +735,19 @@ def crate_repositories(): name = "crates_vendor_manifests__rustc-demangle-0.1.23", sha256 = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download"], + urls = ["https://static.crates.io/crates/rustc-demangle/0.1.23/download"], strip_prefix = "rustc-demangle-0.1.23", build_file = Label("@//vendor_remote_manifests/crates:BUILD.rustc-demangle-0.1.23.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__rustix-0.38.31", - sha256 = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949", + name = "crates_vendor_manifests__rustix-0.38.32", + sha256 = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/rustix/0.38.31/download"], - strip_prefix = "rustix-0.38.31", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.rustix-0.38.31.bazel"), + urls = ["https://static.crates.io/crates/rustix/0.38.32/download"], + strip_prefix = "rustix-0.38.32", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.rustix-0.38.32.bazel"), ) maybe( @@ -755,7 +755,7 @@ def crate_repositories(): name = "crates_vendor_manifests__scopeguard-1.2.0", sha256 = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/scopeguard/1.2.0/download"], + urls = ["https://static.crates.io/crates/scopeguard/1.2.0/download"], strip_prefix = "scopeguard-1.2.0", build_file = Label("@//vendor_remote_manifests/crates:BUILD.scopeguard-1.2.0.bazel"), ) @@ -765,59 +765,59 @@ def crate_repositories(): name = "crates_vendor_manifests__signal-hook-registry-1.4.1", sha256 = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/signal-hook-registry/1.4.1/download"], + urls = ["https://static.crates.io/crates/signal-hook-registry/1.4.1/download"], strip_prefix = "signal-hook-registry-1.4.1", build_file = Label("@//vendor_remote_manifests/crates:BUILD.signal-hook-registry-1.4.1.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__smallvec-1.13.1", - sha256 = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7", + name = "crates_vendor_manifests__smallvec-1.13.2", + sha256 = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/smallvec/1.13.1/download"], - strip_prefix = "smallvec-1.13.1", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.smallvec-1.13.1.bazel"), + urls = ["https://static.crates.io/crates/smallvec/1.13.2/download"], + strip_prefix = "smallvec-1.13.2", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.smallvec-1.13.2.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__socket2-0.5.5", - sha256 = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9", + name = "crates_vendor_manifests__socket2-0.5.6", + sha256 = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/socket2/0.5.5/download"], - strip_prefix = "socket2-0.5.5", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.socket2-0.5.5.bazel"), + urls = ["https://static.crates.io/crates/socket2/0.5.6/download"], + strip_prefix = "socket2-0.5.6", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.socket2-0.5.6.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__syn-2.0.50", - sha256 = "74f1bdc9872430ce9b75da68329d1c1746faf50ffac5f19e02b71e37ff881ffb", + name = "crates_vendor_manifests__syn-2.0.57", + sha256 = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/syn/2.0.50/download"], - strip_prefix = "syn-2.0.50", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.syn-2.0.50.bazel"), + urls = ["https://static.crates.io/crates/syn/2.0.57/download"], + strip_prefix = "syn-2.0.57", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.syn-2.0.57.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__tempfile-3.10.0", - sha256 = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67", + name = "crates_vendor_manifests__tempfile-3.10.1", + sha256 = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tempfile/3.10.0/download"], - strip_prefix = "tempfile-3.10.0", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.tempfile-3.10.0.bazel"), + urls = ["https://static.crates.io/crates/tempfile/3.10.1/download"], + strip_prefix = "tempfile-3.10.1", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.tempfile-3.10.1.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__tokio-1.36.0", - sha256 = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931", + name = "crates_vendor_manifests__tokio-1.37.0", + sha256 = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tokio/1.36.0/download"], - strip_prefix = "tokio-1.36.0", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.tokio-1.36.0.bazel"), + urls = ["https://static.crates.io/crates/tokio/1.37.0/download"], + strip_prefix = "tokio-1.37.0", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.tokio-1.37.0.bazel"), ) maybe( @@ -825,29 +825,29 @@ def crate_repositories(): name = "crates_vendor_manifests__tokio-macros-2.2.0", sha256 = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tokio-macros/2.2.0/download"], + urls = ["https://static.crates.io/crates/tokio-macros/2.2.0/download"], strip_prefix = "tokio-macros-2.2.0", build_file = Label("@//vendor_remote_manifests/crates:BUILD.tokio-macros-2.2.0.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__tokio-stream-0.1.14", - sha256 = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842", + name = "crates_vendor_manifests__tokio-stream-0.1.15", + sha256 = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tokio-stream/0.1.14/download"], - strip_prefix = "tokio-stream-0.1.14", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.tokio-stream-0.1.14.bazel"), + urls = ["https://static.crates.io/crates/tokio-stream/0.1.15/download"], + strip_prefix = "tokio-stream-0.1.15", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.tokio-stream-0.1.15.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__tokio-test-0.4.3", - sha256 = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719", + name = "crates_vendor_manifests__tokio-test-0.4.4", + sha256 = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tokio-test/0.4.3/download"], - strip_prefix = "tokio-test-0.4.3", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.tokio-test-0.4.3.bazel"), + urls = ["https://static.crates.io/crates/tokio-test/0.4.4/download"], + strip_prefix = "tokio-test-0.4.4", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.tokio-test-0.4.4.bazel"), ) maybe( @@ -855,7 +855,7 @@ def crate_repositories(): name = "crates_vendor_manifests__unicode-ident-1.0.12", sha256 = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/unicode-ident/1.0.12/download"], + urls = ["https://static.crates.io/crates/unicode-ident/1.0.12/download"], strip_prefix = "unicode-ident-1.0.12", build_file = Label("@//vendor_remote_manifests/crates:BUILD.unicode-ident-1.0.12.bazel"), ) @@ -865,7 +865,7 @@ def crate_repositories(): name = "crates_vendor_manifests__wasi-0.11.0-wasi-snapshot-preview1", sha256 = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download"], + urls = ["https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download"], strip_prefix = "wasi-0.11.0+wasi-snapshot-preview1", build_file = Label("@//vendor_remote_manifests/crates:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"), ) @@ -875,7 +875,7 @@ def crate_repositories(): name = "crates_vendor_manifests__windows-sys-0.48.0", sha256 = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows-sys/0.48.0/download"], + urls = ["https://static.crates.io/crates/windows-sys/0.48.0/download"], strip_prefix = "windows-sys-0.48.0", build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows-sys-0.48.0.bazel"), ) @@ -885,7 +885,7 @@ def crate_repositories(): name = "crates_vendor_manifests__windows-sys-0.52.0", sha256 = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows-sys/0.52.0/download"], + urls = ["https://static.crates.io/crates/windows-sys/0.52.0/download"], strip_prefix = "windows-sys-0.52.0", build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows-sys-0.52.0.bazel"), ) @@ -895,19 +895,19 @@ def crate_repositories(): name = "crates_vendor_manifests__windows-targets-0.48.5", sha256 = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows-targets/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows-targets/0.48.5/download"], strip_prefix = "windows-targets-0.48.5", build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows-targets-0.48.5.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__windows-targets-0.52.3", - sha256 = "d380ba1dc7187569a8a9e91ed34b8ccfc33123bbacb8c0aed2d1ad7f3ef2dc5f", + name = "crates_vendor_manifests__windows-targets-0.52.4", + sha256 = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows-targets/0.52.3/download"], - strip_prefix = "windows-targets-0.52.3", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows-targets-0.52.3.bazel"), + urls = ["https://static.crates.io/crates/windows-targets/0.52.4/download"], + strip_prefix = "windows-targets-0.52.4", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows-targets-0.52.4.bazel"), ) maybe( @@ -915,19 +915,19 @@ def crate_repositories(): name = "crates_vendor_manifests__windows_aarch64_gnullvm-0.48.5", sha256 = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.5/download"], strip_prefix = "windows_aarch64_gnullvm-0.48.5", build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_aarch64_gnullvm-0.48.5.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__windows_aarch64_gnullvm-0.52.3", - sha256 = "68e5dcfb9413f53afd9c8f86e56a7b4d86d9a2fa26090ea2dc9e40fba56c6ec6", + name = "crates_vendor_manifests__windows_aarch64_gnullvm-0.52.4", + sha256 = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.3/download"], - strip_prefix = "windows_aarch64_gnullvm-0.52.3", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_aarch64_gnullvm-0.52.3.bazel"), + urls = ["https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.4/download"], + strip_prefix = "windows_aarch64_gnullvm-0.52.4", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_aarch64_gnullvm-0.52.4.bazel"), ) maybe( @@ -935,19 +935,19 @@ def crate_repositories(): name = "crates_vendor_manifests__windows_aarch64_msvc-0.48.5", sha256 = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_aarch64_msvc/0.48.5/download"], strip_prefix = "windows_aarch64_msvc-0.48.5", build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_aarch64_msvc-0.48.5.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__windows_aarch64_msvc-0.52.3", - sha256 = "8dab469ebbc45798319e69eebf92308e541ce46760b49b18c6b3fe5e8965b30f", + name = "crates_vendor_manifests__windows_aarch64_msvc-0.52.4", + sha256 = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.3/download"], - strip_prefix = "windows_aarch64_msvc-0.52.3", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_aarch64_msvc-0.52.3.bazel"), + urls = ["https://static.crates.io/crates/windows_aarch64_msvc/0.52.4/download"], + strip_prefix = "windows_aarch64_msvc-0.52.4", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_aarch64_msvc-0.52.4.bazel"), ) maybe( @@ -955,19 +955,19 @@ def crate_repositories(): name = "crates_vendor_manifests__windows_i686_gnu-0.48.5", sha256 = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_i686_gnu/0.48.5/download"], strip_prefix = "windows_i686_gnu-0.48.5", build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_i686_gnu-0.48.5.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__windows_i686_gnu-0.52.3", - sha256 = "2a4e9b6a7cac734a8b4138a4e1044eac3404d8326b6c0f939276560687a033fb", + name = "crates_vendor_manifests__windows_i686_gnu-0.52.4", + sha256 = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_i686_gnu/0.52.3/download"], - strip_prefix = "windows_i686_gnu-0.52.3", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_i686_gnu-0.52.3.bazel"), + urls = ["https://static.crates.io/crates/windows_i686_gnu/0.52.4/download"], + strip_prefix = "windows_i686_gnu-0.52.4", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_i686_gnu-0.52.4.bazel"), ) maybe( @@ -975,19 +975,19 @@ def crate_repositories(): name = "crates_vendor_manifests__windows_i686_msvc-0.48.5", sha256 = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_i686_msvc/0.48.5/download"], strip_prefix = "windows_i686_msvc-0.48.5", build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_i686_msvc-0.48.5.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__windows_i686_msvc-0.52.3", - sha256 = "28b0ec9c422ca95ff34a78755cfa6ad4a51371da2a5ace67500cf7ca5f232c58", + name = "crates_vendor_manifests__windows_i686_msvc-0.52.4", + sha256 = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_i686_msvc/0.52.3/download"], - strip_prefix = "windows_i686_msvc-0.52.3", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_i686_msvc-0.52.3.bazel"), + urls = ["https://static.crates.io/crates/windows_i686_msvc/0.52.4/download"], + strip_prefix = "windows_i686_msvc-0.52.4", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_i686_msvc-0.52.4.bazel"), ) maybe( @@ -995,19 +995,19 @@ def crate_repositories(): name = "crates_vendor_manifests__windows_x86_64_gnu-0.48.5", sha256 = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_x86_64_gnu/0.48.5/download"], strip_prefix = "windows_x86_64_gnu-0.48.5", build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_x86_64_gnu-0.48.5.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__windows_x86_64_gnu-0.52.3", - sha256 = "704131571ba93e89d7cd43482277d6632589b18ecf4468f591fbae0a8b101614", + name = "crates_vendor_manifests__windows_x86_64_gnu-0.52.4", + sha256 = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.3/download"], - strip_prefix = "windows_x86_64_gnu-0.52.3", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_x86_64_gnu-0.52.3.bazel"), + urls = ["https://static.crates.io/crates/windows_x86_64_gnu/0.52.4/download"], + strip_prefix = "windows_x86_64_gnu-0.52.4", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_x86_64_gnu-0.52.4.bazel"), ) maybe( @@ -1015,19 +1015,19 @@ def crate_repositories(): name = "crates_vendor_manifests__windows_x86_64_gnullvm-0.48.5", sha256 = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.5/download"], strip_prefix = "windows_x86_64_gnullvm-0.48.5", build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_x86_64_gnullvm-0.48.5.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__windows_x86_64_gnullvm-0.52.3", - sha256 = "42079295511643151e98d61c38c0acc444e52dd42ab456f7ccfd5152e8ecf21c", + name = "crates_vendor_manifests__windows_x86_64_gnullvm-0.52.4", + sha256 = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.3/download"], - strip_prefix = "windows_x86_64_gnullvm-0.52.3", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_x86_64_gnullvm-0.52.3.bazel"), + urls = ["https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.4/download"], + strip_prefix = "windows_x86_64_gnullvm-0.52.4", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_x86_64_gnullvm-0.52.4.bazel"), ) maybe( @@ -1035,23 +1035,23 @@ def crate_repositories(): name = "crates_vendor_manifests__windows_x86_64_msvc-0.48.5", sha256 = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_x86_64_msvc/0.48.5/download"], strip_prefix = "windows_x86_64_msvc-0.48.5", build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_x86_64_msvc-0.48.5.bazel"), ) maybe( http_archive, - name = "crates_vendor_manifests__windows_x86_64_msvc-0.52.3", - sha256 = "0770833d60a970638e989b3fa9fd2bb1aaadcf88963d1659fd7d9990196ed2d6", + name = "crates_vendor_manifests__windows_x86_64_msvc-0.52.4", + sha256 = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.3/download"], - strip_prefix = "windows_x86_64_msvc-0.52.3", - build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_x86_64_msvc-0.52.3.bazel"), + urls = ["https://static.crates.io/crates/windows_x86_64_msvc/0.52.4/download"], + strip_prefix = "windows_x86_64_msvc-0.52.4", + build_file = Label("@//vendor_remote_manifests/crates:BUILD.windows_x86_64_msvc-0.52.4.bazel"), ) return [ - struct(repo = "crates_vendor_manifests__tokio-1.36.0", is_dev_dep = False), - struct(repo = "crates_vendor_manifests__tempfile-3.10.0", is_dev_dep = True), - struct(repo = "crates_vendor_manifests__tokio-test-0.4.3", is_dev_dep = True), + struct(repo = "crates_vendor_manifests__tokio-1.37.0", is_dev_dep = False), + struct(repo = "crates_vendor_manifests__tempfile-3.10.1", is_dev_dep = True), + struct(repo = "crates_vendor_manifests__tokio-test-0.4.4", is_dev_dep = True), ] diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.async-trait-0.1.77.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.async-trait-0.1.79.bazel similarity index 95% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.async-trait-0.1.77.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.async-trait-0.1.79.bazel index 5c336bc60b..c5e9af716b 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.async-trait-0.1.77.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.async-trait-0.1.79.bazel @@ -78,12 +78,12 @@ rust_proc_macro( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.1.77", + version = "0.1.79", deps = [ - "@crates_vendor_pkgs__async-trait-0.1.77//:build_script_build", - "@crates_vendor_pkgs__proc-macro2-1.0.78//:proc_macro2", + "@crates_vendor_pkgs__async-trait-0.1.79//:build_script_build", + "@crates_vendor_pkgs__proc-macro2-1.0.79//:proc_macro2", "@crates_vendor_pkgs__quote-1.0.35//:quote", - "@crates_vendor_pkgs__syn-2.0.50//:syn", + "@crates_vendor_pkgs__syn-2.0.57//:syn", ], ) @@ -118,7 +118,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "0.1.77", + version = "0.1.79", visibility = ["//visibility:private"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.autocfg-1.1.0.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.autocfg-1.2.0.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.autocfg-1.1.0.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.autocfg-1.2.0.bazel index c3ab39d727..0bf409fbad 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.autocfg-1.1.0.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.autocfg-1.2.0.bazel @@ -77,5 +77,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.1.0", + version = "1.2.0", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.axum-0.4.8.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.axum-0.4.8.bazel index 6fee28c709..1680319a19 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.axum-0.4.8.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.axum-0.4.8.bazel @@ -41,7 +41,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2018", proc_macro_deps = [ - "@crates_vendor_pkgs__async-trait-0.1.77//:async_trait", + "@crates_vendor_pkgs__async-trait-0.1.79//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -94,21 +94,21 @@ rust_library( deps = [ "@crates_vendor_pkgs__axum-core-0.1.2//:axum_core", "@crates_vendor_pkgs__bitflags-1.3.2//:bitflags", - "@crates_vendor_pkgs__bytes-1.5.0//:bytes", + "@crates_vendor_pkgs__bytes-1.6.0//:bytes", "@crates_vendor_pkgs__futures-util-0.3.30//:futures_util", - "@crates_vendor_pkgs__http-0.2.11//:http", + "@crates_vendor_pkgs__http-0.2.12//:http", "@crates_vendor_pkgs__http-body-0.4.6//:http_body", "@crates_vendor_pkgs__hyper-0.14.28//:hyper", "@crates_vendor_pkgs__matchit-0.4.6//:matchit", - "@crates_vendor_pkgs__memchr-2.7.1//:memchr", + "@crates_vendor_pkgs__memchr-2.7.2//:memchr", "@crates_vendor_pkgs__mime-0.3.17//:mime", "@crates_vendor_pkgs__percent-encoding-2.3.1//:percent_encoding", - "@crates_vendor_pkgs__pin-project-lite-0.2.13//:pin_project_lite", + "@crates_vendor_pkgs__pin-project-lite-0.2.14//:pin_project_lite", "@crates_vendor_pkgs__serde-1.0.197//:serde", - "@crates_vendor_pkgs__serde_json-1.0.114//:serde_json", + "@crates_vendor_pkgs__serde_json-1.0.115//:serde_json", "@crates_vendor_pkgs__serde_urlencoded-0.7.1//:serde_urlencoded", "@crates_vendor_pkgs__sync_wrapper-0.1.2//:sync_wrapper", - "@crates_vendor_pkgs__tokio-1.36.0//:tokio", + "@crates_vendor_pkgs__tokio-1.37.0//:tokio", "@crates_vendor_pkgs__tower-0.4.13//:tower", "@crates_vendor_pkgs__tower-http-0.2.5//:tower_http", "@crates_vendor_pkgs__tower-layer-0.3.2//:tower_layer", diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.axum-core-0.1.2.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.axum-core-0.1.2.bazel index 5018e4f592..b485801e64 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.axum-core-0.1.2.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.axum-core-0.1.2.bazel @@ -31,7 +31,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2018", proc_macro_deps = [ - "@crates_vendor_pkgs__async-trait-0.1.77//:async_trait", + "@crates_vendor_pkgs__async-trait-0.1.79//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -82,9 +82,9 @@ rust_library( }), version = "0.1.2", deps = [ - "@crates_vendor_pkgs__bytes-1.5.0//:bytes", + "@crates_vendor_pkgs__bytes-1.6.0//:bytes", "@crates_vendor_pkgs__futures-util-0.3.30//:futures_util", - "@crates_vendor_pkgs__http-0.2.11//:http", + "@crates_vendor_pkgs__http-0.2.12//:http", "@crates_vendor_pkgs__http-body-0.4.6//:http_body", "@crates_vendor_pkgs__mime-0.3.17//:mime", ], diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.backtrace-0.3.69.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.backtrace-0.3.71.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.backtrace-0.3.69.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.backtrace-0.3.71.bazel index b24e014f36..4fdd0805dd 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.backtrace-0.3.69.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.backtrace-0.3.71.bazel @@ -30,7 +30,7 @@ rust_library( ], ), crate_root = "src/lib.rs", - edition = "2018", + edition = "2021", rustc_flags = [ "--cap-lints=allow", ], @@ -78,9 +78,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.3.69", + version = "0.3.71", deps = [ - "@crates_vendor_pkgs__backtrace-0.3.69//:build_script_build", + "@crates_vendor_pkgs__backtrace-0.3.71//:build_script_build", "@crates_vendor_pkgs__cfg-if-1.0.0//:cfg_if", "@crates_vendor_pkgs__rustc-demangle-0.1.23//:rustc_demangle", ] + select({ @@ -294,7 +294,7 @@ cargo_build_script( "WORKSPACE.bazel", ], ), - edition = "2018", + edition = "2021", rustc_flags = [ "--cap-lints=allow", ], @@ -305,10 +305,10 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "0.3.69", + version = "0.3.71", visibility = ["//visibility:private"], deps = [ - "@crates_vendor_pkgs__cc-1.0.86//:cc", + "@crates_vendor_pkgs__cc-1.0.90//:cc", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.bazel index e033512139..bdc380e116 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.bazel @@ -51,7 +51,7 @@ alias( alias( name = "serde_json", - actual = "@crates_vendor_pkgs__serde_json-1.0.114//:serde_json", + actual = "@crates_vendor_pkgs__serde_json-1.0.115//:serde_json", tags = ["manual"], ) @@ -63,7 +63,7 @@ alias( alias( name = "tokio", - actual = "@crates_vendor_pkgs__tokio-1.36.0//:tokio", + actual = "@crates_vendor_pkgs__tokio-1.37.0//:tokio", tags = ["manual"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.bytes-1.5.0.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.bytes-1.6.0.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.bytes-1.5.0.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.bytes-1.6.0.bazel index 6ae13e04ef..64870392f8 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.bytes-1.5.0.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.bytes-1.6.0.bazel @@ -81,5 +81,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.5.0", + version = "1.6.0", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.cc-1.0.86.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.cc-1.0.90.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.cc-1.0.86.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.cc-1.0.90.bazel index 382bf26780..cf9752e2b1 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.cc-1.0.86.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.cc-1.0.90.bazel @@ -77,5 +77,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.0.86", + version = "1.0.90", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.futures-util-0.3.30.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.futures-util-0.3.30.bazel index a837b0206a..744d15853b 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.futures-util-0.3.30.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.futures-util-0.3.30.bazel @@ -84,7 +84,7 @@ rust_library( deps = [ "@crates_vendor_pkgs__futures-core-0.3.30//:futures_core", "@crates_vendor_pkgs__futures-task-0.3.30//:futures_task", - "@crates_vendor_pkgs__pin-project-lite-0.2.13//:pin_project_lite", + "@crates_vendor_pkgs__pin-project-lite-0.2.14//:pin_project_lite", "@crates_vendor_pkgs__pin-utils-0.1.0//:pin_utils", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.h2-0.3.24.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.h2-0.3.25.bazel similarity index 94% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.h2-0.3.24.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.h2-0.3.25.bazel index e5ef7acc57..2e693da1b9 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.h2-0.3.24.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.h2-0.3.25.bazel @@ -77,17 +77,17 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.3.24", + version = "0.3.25", deps = [ - "@crates_vendor_pkgs__bytes-1.5.0//:bytes", + "@crates_vendor_pkgs__bytes-1.6.0//:bytes", "@crates_vendor_pkgs__fnv-1.0.7//:fnv", "@crates_vendor_pkgs__futures-core-0.3.30//:futures_core", "@crates_vendor_pkgs__futures-sink-0.3.30//:futures_sink", "@crates_vendor_pkgs__futures-util-0.3.30//:futures_util", - "@crates_vendor_pkgs__http-0.2.11//:http", - "@crates_vendor_pkgs__indexmap-2.2.3//:indexmap", + "@crates_vendor_pkgs__http-0.2.12//:http", + "@crates_vendor_pkgs__indexmap-2.2.6//:indexmap", "@crates_vendor_pkgs__slab-0.4.9//:slab", - "@crates_vendor_pkgs__tokio-1.36.0//:tokio", + "@crates_vendor_pkgs__tokio-1.37.0//:tokio", "@crates_vendor_pkgs__tokio-util-0.7.10//:tokio_util", "@crates_vendor_pkgs__tracing-0.1.40//:tracing", ], diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.hermit-abi-0.3.6.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.hermit-abi-0.3.9.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.hermit-abi-0.3.6.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.hermit-abi-0.3.9.bazel index 7b01f8d767..b3778e551e 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.hermit-abi-0.3.6.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.hermit-abi-0.3.9.bazel @@ -77,5 +77,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.3.6", + version = "0.3.9", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.http-0.2.11.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.http-0.2.12.bazel similarity index 96% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.http-0.2.11.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.http-0.2.12.bazel index fd8fdd35dd..595a6f7c34 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.http-0.2.11.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.http-0.2.12.bazel @@ -77,10 +77,10 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.2.11", + version = "0.2.12", deps = [ - "@crates_vendor_pkgs__bytes-1.5.0//:bytes", + "@crates_vendor_pkgs__bytes-1.6.0//:bytes", "@crates_vendor_pkgs__fnv-1.0.7//:fnv", - "@crates_vendor_pkgs__itoa-1.0.10//:itoa", + "@crates_vendor_pkgs__itoa-1.0.11//:itoa", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.http-body-0.4.6.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.http-body-0.4.6.bazel index 006d92e659..ca054a682c 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.http-body-0.4.6.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.http-body-0.4.6.bazel @@ -79,8 +79,8 @@ rust_library( }), version = "0.4.6", deps = [ - "@crates_vendor_pkgs__bytes-1.5.0//:bytes", - "@crates_vendor_pkgs__http-0.2.11//:http", - "@crates_vendor_pkgs__pin-project-lite-0.2.13//:pin_project_lite", + "@crates_vendor_pkgs__bytes-1.6.0//:bytes", + "@crates_vendor_pkgs__http-0.2.12//:http", + "@crates_vendor_pkgs__pin-project-lite-0.2.14//:pin_project_lite", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.hyper-0.14.28.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.hyper-0.14.28.bazel index 0fa1fd7a42..0b4eaeb58e 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.hyper-0.14.28.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.hyper-0.14.28.bazel @@ -92,19 +92,19 @@ rust_library( }), version = "0.14.28", deps = [ - "@crates_vendor_pkgs__bytes-1.5.0//:bytes", + "@crates_vendor_pkgs__bytes-1.6.0//:bytes", "@crates_vendor_pkgs__futures-channel-0.3.30//:futures_channel", "@crates_vendor_pkgs__futures-core-0.3.30//:futures_core", "@crates_vendor_pkgs__futures-util-0.3.30//:futures_util", - "@crates_vendor_pkgs__h2-0.3.24//:h2", - "@crates_vendor_pkgs__http-0.2.11//:http", + "@crates_vendor_pkgs__h2-0.3.25//:h2", + "@crates_vendor_pkgs__http-0.2.12//:http", "@crates_vendor_pkgs__http-body-0.4.6//:http_body", "@crates_vendor_pkgs__httparse-1.8.0//:httparse", "@crates_vendor_pkgs__httpdate-1.0.3//:httpdate", - "@crates_vendor_pkgs__itoa-1.0.10//:itoa", - "@crates_vendor_pkgs__pin-project-lite-0.2.13//:pin_project_lite", - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", - "@crates_vendor_pkgs__tokio-1.36.0//:tokio", + "@crates_vendor_pkgs__itoa-1.0.11//:itoa", + "@crates_vendor_pkgs__pin-project-lite-0.2.14//:pin_project_lite", + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", + "@crates_vendor_pkgs__tokio-1.37.0//:tokio", "@crates_vendor_pkgs__tower-service-0.3.2//:tower_service", "@crates_vendor_pkgs__tracing-0.1.40//:tracing", "@crates_vendor_pkgs__want-0.3.1//:want", diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.indexmap-2.2.3.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.indexmap-2.2.6.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.indexmap-2.2.3.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.indexmap-2.2.6.bazel index 2c3ddb103a..1694f357cb 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.indexmap-2.2.3.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.indexmap-2.2.6.bazel @@ -81,7 +81,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "2.2.3", + version = "2.2.6", deps = [ "@crates_vendor_pkgs__equivalent-1.0.1//:equivalent", "@crates_vendor_pkgs__hashbrown-0.14.3//:hashbrown", diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.itoa-1.0.10.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.itoa-1.0.11.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.itoa-1.0.10.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.itoa-1.0.11.bazel index 6c0aed83bb..4b1ed0f240 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.itoa-1.0.10.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.itoa-1.0.11.bazel @@ -77,5 +77,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.0.10", + version = "1.0.11", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.lock_api-0.4.11.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.lock_api-0.4.11.bazel index ed4438479f..f29556ad75 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.lock_api-0.4.11.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.lock_api-0.4.11.bazel @@ -127,7 +127,7 @@ cargo_build_script( version = "0.4.11", visibility = ["//visibility:private"], deps = [ - "@crates_vendor_pkgs__autocfg-1.1.0//:autocfg", + "@crates_vendor_pkgs__autocfg-1.2.0//:autocfg", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.log-0.4.20.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.log-0.4.21.bazel similarity index 98% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.log-0.4.20.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.log-0.4.21.bazel index 059b09ebb5..ec5f057122 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.log-0.4.20.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.log-0.4.21.bazel @@ -32,7 +32,7 @@ rust_library( "std", ], crate_root = "src/lib.rs", - edition = "2015", + edition = "2021", rustc_flags = [ "--cap-lints=allow", ], @@ -80,5 +80,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.4.20", + version = "0.4.21", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.memchr-2.7.1.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.memchr-2.7.2.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.memchr-2.7.1.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.memchr-2.7.2.bazel index a021d73372..0dd617515d 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.memchr-2.7.1.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.memchr-2.7.2.bazel @@ -82,5 +82,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "2.7.1", + version = "2.7.2", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.mio-0.8.10.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.mio-0.8.11.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.mio-0.8.10.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.mio-0.8.11.bazel index 281cc94cd2..c374030fe5 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.mio-0.8.10.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.mio-0.8.11.bazel @@ -82,7 +82,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.8.10", + version = "0.8.11", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.object-0.32.2.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.object-0.32.2.bazel index 6edd7073bc..6032b812be 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.object-0.32.2.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.object-0.32.2.bazel @@ -79,6 +79,6 @@ rust_library( }), version = "0.32.2", deps = [ - "@crates_vendor_pkgs__memchr-2.7.1//:memchr", + "@crates_vendor_pkgs__memchr-2.7.2//:memchr", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.parking_lot_core-0.9.9.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.parking_lot_core-0.9.9.bazel index 51f006defd..69cdc080a6 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.parking_lot_core-0.9.9.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.parking_lot_core-0.9.9.bazel @@ -82,7 +82,7 @@ rust_library( deps = [ "@crates_vendor_pkgs__cfg-if-1.0.0//:cfg_if", "@crates_vendor_pkgs__parking_lot_core-0.9.9//:build_script_build", - "@crates_vendor_pkgs__smallvec-1.13.1//:smallvec", + "@crates_vendor_pkgs__smallvec-1.13.2//:smallvec", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-1.1.4.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-1.1.5.bazel similarity index 97% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-1.1.4.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-1.1.5.bazel index c408c2b1e6..114c3b1891 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-1.1.4.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-1.1.5.bazel @@ -31,7 +31,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2021", proc_macro_deps = [ - "@crates_vendor_pkgs__pin-project-internal-1.1.4//:pin_project_internal", + "@crates_vendor_pkgs__pin-project-internal-1.1.5//:pin_project_internal", ], rustc_flags = [ "--cap-lints=allow", @@ -80,5 +80,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.1.4", + version = "1.1.5", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-internal-1.1.4.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-internal-1.1.5.bazel similarity index 96% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-internal-1.1.4.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-internal-1.1.5.bazel index bb4d8dea89..58ab88bdc2 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-internal-1.1.4.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-internal-1.1.5.bazel @@ -77,10 +77,10 @@ rust_proc_macro( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.1.4", + version = "1.1.5", deps = [ - "@crates_vendor_pkgs__proc-macro2-1.0.78//:proc_macro2", + "@crates_vendor_pkgs__proc-macro2-1.0.79//:proc_macro2", "@crates_vendor_pkgs__quote-1.0.35//:quote", - "@crates_vendor_pkgs__syn-2.0.50//:syn", + "@crates_vendor_pkgs__syn-2.0.57//:syn", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-lite-0.2.13.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-lite-0.2.14.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-lite-0.2.13.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-lite-0.2.14.bazel index f83f674bef..4100afc1aa 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-lite-0.2.13.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.pin-project-lite-0.2.14.bazel @@ -77,5 +77,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.2.13", + version = "0.2.14", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.proc-macro2-1.0.78.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.proc-macro2-1.0.79.bazel similarity index 97% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.proc-macro2-1.0.78.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.proc-macro2-1.0.79.bazel index f75da6fcda..a712e57983 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.proc-macro2-1.0.78.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.proc-macro2-1.0.79.bazel @@ -82,9 +82,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.0.78", + version = "1.0.79", deps = [ - "@crates_vendor_pkgs__proc-macro2-1.0.78//:build_script_build", + "@crates_vendor_pkgs__proc-macro2-1.0.79//:build_script_build", "@crates_vendor_pkgs__unicode-ident-1.0.12//:unicode_ident", ], ) @@ -124,7 +124,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "1.0.78", + version = "1.0.79", visibility = ["//visibility:private"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.quote-1.0.35.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.quote-1.0.35.bazel index 09b9835e2e..36549d530e 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.quote-1.0.35.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.quote-1.0.35.bazel @@ -83,6 +83,6 @@ rust_library( }), version = "1.0.35", deps = [ - "@crates_vendor_pkgs__proc-macro2-1.0.78//:proc_macro2", + "@crates_vendor_pkgs__proc-macro2-1.0.79//:proc_macro2", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_derive-1.0.197.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_derive-1.0.197.bazel index 2f0f85c2c9..402dae56b9 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_derive-1.0.197.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_derive-1.0.197.bazel @@ -79,8 +79,8 @@ rust_proc_macro( }), version = "1.0.197", deps = [ - "@crates_vendor_pkgs__proc-macro2-1.0.78//:proc_macro2", + "@crates_vendor_pkgs__proc-macro2-1.0.79//:proc_macro2", "@crates_vendor_pkgs__quote-1.0.35//:quote", - "@crates_vendor_pkgs__syn-2.0.50//:syn", + "@crates_vendor_pkgs__syn-2.0.57//:syn", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_json-1.0.114.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_json-1.0.115.bazel similarity index 96% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_json-1.0.114.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_json-1.0.115.bazel index 4846944f61..491d783f71 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_json-1.0.114.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_json-1.0.115.bazel @@ -83,12 +83,12 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.0.114", + version = "1.0.115", deps = [ - "@crates_vendor_pkgs__itoa-1.0.10//:itoa", + "@crates_vendor_pkgs__itoa-1.0.11//:itoa", "@crates_vendor_pkgs__ryu-1.0.17//:ryu", "@crates_vendor_pkgs__serde-1.0.197//:serde", - "@crates_vendor_pkgs__serde_json-1.0.114//:build_script_build", + "@crates_vendor_pkgs__serde_json-1.0.115//:build_script_build", ], ) @@ -128,7 +128,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "1.0.114", + version = "1.0.115", visibility = ["//visibility:private"], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_urlencoded-0.7.1.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_urlencoded-0.7.1.bazel index 15add40f3f..451e815e23 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_urlencoded-0.7.1.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.serde_urlencoded-0.7.1.bazel @@ -80,7 +80,7 @@ rust_library( version = "0.7.1", deps = [ "@crates_vendor_pkgs__form_urlencoded-1.2.1//:form_urlencoded", - "@crates_vendor_pkgs__itoa-1.0.10//:itoa", + "@crates_vendor_pkgs__itoa-1.0.11//:itoa", "@crates_vendor_pkgs__ryu-1.0.17//:ryu", "@crates_vendor_pkgs__serde-1.0.197//:serde", ], diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.slab-0.4.9.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.slab-0.4.9.bazel index 8fe4fa6ca4..cd3c84f66b 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.slab-0.4.9.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.slab-0.4.9.bazel @@ -126,7 +126,7 @@ cargo_build_script( version = "0.4.9", visibility = ["//visibility:private"], deps = [ - "@crates_vendor_pkgs__autocfg-1.1.0//:autocfg", + "@crates_vendor_pkgs__autocfg-1.2.0//:autocfg", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.smallvec-1.13.1.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.smallvec-1.13.2.bazel similarity index 99% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.smallvec-1.13.1.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.smallvec-1.13.2.bazel index 01aee627ce..0eebc0d5a3 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.smallvec-1.13.1.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.smallvec-1.13.2.bazel @@ -77,5 +77,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.13.1", + version = "1.13.2", ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.socket2-0.5.5.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.socket2-0.5.6.bazel similarity index 97% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.socket2-0.5.5.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.socket2-0.5.6.bazel index d9107d7961..c82f5210e4 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.socket2-0.5.5.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.socket2-0.5.6.bazel @@ -80,7 +80,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.5.5", + version = "0.5.6", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) @@ -98,7 +98,7 @@ rust_library( "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_pkgs__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@crates_vendor_pkgs__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) @@ -125,7 +125,7 @@ rust_library( "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_pkgs__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@crates_vendor_pkgs__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) @@ -152,7 +152,7 @@ rust_library( "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_pkgs__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@crates_vendor_pkgs__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.syn-2.0.50.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.syn-2.0.57.bazel similarity index 97% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.syn-2.0.50.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.syn-2.0.57.bazel index 501a0996de..c5b805ac23 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.syn-2.0.50.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.syn-2.0.57.bazel @@ -37,7 +37,6 @@ rust_library( "parsing", "printing", "proc-macro", - "quote", "visit-mut", ], crate_root = "src/lib.rs", @@ -89,9 +88,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "2.0.50", + version = "2.0.57", deps = [ - "@crates_vendor_pkgs__proc-macro2-1.0.78//:proc_macro2", + "@crates_vendor_pkgs__proc-macro2-1.0.79//:proc_macro2", "@crates_vendor_pkgs__quote-1.0.35//:quote", "@crates_vendor_pkgs__unicode-ident-1.0.12//:unicode_ident", ], diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-1.36.0.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-1.37.0.bazel similarity index 84% rename from examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-1.36.0.bazel rename to examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-1.37.0.bazel index 3c8de930a4..d85830480c 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-1.36.0.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-1.37.0.bazel @@ -114,160 +114,160 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-none": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.36.0", + version = "1.37.0", deps = [ - "@crates_vendor_pkgs__bytes-1.5.0//:bytes", - "@crates_vendor_pkgs__mio-0.8.10//:mio", + "@crates_vendor_pkgs__bytes-1.6.0//:bytes", + "@crates_vendor_pkgs__mio-0.8.11//:mio", "@crates_vendor_pkgs__num_cpus-1.16.0//:num_cpus", "@crates_vendor_pkgs__parking_lot-0.12.1//:parking_lot", - "@crates_vendor_pkgs__pin-project-lite-0.2.13//:pin_project_lite", + "@crates_vendor_pkgs__pin-project-lite-0.2.14//:pin_project_lite", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-fuchsia": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-linux-android": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) "@crates_vendor_pkgs__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:i686-apple-darwin": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:i686-linux-android": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) "@crates_vendor_pkgs__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:thumbv7em-none-eabi": [ - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [ - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-fuchsia": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-linux-android": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) "@crates_vendor_pkgs__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ "@crates_vendor_pkgs__libc-0.2.153//:libc", # cfg(unix) "@crates_vendor_pkgs__signal-hook-registry-1.4.1//:signal_hook_registry", # cfg(unix) - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "@rules_rust//rust/platform:x86_64-unknown-none": [ - "@crates_vendor_pkgs__socket2-0.5.5//:socket2", # cfg(not(target_family = "wasm")) + "@crates_vendor_pkgs__socket2-0.5.6//:socket2", # cfg(not(target_family = "wasm")) ], "//conditions:default": [], }), diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-macros-2.2.0.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-macros-2.2.0.bazel index 6a042a26ab..877b9eb2bc 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-macros-2.2.0.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-macros-2.2.0.bazel @@ -79,8 +79,8 @@ rust_proc_macro( }), version = "2.2.0", deps = [ - "@crates_vendor_pkgs__proc-macro2-1.0.78//:proc_macro2", + "@crates_vendor_pkgs__proc-macro2-1.0.79//:proc_macro2", "@crates_vendor_pkgs__quote-1.0.35//:quote", - "@crates_vendor_pkgs__syn-2.0.50//:syn", + "@crates_vendor_pkgs__syn-2.0.57//:syn", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-util-0.7.10.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-util-0.7.10.bazel index e39b2cbd88..ddacef3901 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-util-0.7.10.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tokio-util-0.7.10.bazel @@ -85,11 +85,11 @@ rust_library( }), version = "0.7.10", deps = [ - "@crates_vendor_pkgs__bytes-1.5.0//:bytes", + "@crates_vendor_pkgs__bytes-1.6.0//:bytes", "@crates_vendor_pkgs__futures-core-0.3.30//:futures_core", "@crates_vendor_pkgs__futures-sink-0.3.30//:futures_sink", - "@crates_vendor_pkgs__pin-project-lite-0.2.13//:pin_project_lite", - "@crates_vendor_pkgs__tokio-1.36.0//:tokio", + "@crates_vendor_pkgs__pin-project-lite-0.2.14//:pin_project_lite", + "@crates_vendor_pkgs__tokio-1.37.0//:tokio", "@crates_vendor_pkgs__tracing-0.1.40//:tracing", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tower-0.4.13.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tower-0.4.13.bazel index 914a925e20..c40fc6e0ca 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tower-0.4.13.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tower-0.4.13.bazel @@ -96,9 +96,9 @@ rust_library( deps = [ "@crates_vendor_pkgs__futures-core-0.3.30//:futures_core", "@crates_vendor_pkgs__futures-util-0.3.30//:futures_util", - "@crates_vendor_pkgs__pin-project-1.1.4//:pin_project", - "@crates_vendor_pkgs__pin-project-lite-0.2.13//:pin_project_lite", - "@crates_vendor_pkgs__tokio-1.36.0//:tokio", + "@crates_vendor_pkgs__pin-project-1.1.5//:pin_project", + "@crates_vendor_pkgs__pin-project-lite-0.2.14//:pin_project_lite", + "@crates_vendor_pkgs__tokio-1.37.0//:tokio", "@crates_vendor_pkgs__tokio-util-0.7.10//:tokio_util", "@crates_vendor_pkgs__tower-layer-0.3.2//:tower_layer", "@crates_vendor_pkgs__tower-service-0.3.2//:tower_service", diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tower-http-0.2.5.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tower-http-0.2.5.bazel index 0c2299a54e..009c6901ed 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tower-http-0.2.5.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tower-http-0.2.5.bazel @@ -88,13 +88,13 @@ rust_library( version = "0.2.5", deps = [ "@crates_vendor_pkgs__bitflags-1.3.2//:bitflags", - "@crates_vendor_pkgs__bytes-1.5.0//:bytes", + "@crates_vendor_pkgs__bytes-1.6.0//:bytes", "@crates_vendor_pkgs__futures-core-0.3.30//:futures_core", "@crates_vendor_pkgs__futures-util-0.3.30//:futures_util", - "@crates_vendor_pkgs__http-0.2.11//:http", + "@crates_vendor_pkgs__http-0.2.12//:http", "@crates_vendor_pkgs__http-body-0.4.6//:http_body", "@crates_vendor_pkgs__http-range-header-0.3.1//:http_range_header", - "@crates_vendor_pkgs__pin-project-lite-0.2.13//:pin_project_lite", + "@crates_vendor_pkgs__pin-project-lite-0.2.14//:pin_project_lite", "@crates_vendor_pkgs__tower-0.4.13//:tower", "@crates_vendor_pkgs__tower-layer-0.3.2//:tower_layer", "@crates_vendor_pkgs__tower-service-0.3.2//:tower_service", diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-0.1.40.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-0.1.40.bazel index c6b2fdd682..ee311dc691 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-0.1.40.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-0.1.40.bazel @@ -89,8 +89,8 @@ rust_library( }), version = "0.1.40", deps = [ - "@crates_vendor_pkgs__log-0.4.20//:log", - "@crates_vendor_pkgs__pin-project-lite-0.2.13//:pin_project_lite", + "@crates_vendor_pkgs__log-0.4.21//:log", + "@crates_vendor_pkgs__pin-project-lite-0.2.14//:pin_project_lite", "@crates_vendor_pkgs__tracing-core-0.1.32//:tracing_core", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-attributes-0.1.27.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-attributes-0.1.27.bazel index 126d83e89b..cc63b20e46 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-attributes-0.1.27.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-attributes-0.1.27.bazel @@ -79,8 +79,8 @@ rust_proc_macro( }), version = "0.1.27", deps = [ - "@crates_vendor_pkgs__proc-macro2-1.0.78//:proc_macro2", + "@crates_vendor_pkgs__proc-macro2-1.0.79//:proc_macro2", "@crates_vendor_pkgs__quote-1.0.35//:quote", - "@crates_vendor_pkgs__syn-2.0.50//:syn", + "@crates_vendor_pkgs__syn-2.0.57//:syn", ], ) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-log-0.2.0.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-log-0.2.0.bazel index 5abdb57dc3..f740f83929 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-log-0.2.0.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-log-0.2.0.bazel @@ -83,7 +83,7 @@ rust_library( }), version = "0.2.0", deps = [ - "@crates_vendor_pkgs__log-0.4.20//:log", + "@crates_vendor_pkgs__log-0.4.21//:log", "@crates_vendor_pkgs__once_cell-1.19.0//:once_cell", "@crates_vendor_pkgs__tracing-core-0.1.32//:tracing_core", ], diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-subscriber-0.3.18.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-subscriber-0.3.18.bazel index 776b76731d..75610aed12 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-subscriber-0.3.18.bazel +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.tracing-subscriber-0.3.18.bazel @@ -94,7 +94,7 @@ rust_library( deps = [ "@crates_vendor_pkgs__nu-ansi-term-0.46.0//:nu_ansi_term", "@crates_vendor_pkgs__sharded-slab-0.1.7//:sharded_slab", - "@crates_vendor_pkgs__smallvec-1.13.1//:smallvec", + "@crates_vendor_pkgs__smallvec-1.13.2//:smallvec", "@crates_vendor_pkgs__thread_local-1.1.8//:thread_local", "@crates_vendor_pkgs__tracing-core-0.1.32//:tracing_core", "@crates_vendor_pkgs__tracing-log-0.2.0//:tracing_log", diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows-sys-0.52.0.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows-sys-0.52.0.bazel new file mode 100644 index 0000000000..2163de22d1 --- /dev/null +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows-sys-0.52.0.bazel @@ -0,0 +1,95 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_remote_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +rust_library( + name = "windows_sys", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + compile_data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_features = [ + "Win32", + "Win32_Foundation", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_System", + "Win32_System_IO", + "Win32_System_Threading", + "Win32_System_WindowsProgramming", + "default", + ], + crate_root = "src/lib.rs", + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows-sys", + "manual", + "noclippy", + "norustfmt", + ], + target_compatible_with = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [], + "@rules_rust//rust/platform:aarch64-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-fuchsia": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-fuchsia": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.52.0", + deps = [ + "@crates_vendor_pkgs__windows-targets-0.52.4//:windows_targets", + ], +) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows-targets-0.52.4.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows-targets-0.52.4.bazel new file mode 100644 index 0000000000..c841556081 --- /dev/null +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows-targets-0.52.4.bazel @@ -0,0 +1,102 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_remote_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +rust_library( + name = "windows_targets", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + compile_data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows-targets", + "manual", + "noclippy", + "norustfmt", + ], + target_compatible_with = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [], + "@rules_rust//rust/platform:aarch64-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-fuchsia": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-fuchsia": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.52.4", + deps = select({ + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ + "@crates_vendor_pkgs__windows_aarch64_msvc-0.52.4//:windows_aarch64_msvc", # cfg(all(target_arch = "aarch64", target_env = "msvc", not(windows_raw_dylib))) + ], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [ + "@crates_vendor_pkgs__windows_i686_msvc-0.52.4//:windows_i686_msvc", # cfg(all(target_arch = "x86", target_env = "msvc", not(windows_raw_dylib))) + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "@crates_vendor_pkgs__windows_i686_gnu-0.52.4//:windows_i686_gnu", # cfg(all(target_arch = "x86", target_env = "gnu", not(windows_raw_dylib))) + ], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ + "@crates_vendor_pkgs__windows_x86_64_msvc-0.52.4//:windows_x86_64_msvc", # cfg(all(target_arch = "x86_64", target_env = "msvc", not(windows_raw_dylib))) + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "@crates_vendor_pkgs__windows_x86_64_gnu-0.52.4//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + ], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ + "@crates_vendor_pkgs__windows_x86_64_gnu-0.52.4//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + ], + "//conditions:default": [], + }), +) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_aarch64_gnullvm-0.52.4.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_aarch64_gnullvm-0.52.4.bazel new file mode 100644 index 0000000000..53616c8070 --- /dev/null +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_aarch64_gnullvm-0.52.4.bazel @@ -0,0 +1,126 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_remote_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +rust_library( + name = "windows_aarch64_gnullvm", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + compile_data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_aarch64_gnullvm", + "manual", + "noclippy", + "norustfmt", + ], + target_compatible_with = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [], + "@rules_rust//rust/platform:aarch64-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-fuchsia": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-fuchsia": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.52.4", + deps = [ + "@crates_vendor_pkgs__windows_aarch64_gnullvm-0.52.4//:build_script_build", + ], +) + +cargo_build_script( + name = "windows_aarch64_gnullvm_bs", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_aarch64_gnullvm", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.52.4", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = ":windows_aarch64_gnullvm_bs", + tags = ["manual"], +) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_aarch64_msvc-0.52.4.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_aarch64_msvc-0.52.4.bazel new file mode 100644 index 0000000000..52ef5a78f3 --- /dev/null +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_aarch64_msvc-0.52.4.bazel @@ -0,0 +1,126 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_remote_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +rust_library( + name = "windows_aarch64_msvc", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + compile_data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_aarch64_msvc", + "manual", + "noclippy", + "norustfmt", + ], + target_compatible_with = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [], + "@rules_rust//rust/platform:aarch64-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-fuchsia": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-fuchsia": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.52.4", + deps = [ + "@crates_vendor_pkgs__windows_aarch64_msvc-0.52.4//:build_script_build", + ], +) + +cargo_build_script( + name = "windows_aarch64_msvc_bs", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_aarch64_msvc", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.52.4", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = ":windows_aarch64_msvc_bs", + tags = ["manual"], +) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_i686_gnu-0.52.4.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_i686_gnu-0.52.4.bazel new file mode 100644 index 0000000000..03df792acc --- /dev/null +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_i686_gnu-0.52.4.bazel @@ -0,0 +1,126 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_remote_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +rust_library( + name = "windows_i686_gnu", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + compile_data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_i686_gnu", + "manual", + "noclippy", + "norustfmt", + ], + target_compatible_with = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [], + "@rules_rust//rust/platform:aarch64-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-fuchsia": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-fuchsia": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.52.4", + deps = [ + "@crates_vendor_pkgs__windows_i686_gnu-0.52.4//:build_script_build", + ], +) + +cargo_build_script( + name = "windows_i686_gnu_bs", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_i686_gnu", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.52.4", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = ":windows_i686_gnu_bs", + tags = ["manual"], +) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_i686_msvc-0.52.4.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_i686_msvc-0.52.4.bazel new file mode 100644 index 0000000000..39dd597633 --- /dev/null +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_i686_msvc-0.52.4.bazel @@ -0,0 +1,126 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_remote_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +rust_library( + name = "windows_i686_msvc", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + compile_data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_i686_msvc", + "manual", + "noclippy", + "norustfmt", + ], + target_compatible_with = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [], + "@rules_rust//rust/platform:aarch64-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-fuchsia": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-fuchsia": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.52.4", + deps = [ + "@crates_vendor_pkgs__windows_i686_msvc-0.52.4//:build_script_build", + ], +) + +cargo_build_script( + name = "windows_i686_msvc_bs", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_i686_msvc", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.52.4", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = ":windows_i686_msvc_bs", + tags = ["manual"], +) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_x86_64_gnu-0.52.4.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_x86_64_gnu-0.52.4.bazel new file mode 100644 index 0000000000..b5ecc5eab1 --- /dev/null +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_x86_64_gnu-0.52.4.bazel @@ -0,0 +1,126 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_remote_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +rust_library( + name = "windows_x86_64_gnu", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + compile_data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_x86_64_gnu", + "manual", + "noclippy", + "norustfmt", + ], + target_compatible_with = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [], + "@rules_rust//rust/platform:aarch64-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-fuchsia": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-fuchsia": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.52.4", + deps = [ + "@crates_vendor_pkgs__windows_x86_64_gnu-0.52.4//:build_script_build", + ], +) + +cargo_build_script( + name = "windows_x86_64_gnu_bs", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_x86_64_gnu", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.52.4", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = ":windows_x86_64_gnu_bs", + tags = ["manual"], +) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_x86_64_gnullvm-0.52.4.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_x86_64_gnullvm-0.52.4.bazel new file mode 100644 index 0000000000..18eef57f11 --- /dev/null +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_x86_64_gnullvm-0.52.4.bazel @@ -0,0 +1,126 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_remote_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +rust_library( + name = "windows_x86_64_gnullvm", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + compile_data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_x86_64_gnullvm", + "manual", + "noclippy", + "norustfmt", + ], + target_compatible_with = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [], + "@rules_rust//rust/platform:aarch64-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-fuchsia": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-fuchsia": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.52.4", + deps = [ + "@crates_vendor_pkgs__windows_x86_64_gnullvm-0.52.4//:build_script_build", + ], +) + +cargo_build_script( + name = "windows_x86_64_gnullvm_bs", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_x86_64_gnullvm", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.52.4", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = ":windows_x86_64_gnullvm_bs", + tags = ["manual"], +) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_x86_64_msvc-0.52.4.bazel b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_x86_64_msvc-0.52.4.bazel new file mode 100644 index 0000000000..d4b018dc4e --- /dev/null +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/BUILD.windows_x86_64_msvc-0.52.4.bazel @@ -0,0 +1,126 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//vendor_remote_pkgs:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +rust_library( + name = "windows_x86_64_msvc", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + compile_data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_root = "src/lib.rs", + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_x86_64_msvc", + "manual", + "noclippy", + "norustfmt", + ], + target_compatible_with = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [], + "@rules_rust//rust/platform:aarch64-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-fuchsia": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-fuchsia": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.52.4", + deps = [ + "@crates_vendor_pkgs__windows_x86_64_msvc-0.52.4//:build_script_build", + ], +) + +cargo_build_script( + name = "windows_x86_64_msvc_bs", + srcs = glob( + include = ["**/*.rs"], + allow_empty = False, + ), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2021", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=windows_x86_64_msvc", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.52.4", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = ":windows_x86_64_msvc_bs", + tags = ["manual"], +) diff --git a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/defs.bzl b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/defs.bzl index 2de2b9ba55..02ad7b004b 100644 --- a/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/defs.bzl +++ b/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/defs.bzl @@ -298,9 +298,9 @@ _NORMAL_DEPENDENCIES = { "axum": Label("@crates_vendor_pkgs__axum-0.4.8//:axum"), "hyper": Label("@crates_vendor_pkgs__hyper-0.14.28//:hyper"), "mime": Label("@crates_vendor_pkgs__mime-0.3.17//:mime"), - "serde_json": Label("@crates_vendor_pkgs__serde_json-1.0.114//:serde_json"), + "serde_json": Label("@crates_vendor_pkgs__serde_json-1.0.115//:serde_json"), "socket2": Label("@crates_vendor_pkgs__socket2-0.4.10//:socket2"), - "tokio": Label("@crates_vendor_pkgs__tokio-1.36.0//:tokio"), + "tokio": Label("@crates_vendor_pkgs__tokio-1.37.0//:tokio"), "tower": Label("@crates_vendor_pkgs__tower-0.4.13//:tower"), "tower-http": Label("@crates_vendor_pkgs__tower-http-0.2.5//:tower_http"), "tracing": Label("@crates_vendor_pkgs__tracing-0.1.40//:tracing"), @@ -437,7 +437,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__addr2line-0.21.0", sha256 = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/addr2line/0.21.0/download"], + urls = ["https://static.crates.io/crates/addr2line/0.21.0/download"], strip_prefix = "addr2line-0.21.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.addr2line-0.21.0.bazel"), ) @@ -447,29 +447,29 @@ def crate_repositories(): name = "crates_vendor_pkgs__adler-1.0.2", sha256 = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/adler/1.0.2/download"], + urls = ["https://static.crates.io/crates/adler/1.0.2/download"], strip_prefix = "adler-1.0.2", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.adler-1.0.2.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__async-trait-0.1.77", - sha256 = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9", + name = "crates_vendor_pkgs__async-trait-0.1.79", + sha256 = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/async-trait/0.1.77/download"], - strip_prefix = "async-trait-0.1.77", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.async-trait-0.1.77.bazel"), + urls = ["https://static.crates.io/crates/async-trait/0.1.79/download"], + strip_prefix = "async-trait-0.1.79", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.async-trait-0.1.79.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__autocfg-1.1.0", - sha256 = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa", + name = "crates_vendor_pkgs__autocfg-1.2.0", + sha256 = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/autocfg/1.1.0/download"], - strip_prefix = "autocfg-1.1.0", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.autocfg-1.1.0.bazel"), + urls = ["https://static.crates.io/crates/autocfg/1.2.0/download"], + strip_prefix = "autocfg-1.2.0", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.autocfg-1.2.0.bazel"), ) maybe( @@ -477,7 +477,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__axum-0.4.8", sha256 = "c9f346c92c1e9a71d14fe4aaf7c2a5d9932cc4e5e48d8fb6641524416eb79ddd", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/axum/0.4.8/download"], + urls = ["https://static.crates.io/crates/axum/0.4.8/download"], strip_prefix = "axum-0.4.8", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.axum-0.4.8.bazel"), ) @@ -487,19 +487,19 @@ def crate_repositories(): name = "crates_vendor_pkgs__axum-core-0.1.2", sha256 = "6dbcda393bef9c87572779cb8ef916f12d77750b27535dd6819fa86591627a51", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/axum-core/0.1.2/download"], + urls = ["https://static.crates.io/crates/axum-core/0.1.2/download"], strip_prefix = "axum-core-0.1.2", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.axum-core-0.1.2.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__backtrace-0.3.69", - sha256 = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837", + name = "crates_vendor_pkgs__backtrace-0.3.71", + sha256 = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/backtrace/0.3.69/download"], - strip_prefix = "backtrace-0.3.69", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.backtrace-0.3.69.bazel"), + urls = ["https://static.crates.io/crates/backtrace/0.3.71/download"], + strip_prefix = "backtrace-0.3.71", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.backtrace-0.3.71.bazel"), ) maybe( @@ -507,29 +507,29 @@ def crate_repositories(): name = "crates_vendor_pkgs__bitflags-1.3.2", sha256 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/bitflags/1.3.2/download"], + urls = ["https://static.crates.io/crates/bitflags/1.3.2/download"], strip_prefix = "bitflags-1.3.2", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.bitflags-1.3.2.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__bytes-1.5.0", - sha256 = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223", + name = "crates_vendor_pkgs__bytes-1.6.0", + sha256 = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/bytes/1.5.0/download"], - strip_prefix = "bytes-1.5.0", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.bytes-1.5.0.bazel"), + urls = ["https://static.crates.io/crates/bytes/1.6.0/download"], + strip_prefix = "bytes-1.6.0", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.bytes-1.6.0.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__cc-1.0.86", - sha256 = "7f9fa1897e4325be0d68d48df6aa1a71ac2ed4d27723887e7754192705350730", + name = "crates_vendor_pkgs__cc-1.0.90", + sha256 = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cc/1.0.86/download"], - strip_prefix = "cc-1.0.86", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.cc-1.0.86.bazel"), + urls = ["https://static.crates.io/crates/cc/1.0.90/download"], + strip_prefix = "cc-1.0.90", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.cc-1.0.90.bazel"), ) maybe( @@ -537,7 +537,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__cfg-if-1.0.0", sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cfg-if/1.0.0/download"], + urls = ["https://static.crates.io/crates/cfg-if/1.0.0/download"], strip_prefix = "cfg-if-1.0.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.cfg-if-1.0.0.bazel"), ) @@ -547,7 +547,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__equivalent-1.0.1", sha256 = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/equivalent/1.0.1/download"], + urls = ["https://static.crates.io/crates/equivalent/1.0.1/download"], strip_prefix = "equivalent-1.0.1", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.equivalent-1.0.1.bazel"), ) @@ -557,7 +557,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__fnv-1.0.7", sha256 = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/fnv/1.0.7/download"], + urls = ["https://static.crates.io/crates/fnv/1.0.7/download"], strip_prefix = "fnv-1.0.7", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.fnv-1.0.7.bazel"), ) @@ -567,7 +567,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__form_urlencoded-1.2.1", sha256 = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download"], + urls = ["https://static.crates.io/crates/form_urlencoded/1.2.1/download"], strip_prefix = "form_urlencoded-1.2.1", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.form_urlencoded-1.2.1.bazel"), ) @@ -577,7 +577,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__futures-channel-0.3.30", sha256 = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/futures-channel/0.3.30/download"], + urls = ["https://static.crates.io/crates/futures-channel/0.3.30/download"], strip_prefix = "futures-channel-0.3.30", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.futures-channel-0.3.30.bazel"), ) @@ -587,7 +587,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__futures-core-0.3.30", sha256 = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/futures-core/0.3.30/download"], + urls = ["https://static.crates.io/crates/futures-core/0.3.30/download"], strip_prefix = "futures-core-0.3.30", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.futures-core-0.3.30.bazel"), ) @@ -597,7 +597,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__futures-sink-0.3.30", sha256 = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/futures-sink/0.3.30/download"], + urls = ["https://static.crates.io/crates/futures-sink/0.3.30/download"], strip_prefix = "futures-sink-0.3.30", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.futures-sink-0.3.30.bazel"), ) @@ -607,7 +607,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__futures-task-0.3.30", sha256 = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/futures-task/0.3.30/download"], + urls = ["https://static.crates.io/crates/futures-task/0.3.30/download"], strip_prefix = "futures-task-0.3.30", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.futures-task-0.3.30.bazel"), ) @@ -617,7 +617,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__futures-util-0.3.30", sha256 = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/futures-util/0.3.30/download"], + urls = ["https://static.crates.io/crates/futures-util/0.3.30/download"], strip_prefix = "futures-util-0.3.30", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.futures-util-0.3.30.bazel"), ) @@ -627,19 +627,19 @@ def crate_repositories(): name = "crates_vendor_pkgs__gimli-0.28.1", sha256 = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/gimli/0.28.1/download"], + urls = ["https://static.crates.io/crates/gimli/0.28.1/download"], strip_prefix = "gimli-0.28.1", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.gimli-0.28.1.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__h2-0.3.24", - sha256 = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9", + name = "crates_vendor_pkgs__h2-0.3.25", + sha256 = "4fbd2820c5e49886948654ab546d0688ff24530286bdcf8fca3cefb16d4618eb", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/h2/0.3.24/download"], - strip_prefix = "h2-0.3.24", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.h2-0.3.24.bazel"), + urls = ["https://static.crates.io/crates/h2/0.3.25/download"], + strip_prefix = "h2-0.3.25", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.h2-0.3.25.bazel"), ) maybe( @@ -647,29 +647,29 @@ def crate_repositories(): name = "crates_vendor_pkgs__hashbrown-0.14.3", sha256 = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/hashbrown/0.14.3/download"], + urls = ["https://static.crates.io/crates/hashbrown/0.14.3/download"], strip_prefix = "hashbrown-0.14.3", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.hashbrown-0.14.3.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__hermit-abi-0.3.6", - sha256 = "bd5256b483761cd23699d0da46cc6fd2ee3be420bbe6d020ae4a091e70b7e9fd", + name = "crates_vendor_pkgs__hermit-abi-0.3.9", + sha256 = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/hermit-abi/0.3.6/download"], - strip_prefix = "hermit-abi-0.3.6", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.hermit-abi-0.3.6.bazel"), + urls = ["https://static.crates.io/crates/hermit-abi/0.3.9/download"], + strip_prefix = "hermit-abi-0.3.9", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.hermit-abi-0.3.9.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__http-0.2.11", - sha256 = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb", + name = "crates_vendor_pkgs__http-0.2.12", + sha256 = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/http/0.2.11/download"], - strip_prefix = "http-0.2.11", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.http-0.2.11.bazel"), + urls = ["https://static.crates.io/crates/http/0.2.12/download"], + strip_prefix = "http-0.2.12", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.http-0.2.12.bazel"), ) maybe( @@ -677,7 +677,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__http-body-0.4.6", sha256 = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/http-body/0.4.6/download"], + urls = ["https://static.crates.io/crates/http-body/0.4.6/download"], strip_prefix = "http-body-0.4.6", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.http-body-0.4.6.bazel"), ) @@ -687,7 +687,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__http-range-header-0.3.1", sha256 = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/http-range-header/0.3.1/download"], + urls = ["https://static.crates.io/crates/http-range-header/0.3.1/download"], strip_prefix = "http-range-header-0.3.1", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.http-range-header-0.3.1.bazel"), ) @@ -697,7 +697,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__httparse-1.8.0", sha256 = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/httparse/1.8.0/download"], + urls = ["https://static.crates.io/crates/httparse/1.8.0/download"], strip_prefix = "httparse-1.8.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.httparse-1.8.0.bazel"), ) @@ -707,7 +707,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__httpdate-1.0.3", sha256 = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/httpdate/1.0.3/download"], + urls = ["https://static.crates.io/crates/httpdate/1.0.3/download"], strip_prefix = "httpdate-1.0.3", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.httpdate-1.0.3.bazel"), ) @@ -717,29 +717,29 @@ def crate_repositories(): name = "crates_vendor_pkgs__hyper-0.14.28", sha256 = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/hyper/0.14.28/download"], + urls = ["https://static.crates.io/crates/hyper/0.14.28/download"], strip_prefix = "hyper-0.14.28", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.hyper-0.14.28.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__indexmap-2.2.3", - sha256 = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177", + name = "crates_vendor_pkgs__indexmap-2.2.6", + sha256 = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/indexmap/2.2.3/download"], - strip_prefix = "indexmap-2.2.3", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.indexmap-2.2.3.bazel"), + urls = ["https://static.crates.io/crates/indexmap/2.2.6/download"], + strip_prefix = "indexmap-2.2.6", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.indexmap-2.2.6.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__itoa-1.0.10", - sha256 = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c", + name = "crates_vendor_pkgs__itoa-1.0.11", + sha256 = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/itoa/1.0.10/download"], - strip_prefix = "itoa-1.0.10", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.itoa-1.0.10.bazel"), + urls = ["https://static.crates.io/crates/itoa/1.0.11/download"], + strip_prefix = "itoa-1.0.11", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.itoa-1.0.11.bazel"), ) maybe( @@ -747,7 +747,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__lazy_static-1.4.0", sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/lazy_static/1.4.0/download"], + urls = ["https://static.crates.io/crates/lazy_static/1.4.0/download"], strip_prefix = "lazy_static-1.4.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.lazy_static-1.4.0.bazel"), ) @@ -757,7 +757,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__libc-0.2.153", sha256 = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/libc/0.2.153/download"], + urls = ["https://static.crates.io/crates/libc/0.2.153/download"], strip_prefix = "libc-0.2.153", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.libc-0.2.153.bazel"), ) @@ -767,19 +767,19 @@ def crate_repositories(): name = "crates_vendor_pkgs__lock_api-0.4.11", sha256 = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/lock_api/0.4.11/download"], + urls = ["https://static.crates.io/crates/lock_api/0.4.11/download"], strip_prefix = "lock_api-0.4.11", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.lock_api-0.4.11.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__log-0.4.20", - sha256 = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f", + name = "crates_vendor_pkgs__log-0.4.21", + sha256 = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/log/0.4.20/download"], - strip_prefix = "log-0.4.20", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.log-0.4.20.bazel"), + urls = ["https://static.crates.io/crates/log/0.4.21/download"], + strip_prefix = "log-0.4.21", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.log-0.4.21.bazel"), ) maybe( @@ -787,19 +787,19 @@ def crate_repositories(): name = "crates_vendor_pkgs__matchit-0.4.6", sha256 = "9376a4f0340565ad675d11fc1419227faf5f60cd7ac9cb2e7185a471f30af833", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/matchit/0.4.6/download"], + urls = ["https://static.crates.io/crates/matchit/0.4.6/download"], strip_prefix = "matchit-0.4.6", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.matchit-0.4.6.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__memchr-2.7.1", - sha256 = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149", + name = "crates_vendor_pkgs__memchr-2.7.2", + sha256 = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/memchr/2.7.1/download"], - strip_prefix = "memchr-2.7.1", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.memchr-2.7.1.bazel"), + urls = ["https://static.crates.io/crates/memchr/2.7.2/download"], + strip_prefix = "memchr-2.7.2", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.memchr-2.7.2.bazel"), ) maybe( @@ -807,7 +807,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__mime-0.3.17", sha256 = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/mime/0.3.17/download"], + urls = ["https://static.crates.io/crates/mime/0.3.17/download"], strip_prefix = "mime-0.3.17", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.mime-0.3.17.bazel"), ) @@ -817,19 +817,19 @@ def crate_repositories(): name = "crates_vendor_pkgs__miniz_oxide-0.7.2", sha256 = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/miniz_oxide/0.7.2/download"], + urls = ["https://static.crates.io/crates/miniz_oxide/0.7.2/download"], strip_prefix = "miniz_oxide-0.7.2", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.miniz_oxide-0.7.2.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__mio-0.8.10", - sha256 = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09", + name = "crates_vendor_pkgs__mio-0.8.11", + sha256 = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/mio/0.8.10/download"], - strip_prefix = "mio-0.8.10", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.mio-0.8.10.bazel"), + urls = ["https://static.crates.io/crates/mio/0.8.11/download"], + strip_prefix = "mio-0.8.11", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.mio-0.8.11.bazel"), ) maybe( @@ -837,7 +837,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__nu-ansi-term-0.46.0", sha256 = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/nu-ansi-term/0.46.0/download"], + urls = ["https://static.crates.io/crates/nu-ansi-term/0.46.0/download"], strip_prefix = "nu-ansi-term-0.46.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.nu-ansi-term-0.46.0.bazel"), ) @@ -847,7 +847,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__num_cpus-1.16.0", sha256 = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/num_cpus/1.16.0/download"], + urls = ["https://static.crates.io/crates/num_cpus/1.16.0/download"], strip_prefix = "num_cpus-1.16.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.num_cpus-1.16.0.bazel"), ) @@ -857,7 +857,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__object-0.32.2", sha256 = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/object/0.32.2/download"], + urls = ["https://static.crates.io/crates/object/0.32.2/download"], strip_prefix = "object-0.32.2", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.object-0.32.2.bazel"), ) @@ -867,7 +867,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__once_cell-1.19.0", sha256 = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/once_cell/1.19.0/download"], + urls = ["https://static.crates.io/crates/once_cell/1.19.0/download"], strip_prefix = "once_cell-1.19.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.once_cell-1.19.0.bazel"), ) @@ -877,7 +877,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__overload-0.1.1", sha256 = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/overload/0.1.1/download"], + urls = ["https://static.crates.io/crates/overload/0.1.1/download"], strip_prefix = "overload-0.1.1", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.overload-0.1.1.bazel"), ) @@ -887,7 +887,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__parking_lot-0.12.1", sha256 = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/parking_lot/0.12.1/download"], + urls = ["https://static.crates.io/crates/parking_lot/0.12.1/download"], strip_prefix = "parking_lot-0.12.1", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.parking_lot-0.12.1.bazel"), ) @@ -897,7 +897,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__parking_lot_core-0.9.9", sha256 = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download"], + urls = ["https://static.crates.io/crates/parking_lot_core/0.9.9/download"], strip_prefix = "parking_lot_core-0.9.9", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.parking_lot_core-0.9.9.bazel"), ) @@ -907,39 +907,39 @@ def crate_repositories(): name = "crates_vendor_pkgs__percent-encoding-2.3.1", sha256 = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/percent-encoding/2.3.1/download"], + urls = ["https://static.crates.io/crates/percent-encoding/2.3.1/download"], strip_prefix = "percent-encoding-2.3.1", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.percent-encoding-2.3.1.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__pin-project-1.1.4", - sha256 = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0", + name = "crates_vendor_pkgs__pin-project-1.1.5", + sha256 = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/pin-project/1.1.4/download"], - strip_prefix = "pin-project-1.1.4", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.pin-project-1.1.4.bazel"), + urls = ["https://static.crates.io/crates/pin-project/1.1.5/download"], + strip_prefix = "pin-project-1.1.5", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.pin-project-1.1.5.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__pin-project-internal-1.1.4", - sha256 = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690", + name = "crates_vendor_pkgs__pin-project-internal-1.1.5", + sha256 = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/pin-project-internal/1.1.4/download"], - strip_prefix = "pin-project-internal-1.1.4", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.pin-project-internal-1.1.4.bazel"), + urls = ["https://static.crates.io/crates/pin-project-internal/1.1.5/download"], + strip_prefix = "pin-project-internal-1.1.5", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.pin-project-internal-1.1.5.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__pin-project-lite-0.2.13", - sha256 = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58", + name = "crates_vendor_pkgs__pin-project-lite-0.2.14", + sha256 = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download"], - strip_prefix = "pin-project-lite-0.2.13", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.pin-project-lite-0.2.13.bazel"), + urls = ["https://static.crates.io/crates/pin-project-lite/0.2.14/download"], + strip_prefix = "pin-project-lite-0.2.14", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.pin-project-lite-0.2.14.bazel"), ) maybe( @@ -947,19 +947,19 @@ def crate_repositories(): name = "crates_vendor_pkgs__pin-utils-0.1.0", sha256 = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/pin-utils/0.1.0/download"], + urls = ["https://static.crates.io/crates/pin-utils/0.1.0/download"], strip_prefix = "pin-utils-0.1.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.pin-utils-0.1.0.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__proc-macro2-1.0.78", - sha256 = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae", + name = "crates_vendor_pkgs__proc-macro2-1.0.79", + sha256 = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/proc-macro2/1.0.78/download"], - strip_prefix = "proc-macro2-1.0.78", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.proc-macro2-1.0.78.bazel"), + urls = ["https://static.crates.io/crates/proc-macro2/1.0.79/download"], + strip_prefix = "proc-macro2-1.0.79", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.proc-macro2-1.0.79.bazel"), ) maybe( @@ -967,7 +967,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__quote-1.0.35", sha256 = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/quote/1.0.35/download"], + urls = ["https://static.crates.io/crates/quote/1.0.35/download"], strip_prefix = "quote-1.0.35", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.quote-1.0.35.bazel"), ) @@ -977,7 +977,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__redox_syscall-0.4.1", sha256 = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/redox_syscall/0.4.1/download"], + urls = ["https://static.crates.io/crates/redox_syscall/0.4.1/download"], strip_prefix = "redox_syscall-0.4.1", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.redox_syscall-0.4.1.bazel"), ) @@ -987,7 +987,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__rustc-demangle-0.1.23", sha256 = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download"], + urls = ["https://static.crates.io/crates/rustc-demangle/0.1.23/download"], strip_prefix = "rustc-demangle-0.1.23", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.rustc-demangle-0.1.23.bazel"), ) @@ -997,7 +997,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__ryu-1.0.17", sha256 = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/ryu/1.0.17/download"], + urls = ["https://static.crates.io/crates/ryu/1.0.17/download"], strip_prefix = "ryu-1.0.17", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.ryu-1.0.17.bazel"), ) @@ -1007,7 +1007,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__scopeguard-1.2.0", sha256 = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/scopeguard/1.2.0/download"], + urls = ["https://static.crates.io/crates/scopeguard/1.2.0/download"], strip_prefix = "scopeguard-1.2.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.scopeguard-1.2.0.bazel"), ) @@ -1017,7 +1017,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__serde-1.0.197", sha256 = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/serde/1.0.197/download"], + urls = ["https://static.crates.io/crates/serde/1.0.197/download"], strip_prefix = "serde-1.0.197", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.serde-1.0.197.bazel"), ) @@ -1027,19 +1027,19 @@ def crate_repositories(): name = "crates_vendor_pkgs__serde_derive-1.0.197", sha256 = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/serde_derive/1.0.197/download"], + urls = ["https://static.crates.io/crates/serde_derive/1.0.197/download"], strip_prefix = "serde_derive-1.0.197", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.serde_derive-1.0.197.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__serde_json-1.0.114", - sha256 = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0", + name = "crates_vendor_pkgs__serde_json-1.0.115", + sha256 = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/serde_json/1.0.114/download"], - strip_prefix = "serde_json-1.0.114", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.serde_json-1.0.114.bazel"), + urls = ["https://static.crates.io/crates/serde_json/1.0.115/download"], + strip_prefix = "serde_json-1.0.115", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.serde_json-1.0.115.bazel"), ) maybe( @@ -1047,7 +1047,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__serde_urlencoded-0.7.1", sha256 = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download"], + urls = ["https://static.crates.io/crates/serde_urlencoded/0.7.1/download"], strip_prefix = "serde_urlencoded-0.7.1", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.serde_urlencoded-0.7.1.bazel"), ) @@ -1057,7 +1057,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__sharded-slab-0.1.7", sha256 = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/sharded-slab/0.1.7/download"], + urls = ["https://static.crates.io/crates/sharded-slab/0.1.7/download"], strip_prefix = "sharded-slab-0.1.7", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.sharded-slab-0.1.7.bazel"), ) @@ -1067,7 +1067,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__signal-hook-registry-1.4.1", sha256 = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/signal-hook-registry/1.4.1/download"], + urls = ["https://static.crates.io/crates/signal-hook-registry/1.4.1/download"], strip_prefix = "signal-hook-registry-1.4.1", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.signal-hook-registry-1.4.1.bazel"), ) @@ -1077,19 +1077,19 @@ def crate_repositories(): name = "crates_vendor_pkgs__slab-0.4.9", sha256 = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/slab/0.4.9/download"], + urls = ["https://static.crates.io/crates/slab/0.4.9/download"], strip_prefix = "slab-0.4.9", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.slab-0.4.9.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__smallvec-1.13.1", - sha256 = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7", + name = "crates_vendor_pkgs__smallvec-1.13.2", + sha256 = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/smallvec/1.13.1/download"], - strip_prefix = "smallvec-1.13.1", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.smallvec-1.13.1.bazel"), + urls = ["https://static.crates.io/crates/smallvec/1.13.2/download"], + strip_prefix = "smallvec-1.13.2", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.smallvec-1.13.2.bazel"), ) maybe( @@ -1097,29 +1097,29 @@ def crate_repositories(): name = "crates_vendor_pkgs__socket2-0.4.10", sha256 = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/socket2/0.4.10/download"], + urls = ["https://static.crates.io/crates/socket2/0.4.10/download"], strip_prefix = "socket2-0.4.10", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.socket2-0.4.10.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__socket2-0.5.5", - sha256 = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9", + name = "crates_vendor_pkgs__socket2-0.5.6", + sha256 = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/socket2/0.5.5/download"], - strip_prefix = "socket2-0.5.5", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.socket2-0.5.5.bazel"), + urls = ["https://static.crates.io/crates/socket2/0.5.6/download"], + strip_prefix = "socket2-0.5.6", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.socket2-0.5.6.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__syn-2.0.50", - sha256 = "74f1bdc9872430ce9b75da68329d1c1746faf50ffac5f19e02b71e37ff881ffb", + name = "crates_vendor_pkgs__syn-2.0.57", + sha256 = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/syn/2.0.50/download"], - strip_prefix = "syn-2.0.50", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.syn-2.0.50.bazel"), + urls = ["https://static.crates.io/crates/syn/2.0.57/download"], + strip_prefix = "syn-2.0.57", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.syn-2.0.57.bazel"), ) maybe( @@ -1127,7 +1127,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__sync_wrapper-0.1.2", sha256 = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/sync_wrapper/0.1.2/download"], + urls = ["https://static.crates.io/crates/sync_wrapper/0.1.2/download"], strip_prefix = "sync_wrapper-0.1.2", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.sync_wrapper-0.1.2.bazel"), ) @@ -1137,19 +1137,19 @@ def crate_repositories(): name = "crates_vendor_pkgs__thread_local-1.1.8", sha256 = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/thread_local/1.1.8/download"], + urls = ["https://static.crates.io/crates/thread_local/1.1.8/download"], strip_prefix = "thread_local-1.1.8", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.thread_local-1.1.8.bazel"), ) maybe( http_archive, - name = "crates_vendor_pkgs__tokio-1.36.0", - sha256 = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931", + name = "crates_vendor_pkgs__tokio-1.37.0", + sha256 = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tokio/1.36.0/download"], - strip_prefix = "tokio-1.36.0", - build_file = Label("@//vendor_remote_pkgs/crates:BUILD.tokio-1.36.0.bazel"), + urls = ["https://static.crates.io/crates/tokio/1.37.0/download"], + strip_prefix = "tokio-1.37.0", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.tokio-1.37.0.bazel"), ) maybe( @@ -1157,7 +1157,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__tokio-macros-2.2.0", sha256 = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tokio-macros/2.2.0/download"], + urls = ["https://static.crates.io/crates/tokio-macros/2.2.0/download"], strip_prefix = "tokio-macros-2.2.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.tokio-macros-2.2.0.bazel"), ) @@ -1167,7 +1167,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__tokio-util-0.7.10", sha256 = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tokio-util/0.7.10/download"], + urls = ["https://static.crates.io/crates/tokio-util/0.7.10/download"], strip_prefix = "tokio-util-0.7.10", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.tokio-util-0.7.10.bazel"), ) @@ -1177,7 +1177,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__tower-0.4.13", sha256 = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tower/0.4.13/download"], + urls = ["https://static.crates.io/crates/tower/0.4.13/download"], strip_prefix = "tower-0.4.13", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.tower-0.4.13.bazel"), ) @@ -1187,7 +1187,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__tower-http-0.2.5", sha256 = "aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tower-http/0.2.5/download"], + urls = ["https://static.crates.io/crates/tower-http/0.2.5/download"], strip_prefix = "tower-http-0.2.5", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.tower-http-0.2.5.bazel"), ) @@ -1197,7 +1197,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__tower-layer-0.3.2", sha256 = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tower-layer/0.3.2/download"], + urls = ["https://static.crates.io/crates/tower-layer/0.3.2/download"], strip_prefix = "tower-layer-0.3.2", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.tower-layer-0.3.2.bazel"), ) @@ -1207,7 +1207,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__tower-service-0.3.2", sha256 = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tower-service/0.3.2/download"], + urls = ["https://static.crates.io/crates/tower-service/0.3.2/download"], strip_prefix = "tower-service-0.3.2", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.tower-service-0.3.2.bazel"), ) @@ -1217,7 +1217,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__tracing-0.1.40", sha256 = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tracing/0.1.40/download"], + urls = ["https://static.crates.io/crates/tracing/0.1.40/download"], strip_prefix = "tracing-0.1.40", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.tracing-0.1.40.bazel"), ) @@ -1227,7 +1227,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__tracing-attributes-0.1.27", sha256 = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tracing-attributes/0.1.27/download"], + urls = ["https://static.crates.io/crates/tracing-attributes/0.1.27/download"], strip_prefix = "tracing-attributes-0.1.27", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.tracing-attributes-0.1.27.bazel"), ) @@ -1237,7 +1237,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__tracing-core-0.1.32", sha256 = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tracing-core/0.1.32/download"], + urls = ["https://static.crates.io/crates/tracing-core/0.1.32/download"], strip_prefix = "tracing-core-0.1.32", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.tracing-core-0.1.32.bazel"), ) @@ -1247,7 +1247,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__tracing-log-0.2.0", sha256 = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tracing-log/0.2.0/download"], + urls = ["https://static.crates.io/crates/tracing-log/0.2.0/download"], strip_prefix = "tracing-log-0.2.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.tracing-log-0.2.0.bazel"), ) @@ -1257,7 +1257,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__tracing-subscriber-0.3.18", sha256 = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tracing-subscriber/0.3.18/download"], + urls = ["https://static.crates.io/crates/tracing-subscriber/0.3.18/download"], strip_prefix = "tracing-subscriber-0.3.18", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.tracing-subscriber-0.3.18.bazel"), ) @@ -1267,7 +1267,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__try-lock-0.2.5", sha256 = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/try-lock/0.2.5/download"], + urls = ["https://static.crates.io/crates/try-lock/0.2.5/download"], strip_prefix = "try-lock-0.2.5", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.try-lock-0.2.5.bazel"), ) @@ -1277,7 +1277,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__unicode-ident-1.0.12", sha256 = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/unicode-ident/1.0.12/download"], + urls = ["https://static.crates.io/crates/unicode-ident/1.0.12/download"], strip_prefix = "unicode-ident-1.0.12", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.unicode-ident-1.0.12.bazel"), ) @@ -1287,7 +1287,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__valuable-0.1.0", sha256 = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/valuable/0.1.0/download"], + urls = ["https://static.crates.io/crates/valuable/0.1.0/download"], strip_prefix = "valuable-0.1.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.valuable-0.1.0.bazel"), ) @@ -1297,7 +1297,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__want-0.3.1", sha256 = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/want/0.3.1/download"], + urls = ["https://static.crates.io/crates/want/0.3.1/download"], strip_prefix = "want-0.3.1", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.want-0.3.1.bazel"), ) @@ -1307,7 +1307,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__wasi-0.11.0-wasi-snapshot-preview1", sha256 = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download"], + urls = ["https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download"], strip_prefix = "wasi-0.11.0+wasi-snapshot-preview1", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"), ) @@ -1317,7 +1317,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__winapi-0.3.9", sha256 = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/winapi/0.3.9/download"], + urls = ["https://static.crates.io/crates/winapi/0.3.9/download"], strip_prefix = "winapi-0.3.9", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.winapi-0.3.9.bazel"), ) @@ -1327,7 +1327,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__winapi-i686-pc-windows-gnu-0.4.0", sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download"], + urls = ["https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download"], strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), ) @@ -1337,7 +1337,7 @@ def crate_repositories(): name = "crates_vendor_pkgs__winapi-x86_64-pc-windows-gnu-0.4.0", sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download"], + urls = ["https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download"], strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), ) @@ -1347,98 +1347,188 @@ def crate_repositories(): name = "crates_vendor_pkgs__windows-sys-0.48.0", sha256 = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows-sys/0.48.0/download"], + urls = ["https://static.crates.io/crates/windows-sys/0.48.0/download"], strip_prefix = "windows-sys-0.48.0", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows-sys-0.48.0.bazel"), ) + maybe( + http_archive, + name = "crates_vendor_pkgs__windows-sys-0.52.0", + sha256 = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d", + type = "tar.gz", + urls = ["https://static.crates.io/crates/windows-sys/0.52.0/download"], + strip_prefix = "windows-sys-0.52.0", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows-sys-0.52.0.bazel"), + ) + maybe( http_archive, name = "crates_vendor_pkgs__windows-targets-0.48.5", sha256 = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows-targets/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows-targets/0.48.5/download"], strip_prefix = "windows-targets-0.48.5", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows-targets-0.48.5.bazel"), ) + maybe( + http_archive, + name = "crates_vendor_pkgs__windows-targets-0.52.4", + sha256 = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b", + type = "tar.gz", + urls = ["https://static.crates.io/crates/windows-targets/0.52.4/download"], + strip_prefix = "windows-targets-0.52.4", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows-targets-0.52.4.bazel"), + ) + maybe( http_archive, name = "crates_vendor_pkgs__windows_aarch64_gnullvm-0.48.5", sha256 = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.5/download"], strip_prefix = "windows_aarch64_gnullvm-0.48.5", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_aarch64_gnullvm-0.48.5.bazel"), ) + maybe( + http_archive, + name = "crates_vendor_pkgs__windows_aarch64_gnullvm-0.52.4", + sha256 = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9", + type = "tar.gz", + urls = ["https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.4/download"], + strip_prefix = "windows_aarch64_gnullvm-0.52.4", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_aarch64_gnullvm-0.52.4.bazel"), + ) + maybe( http_archive, name = "crates_vendor_pkgs__windows_aarch64_msvc-0.48.5", sha256 = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_aarch64_msvc/0.48.5/download"], strip_prefix = "windows_aarch64_msvc-0.48.5", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_aarch64_msvc-0.48.5.bazel"), ) + maybe( + http_archive, + name = "crates_vendor_pkgs__windows_aarch64_msvc-0.52.4", + sha256 = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675", + type = "tar.gz", + urls = ["https://static.crates.io/crates/windows_aarch64_msvc/0.52.4/download"], + strip_prefix = "windows_aarch64_msvc-0.52.4", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_aarch64_msvc-0.52.4.bazel"), + ) + maybe( http_archive, name = "crates_vendor_pkgs__windows_i686_gnu-0.48.5", sha256 = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_i686_gnu/0.48.5/download"], strip_prefix = "windows_i686_gnu-0.48.5", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_i686_gnu-0.48.5.bazel"), ) + maybe( + http_archive, + name = "crates_vendor_pkgs__windows_i686_gnu-0.52.4", + sha256 = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3", + type = "tar.gz", + urls = ["https://static.crates.io/crates/windows_i686_gnu/0.52.4/download"], + strip_prefix = "windows_i686_gnu-0.52.4", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_i686_gnu-0.52.4.bazel"), + ) + maybe( http_archive, name = "crates_vendor_pkgs__windows_i686_msvc-0.48.5", sha256 = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_i686_msvc/0.48.5/download"], strip_prefix = "windows_i686_msvc-0.48.5", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_i686_msvc-0.48.5.bazel"), ) + maybe( + http_archive, + name = "crates_vendor_pkgs__windows_i686_msvc-0.52.4", + sha256 = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02", + type = "tar.gz", + urls = ["https://static.crates.io/crates/windows_i686_msvc/0.52.4/download"], + strip_prefix = "windows_i686_msvc-0.52.4", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_i686_msvc-0.52.4.bazel"), + ) + maybe( http_archive, name = "crates_vendor_pkgs__windows_x86_64_gnu-0.48.5", sha256 = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_x86_64_gnu/0.48.5/download"], strip_prefix = "windows_x86_64_gnu-0.48.5", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_x86_64_gnu-0.48.5.bazel"), ) + maybe( + http_archive, + name = "crates_vendor_pkgs__windows_x86_64_gnu-0.52.4", + sha256 = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03", + type = "tar.gz", + urls = ["https://static.crates.io/crates/windows_x86_64_gnu/0.52.4/download"], + strip_prefix = "windows_x86_64_gnu-0.52.4", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_x86_64_gnu-0.52.4.bazel"), + ) + maybe( http_archive, name = "crates_vendor_pkgs__windows_x86_64_gnullvm-0.48.5", sha256 = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.5/download"], strip_prefix = "windows_x86_64_gnullvm-0.48.5", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_x86_64_gnullvm-0.48.5.bazel"), ) + maybe( + http_archive, + name = "crates_vendor_pkgs__windows_x86_64_gnullvm-0.52.4", + sha256 = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177", + type = "tar.gz", + urls = ["https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.4/download"], + strip_prefix = "windows_x86_64_gnullvm-0.52.4", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_x86_64_gnullvm-0.52.4.bazel"), + ) + maybe( http_archive, name = "crates_vendor_pkgs__windows_x86_64_msvc-0.48.5", sha256 = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download"], + urls = ["https://static.crates.io/crates/windows_x86_64_msvc/0.48.5/download"], strip_prefix = "windows_x86_64_msvc-0.48.5", build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_x86_64_msvc-0.48.5.bazel"), ) + maybe( + http_archive, + name = "crates_vendor_pkgs__windows_x86_64_msvc-0.52.4", + sha256 = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8", + type = "tar.gz", + urls = ["https://static.crates.io/crates/windows_x86_64_msvc/0.52.4/download"], + strip_prefix = "windows_x86_64_msvc-0.52.4", + build_file = Label("@//vendor_remote_pkgs/crates:BUILD.windows_x86_64_msvc-0.52.4.bazel"), + ) + return [ struct(repo = "crates_vendor_pkgs__axum-0.4.8", is_dev_dep = False), struct(repo = "crates_vendor_pkgs__hyper-0.14.28", is_dev_dep = False), struct(repo = "crates_vendor_pkgs__mime-0.3.17", is_dev_dep = False), - struct(repo = "crates_vendor_pkgs__serde_json-1.0.114", is_dev_dep = False), + struct(repo = "crates_vendor_pkgs__serde_json-1.0.115", is_dev_dep = False), struct(repo = "crates_vendor_pkgs__socket2-0.4.10", is_dev_dep = False), - struct(repo = "crates_vendor_pkgs__tokio-1.36.0", is_dev_dep = False), + struct(repo = "crates_vendor_pkgs__tokio-1.37.0", is_dev_dep = False), struct(repo = "crates_vendor_pkgs__tower-0.4.13", is_dev_dep = False), struct(repo = "crates_vendor_pkgs__tower-http-0.2.5", is_dev_dep = False), struct(repo = "crates_vendor_pkgs__tracing-0.1.40", is_dev_dep = False), diff --git a/examples/musl_cross_compiling/MODULE.bazel b/examples/musl_cross_compiling/MODULE.bazel new file mode 100644 index 0000000000..00bb18361f --- /dev/null +++ b/examples/musl_cross_compiling/MODULE.bazel @@ -0,0 +1,6 @@ +############################################################################### +# Bazel now uses Bzlmod by default to manage external dependencies. +# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel. +# +# For more details, please check https://github.com/bazelbuild/bazel/issues/18958 +############################################################################### diff --git a/examples/sys/basic/3rdparty/crates/defs.bzl b/examples/sys/basic/3rdparty/crates/defs.bzl index 3f48c984de..d61b2ad48c 100644 --- a/examples/sys/basic/3rdparty/crates/defs.bzl +++ b/examples/sys/basic/3rdparty/crates/defs.bzl @@ -407,7 +407,7 @@ def crate_repositories(): name = "basic_sys__bzip2-0.3.3", sha256 = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/bzip2/0.3.3/download"], + urls = ["https://static.crates.io/crates/bzip2/0.3.3/download"], strip_prefix = "bzip2-0.3.3", build_file = Label("@examples//sys/basic/3rdparty/crates:BUILD.bzip2-0.3.3.bazel"), ) @@ -417,7 +417,7 @@ def crate_repositories(): name = "basic_sys__bzip2-sys-0.1.11-1.0.8", sha256 = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/bzip2-sys/0.1.11+1.0.8/download"], + urls = ["https://static.crates.io/crates/bzip2-sys/0.1.11+1.0.8/download"], strip_prefix = "bzip2-sys-0.1.11+1.0.8", build_file = Label("@examples//sys/basic/3rdparty/crates:BUILD.bzip2-sys-0.1.11+1.0.8.bazel"), ) @@ -427,7 +427,7 @@ def crate_repositories(): name = "basic_sys__cc-1.0.77", sha256 = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cc/1.0.77/download"], + urls = ["https://static.crates.io/crates/cc/1.0.77/download"], strip_prefix = "cc-1.0.77", build_file = Label("@examples//sys/basic/3rdparty/crates:BUILD.cc-1.0.77.bazel"), ) @@ -437,7 +437,7 @@ def crate_repositories(): name = "basic_sys__libc-0.2.137", sha256 = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/libc/0.2.137/download"], + urls = ["https://static.crates.io/crates/libc/0.2.137/download"], strip_prefix = "libc-0.2.137", build_file = Label("@examples//sys/basic/3rdparty/crates:BUILD.libc-0.2.137.bazel"), ) @@ -447,7 +447,7 @@ def crate_repositories(): name = "basic_sys__pkg-config-0.3.26", sha256 = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/pkg-config/0.3.26/download"], + urls = ["https://static.crates.io/crates/pkg-config/0.3.26/download"], strip_prefix = "pkg-config-0.3.26", build_file = Label("@examples//sys/basic/3rdparty/crates:BUILD.pkg-config-0.3.26.bazel"), ) diff --git a/examples/sys/complex/3rdparty/crates/defs.bzl b/examples/sys/complex/3rdparty/crates/defs.bzl index 34488e010e..c7c56eefb5 100644 --- a/examples/sys/complex/3rdparty/crates/defs.bzl +++ b/examples/sys/complex/3rdparty/crates/defs.bzl @@ -408,7 +408,7 @@ def crate_repositories(): name = "complex_sys__bitflags-1.3.2", sha256 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/bitflags/1.3.2/download"], + urls = ["https://static.crates.io/crates/bitflags/1.3.2/download"], strip_prefix = "bitflags-1.3.2", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.bitflags-1.3.2.bazel"), ) @@ -418,7 +418,7 @@ def crate_repositories(): name = "complex_sys__cc-1.0.77", sha256 = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cc/1.0.77/download"], + urls = ["https://static.crates.io/crates/cc/1.0.77/download"], strip_prefix = "cc-1.0.77", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.cc-1.0.77.bazel"), ) @@ -428,7 +428,7 @@ def crate_repositories(): name = "complex_sys__cfg-if-1.0.0", sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cfg-if/1.0.0/download"], + urls = ["https://static.crates.io/crates/cfg-if/1.0.0/download"], strip_prefix = "cfg-if-1.0.0", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"), ) @@ -438,7 +438,7 @@ def crate_repositories(): name = "complex_sys__form_urlencoded-1.1.0", sha256 = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/form_urlencoded/1.1.0/download"], + urls = ["https://static.crates.io/crates/form_urlencoded/1.1.0/download"], strip_prefix = "form_urlencoded-1.1.0", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.form_urlencoded-1.1.0.bazel"), ) @@ -448,7 +448,7 @@ def crate_repositories(): name = "complex_sys__git2-0.14.4", sha256 = "d0155506aab710a86160ddb504a480d2964d7ab5b9e62419be69e0032bc5931c", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/git2/0.14.4/download"], + urls = ["https://static.crates.io/crates/git2/0.14.4/download"], strip_prefix = "git2-0.14.4", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.git2-0.14.4.bazel"), ) @@ -458,7 +458,7 @@ def crate_repositories(): name = "complex_sys__idna-0.3.0", sha256 = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/idna/0.3.0/download"], + urls = ["https://static.crates.io/crates/idna/0.3.0/download"], strip_prefix = "idna-0.3.0", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.idna-0.3.0.bazel"), ) @@ -468,7 +468,7 @@ def crate_repositories(): name = "complex_sys__jobserver-0.1.25", sha256 = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/jobserver/0.1.25/download"], + urls = ["https://static.crates.io/crates/jobserver/0.1.25/download"], strip_prefix = "jobserver-0.1.25", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.jobserver-0.1.25.bazel"), ) @@ -478,7 +478,7 @@ def crate_repositories(): name = "complex_sys__libc-0.2.137", sha256 = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/libc/0.2.137/download"], + urls = ["https://static.crates.io/crates/libc/0.2.137/download"], strip_prefix = "libc-0.2.137", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.libc-0.2.137.bazel"), ) @@ -488,7 +488,7 @@ def crate_repositories(): name = "complex_sys__libgit2-sys-0.13.4-1.4.2", sha256 = "d0fa6563431ede25f5cc7f6d803c6afbc1c5d3ad3d4925d12c882bf2b526f5d1", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/libgit2-sys/0.13.4+1.4.2/download"], + urls = ["https://static.crates.io/crates/libgit2-sys/0.13.4+1.4.2/download"], strip_prefix = "libgit2-sys-0.13.4+1.4.2", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.libgit2-sys-0.13.4+1.4.2.bazel"), ) @@ -498,7 +498,7 @@ def crate_repositories(): name = "complex_sys__libz-sys-1.1.8", sha256 = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/libz-sys/1.1.8/download"], + urls = ["https://static.crates.io/crates/libz-sys/1.1.8/download"], strip_prefix = "libz-sys-1.1.8", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.libz-sys-1.1.8.bazel"), ) @@ -508,7 +508,7 @@ def crate_repositories(): name = "complex_sys__log-0.4.17", sha256 = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/log/0.4.17/download"], + urls = ["https://static.crates.io/crates/log/0.4.17/download"], strip_prefix = "log-0.4.17", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.log-0.4.17.bazel"), ) @@ -518,7 +518,7 @@ def crate_repositories(): name = "complex_sys__percent-encoding-2.2.0", sha256 = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/percent-encoding/2.2.0/download"], + urls = ["https://static.crates.io/crates/percent-encoding/2.2.0/download"], strip_prefix = "percent-encoding-2.2.0", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.percent-encoding-2.2.0.bazel"), ) @@ -528,7 +528,7 @@ def crate_repositories(): name = "complex_sys__pkg-config-0.3.26", sha256 = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/pkg-config/0.3.26/download"], + urls = ["https://static.crates.io/crates/pkg-config/0.3.26/download"], strip_prefix = "pkg-config-0.3.26", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.pkg-config-0.3.26.bazel"), ) @@ -538,7 +538,7 @@ def crate_repositories(): name = "complex_sys__tinyvec-1.6.0", sha256 = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tinyvec/1.6.0/download"], + urls = ["https://static.crates.io/crates/tinyvec/1.6.0/download"], strip_prefix = "tinyvec-1.6.0", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.tinyvec-1.6.0.bazel"), ) @@ -548,7 +548,7 @@ def crate_repositories(): name = "complex_sys__tinyvec_macros-0.1.0", sha256 = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/tinyvec_macros/0.1.0/download"], + urls = ["https://static.crates.io/crates/tinyvec_macros/0.1.0/download"], strip_prefix = "tinyvec_macros-0.1.0", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.tinyvec_macros-0.1.0.bazel"), ) @@ -558,7 +558,7 @@ def crate_repositories(): name = "complex_sys__unicode-bidi-0.3.8", sha256 = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/unicode-bidi/0.3.8/download"], + urls = ["https://static.crates.io/crates/unicode-bidi/0.3.8/download"], strip_prefix = "unicode-bidi-0.3.8", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.unicode-bidi-0.3.8.bazel"), ) @@ -568,7 +568,7 @@ def crate_repositories(): name = "complex_sys__unicode-normalization-0.1.22", sha256 = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download"], + urls = ["https://static.crates.io/crates/unicode-normalization/0.1.22/download"], strip_prefix = "unicode-normalization-0.1.22", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.unicode-normalization-0.1.22.bazel"), ) @@ -578,7 +578,7 @@ def crate_repositories(): name = "complex_sys__url-2.3.1", sha256 = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/url/2.3.1/download"], + urls = ["https://static.crates.io/crates/url/2.3.1/download"], strip_prefix = "url-2.3.1", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.url-2.3.1.bazel"), ) @@ -588,7 +588,7 @@ def crate_repositories(): name = "complex_sys__vcpkg-0.2.15", sha256 = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/vcpkg/0.2.15/download"], + urls = ["https://static.crates.io/crates/vcpkg/0.2.15/download"], strip_prefix = "vcpkg-0.2.15", build_file = Label("@examples//sys/complex/3rdparty/crates:BUILD.vcpkg-0.2.15.bazel"), )