diff --git a/crate_universe/3rdparty/crates/BUILD.ahash-0.7.6.bazel b/crate_universe/3rdparty/crates/BUILD.ahash-0.7.6.bazel index f07630ecd0..023e6f4894 100644 --- a/crate_universe/3rdparty/crates/BUILD.ahash-0.7.6.bazel +++ b/crate_universe/3rdparty/crates/BUILD.ahash-0.7.6.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -87,129 +88,129 @@ rust_library( "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:aarch64-linux-android": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:i686-apple-darwin": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:i686-linux-android": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:wasm32-unknown-unknown": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:wasm32-wasi": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:x86_64-linux-android": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ "@cui__ahash-0.7.6//:build_script_build", # common dependency "@cui__getrandom-0.2.8//:getrandom", # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) - "@cui__once_cell-1.15.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) + "@cui__once_cell-1.16.0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) ], "//conditions:default": [ "@cui__ahash-0.7.6//:build_script_build", @@ -241,7 +242,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.aho-corasick-0.7.19.bazel b/crate_universe/3rdparty/crates/BUILD.aho-corasick-0.7.20.bazel similarity index 96% rename from crate_universe/3rdparty/crates/BUILD.aho-corasick-0.7.19.bazel rename to crate_universe/3rdparty/crates/BUILD.aho-corasick-0.7.20.bazel index a0c80f7309..5240803f79 100644 --- a/crate_universe/3rdparty/crates/BUILD.aho-corasick-0.7.19.bazel +++ b/crate_universe/3rdparty/crates/BUILD.aho-corasick-0.7.20.bazel @@ -16,7 +16,7 @@ load( package(default_visibility = ["//visibility:public"]) # licenses([ -# "TODO", # Unlicense/MIT +# "TODO", # Unlicense OR MIT # ]) rust_library( @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -78,7 +79,7 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.7.19", + version = "0.7.20", deps = [ ] + select({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.android_system_properties-0.1.5.bazel b/crate_universe/3rdparty/crates/BUILD.android_system_properties-0.1.5.bazel index 49aacb2411..837770e9aa 100644 --- a/crate_universe/3rdparty/crates/BUILD.android_system_properties-0.1.5.bazel +++ b/crate_universe/3rdparty/crates/BUILD.android_system_properties-0.1.5.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -80,7 +81,7 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__libc-0.2.136//:libc", + "@cui__libc-0.2.137//:libc", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.anyhow-1.0.66.bazel b/crate_universe/3rdparty/crates/BUILD.anyhow-1.0.66.bazel index 5176e8f0b9..a92ad1a2d2 100644 --- a/crate_universe/3rdparty/crates/BUILD.anyhow-1.0.66.bazel +++ b/crate_universe/3rdparty/crates/BUILD.anyhow-1.0.66.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -118,7 +119,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.autocfg-1.1.0.bazel b/crate_universe/3rdparty/crates/BUILD.autocfg-1.1.0.bazel index 07b2a9a515..04d50308b8 100644 --- a/crate_universe/3rdparty/crates/BUILD.autocfg-1.1.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.autocfg-1.1.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.bazel b/crate_universe/3rdparty/crates/BUILD.bazel index 812ad41e34..f38ca64b4e 100644 --- a/crate_universe/3rdparty/crates/BUILD.bazel +++ b/crate_universe/3rdparty/crates/BUILD.bazel @@ -35,7 +35,7 @@ alias( alias( name = "cargo-lock", - actual = "@cui__cargo-lock-8.0.2//:cargo_lock", + actual = "@cui__cargo-lock-8.0.3//:cargo_lock", tags = ["manual"], ) @@ -47,7 +47,7 @@ alias( alias( name = "cargo_metadata", - actual = "@cui__cargo_metadata-0.15.1//:cargo_metadata", + actual = "@cui__cargo_metadata-0.15.2//:cargo_metadata", tags = ["manual"], ) @@ -65,13 +65,13 @@ alias( alias( name = "clap", - actual = "@cui__clap-4.0.18//:clap", + actual = "@cui__clap-4.0.29//:clap", tags = ["manual"], ) alias( name = "crates-index", - actual = "@cui__crates-index-0.18.10//:crates_index", + actual = "@cui__crates-index-0.18.11//:crates_index", tags = ["manual"], ) @@ -101,7 +101,7 @@ alias( alias( name = "regex", - actual = "@cui__regex-1.6.0//:regex", + actual = "@cui__regex-1.7.0//:regex", tags = ["manual"], ) @@ -113,13 +113,13 @@ alias( alias( name = "serde", - actual = "@cui__serde-1.0.147//:serde", + actual = "@cui__serde-1.0.148//:serde", tags = ["manual"], ) alias( name = "serde_json", - actual = "@cui__serde_json-1.0.87//:serde_json", + actual = "@cui__serde_json-1.0.89//:serde_json", tags = ["manual"], ) @@ -162,19 +162,19 @@ alias( # Binaries alias( name = "cargo-lock__cargo-lock", - actual = "@cui__cargo-lock-8.0.2//:cargo-lock__bin", + actual = "@cui__cargo-lock-8.0.3//:cargo-lock__bin", tags = ["manual"], ) alias( name = "cc__gcc-shim", - actual = "@cui__cc-1.0.73//:gcc-shim__bin", + actual = "@cui__cc-1.0.77//:gcc-shim__bin", tags = ["manual"], ) alias( name = "clap__stdio-fixture", - actual = "@cui__clap-4.0.18//:stdio-fixture__bin", + actual = "@cui__clap-4.0.29//:stdio-fixture__bin", tags = ["manual"], ) diff --git a/crate_universe/3rdparty/crates/BUILD.bitflags-1.3.2.bazel b/crate_universe/3rdparty/crates/BUILD.bitflags-1.3.2.bazel index 4f34af8b3b..6f764a1ec6 100644 --- a/crate_universe/3rdparty/crates/BUILD.bitflags-1.3.2.bazel +++ b/crate_universe/3rdparty/crates/BUILD.bitflags-1.3.2.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.block-buffer-0.10.3.bazel b/crate_universe/3rdparty/crates/BUILD.block-buffer-0.10.3.bazel index 173f4c44e1..be61f0d9f1 100644 --- a/crate_universe/3rdparty/crates/BUILD.block-buffer-0.10.3.bazel +++ b/crate_universe/3rdparty/crates/BUILD.block-buffer-0.10.3.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.bstr-0.2.17.bazel b/crate_universe/3rdparty/crates/BUILD.bstr-0.2.17.bazel index 26048128d9..7542f1191d 100644 --- a/crate_universe/3rdparty/crates/BUILD.bstr-0.2.17.bazel +++ b/crate_universe/3rdparty/crates/BUILD.bstr-0.2.17.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.bumpalo-3.11.1.bazel b/crate_universe/3rdparty/crates/BUILD.bumpalo-3.11.1.bazel index 899444181f..afbe13e499 100644 --- a/crate_universe/3rdparty/crates/BUILD.bumpalo-3.11.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.bumpalo-3.11.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.camino-1.1.1.bazel b/crate_universe/3rdparty/crates/BUILD.camino-1.1.1.bazel index f56cea86a6..9f39e940bf 100644 --- a/crate_universe/3rdparty/crates/BUILD.camino-1.1.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.camino-1.1.1.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -88,7 +89,7 @@ rust_library( ] + select({ "//conditions:default": [ "@cui__camino-1.1.1//:build_script_build", - "@cui__serde-1.0.147//:serde", + "@cui__serde-1.0.148//:serde", ], }), ) @@ -119,7 +120,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.cargo-lock-8.0.2.bazel b/crate_universe/3rdparty/crates/BUILD.cargo-lock-8.0.3.bazel similarity index 95% rename from crate_universe/3rdparty/crates/BUILD.cargo-lock-8.0.2.bazel rename to crate_universe/3rdparty/crates/BUILD.cargo-lock-8.0.3.bazel index c864c5179f..1dd5f5ec63 100644 --- a/crate_universe/3rdparty/crates/BUILD.cargo-lock-8.0.2.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cargo-lock-8.0.3.bazel @@ -36,10 +36,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -77,12 +78,12 @@ rust_library( "noclippy", "norustfmt", ], - version = "8.0.2", + version = "8.0.3", deps = [ ] + select({ "//conditions:default": [ "@cui__semver-1.0.14//:semver", - "@cui__serde-1.0.147//:serde", + "@cui__serde-1.0.148//:serde", "@cui__toml-0.5.9//:toml", "@cui__url-2.3.1//:url", ], @@ -105,10 +106,11 @@ rust_binary( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -146,13 +148,13 @@ rust_binary( "noclippy", "norustfmt", ], - version = "8.0.2", + version = "8.0.3", deps = [ ":cargo_lock", ] + select({ "//conditions:default": [ "@cui__semver-1.0.14//:semver", - "@cui__serde-1.0.147//:serde", + "@cui__serde-1.0.148//:serde", "@cui__toml-0.5.9//:toml", "@cui__url-2.3.1//:url", ], diff --git a/crate_universe/3rdparty/crates/BUILD.cargo-platform-0.1.2.bazel b/crate_universe/3rdparty/crates/BUILD.cargo-platform-0.1.2.bazel index a454048b8f..facd7232b1 100644 --- a/crate_universe/3rdparty/crates/BUILD.cargo-platform-0.1.2.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cargo-platform-0.1.2.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -80,7 +81,7 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__serde-1.0.147//:serde", + "@cui__serde-1.0.148//:serde", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.cargo_metadata-0.15.1.bazel b/crate_universe/3rdparty/crates/BUILD.cargo_metadata-0.15.2.bazel similarity index 93% rename from crate_universe/3rdparty/crates/BUILD.cargo_metadata-0.15.1.bazel rename to crate_universe/3rdparty/crates/BUILD.cargo_metadata-0.15.2.bazel index e104528e51..c9735af8bc 100644 --- a/crate_universe/3rdparty/crates/BUILD.cargo_metadata-0.15.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cargo_metadata-0.15.2.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -77,15 +78,15 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.15.1", + version = "0.15.2", deps = [ ] + select({ "//conditions:default": [ "@cui__camino-1.1.1//:camino", "@cui__cargo-platform-0.1.2//:cargo_platform", "@cui__semver-1.0.14//:semver", - "@cui__serde-1.0.147//:serde", - "@cui__serde_json-1.0.87//:serde_json", + "@cui__serde-1.0.148//:serde", + "@cui__serde_json-1.0.89//:serde_json", "@cui__thiserror-1.0.37//:thiserror", ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.cargo_toml-0.13.0.bazel b/crate_universe/3rdparty/crates/BUILD.cargo_toml-0.13.0.bazel index 3922fbe591..993066e4b6 100644 --- a/crate_universe/3rdparty/crates/BUILD.cargo_toml-0.13.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cargo_toml-0.13.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -80,7 +81,7 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__serde-1.0.147//:serde", + "@cui__serde-1.0.148//:serde", "@cui__toml-0.5.9//:toml", ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.cc-1.0.73.bazel b/crate_universe/3rdparty/crates/BUILD.cc-1.0.77.bazel similarity index 96% rename from crate_universe/3rdparty/crates/BUILD.cc-1.0.73.bazel rename to crate_universe/3rdparty/crates/BUILD.cc-1.0.77.bazel index 8b0b10b85b..a10563dcf5 100644 --- a/crate_universe/3rdparty/crates/BUILD.cc-1.0.73.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cc-1.0.77.bazel @@ -17,7 +17,7 @@ load( package(default_visibility = ["//visibility:public"]) # licenses([ -# "TODO", # MIT/Apache-2.0 +# "TODO", # MIT OR Apache-2.0 # ]) rust_library( @@ -36,10 +36,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -79,7 +80,7 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.0.73", + version = "1.0.77", deps = [ ] + select({ "//conditions:default": [ @@ -104,10 +105,11 @@ rust_binary( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -147,7 +149,7 @@ rust_binary( "noclippy", "norustfmt", ], - version = "1.0.73", + version = "1.0.77", deps = [ ":cc", ] + select({ diff --git a/crate_universe/3rdparty/crates/BUILD.cfg-expr-0.12.0.bazel b/crate_universe/3rdparty/crates/BUILD.cfg-expr-0.12.0.bazel index b4340194e0..0489cdfc50 100644 --- a/crate_universe/3rdparty/crates/BUILD.cfg-expr-0.12.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cfg-expr-0.12.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel b/crate_universe/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel index 2bc8d10c53..84ed66b624 100644 --- a/crate_universe/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.chrono-0.4.22.bazel b/crate_universe/3rdparty/crates/BUILD.chrono-0.4.23.bazel similarity index 91% rename from crate_universe/3rdparty/crates/BUILD.chrono-0.4.22.bazel rename to crate_universe/3rdparty/crates/BUILD.chrono-0.4.23.bazel index 66c0bd3d3d..eaecd8f566 100644 --- a/crate_universe/3rdparty/crates/BUILD.chrono-0.4.22.bazel +++ b/crate_universe/3rdparty/crates/BUILD.chrono-0.4.23.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -80,29 +81,29 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.4.22", + version = "0.4.23", deps = [ ] + select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@cui__iana-time-zone-0.1.51//:iana_time_zone", # common dependency + "@cui__iana-time-zone-0.1.53//:iana_time_zone", # common dependency "@cui__num-integer-0.1.45//:num_integer", # common dependency "@cui__num-traits-0.2.15//:num_traits", # common dependency "@cui__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@cui__iana-time-zone-0.1.51//:iana_time_zone", # common dependency + "@cui__iana-time-zone-0.1.53//:iana_time_zone", # common dependency "@cui__num-integer-0.1.45//:num_integer", # common dependency "@cui__num-traits-0.2.15//:num_traits", # common dependency "@cui__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@cui__iana-time-zone-0.1.51//:iana_time_zone", # common dependency + "@cui__iana-time-zone-0.1.53//:iana_time_zone", # common dependency "@cui__num-integer-0.1.45//:num_integer", # common dependency "@cui__num-traits-0.2.15//:num_traits", # common dependency "@cui__winapi-0.3.9//:winapi", # cfg(windows) ], "//conditions:default": [ - "@cui__iana-time-zone-0.1.51//:iana_time_zone", + "@cui__iana-time-zone-0.1.53//:iana_time_zone", "@cui__num-integer-0.1.45//:num_integer", "@cui__num-traits-0.2.15//:num_traits", ], diff --git a/crate_universe/3rdparty/crates/BUILD.chrono-tz-0.6.3.bazel b/crate_universe/3rdparty/crates/BUILD.chrono-tz-0.6.3.bazel index bb97c02adf..43c5bbbecc 100644 --- a/crate_universe/3rdparty/crates/BUILD.chrono-tz-0.6.3.bazel +++ b/crate_universe/3rdparty/crates/BUILD.chrono-tz-0.6.3.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -87,7 +88,7 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__chrono-0.4.22//:chrono", + "@cui__chrono-0.4.23//:chrono", "@cui__chrono-tz-0.6.3//:build_script_build", "@cui__phf-0.11.1//:phf", ], @@ -120,7 +121,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.chrono-tz-build-0.0.3.bazel b/crate_universe/3rdparty/crates/BUILD.chrono-tz-build-0.0.3.bazel index a7ddade20d..23f553eebe 100644 --- a/crate_universe/3rdparty/crates/BUILD.chrono-tz-build-0.0.3.bazel +++ b/crate_universe/3rdparty/crates/BUILD.chrono-tz-build-0.0.3.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.clap-4.0.18.bazel b/crate_universe/3rdparty/crates/BUILD.clap-4.0.29.bazel similarity index 91% rename from crate_universe/3rdparty/crates/BUILD.clap-4.0.18.bazel rename to crate_universe/3rdparty/crates/BUILD.clap-4.0.29.bazel index 2e7c0931f6..d9796e2d3a 100644 --- a/crate_universe/3rdparty/crates/BUILD.clap-4.0.18.bazel +++ b/crate_universe/3rdparty/crates/BUILD.clap-4.0.29.bazel @@ -36,10 +36,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -65,7 +66,7 @@ rust_library( proc_macro_deps = [ ] + select({ "//conditions:default": [ - "@cui__clap_derive-4.0.18//:clap_derive", + "@cui__clap_derive-4.0.21//:clap_derive", ], }), rustc_env = { @@ -87,14 +88,14 @@ rust_library( "noclippy", "norustfmt", ], - version = "4.0.18", + version = "4.0.29", deps = [ ] + select({ "//conditions:default": [ - "@cui__atty-0.2.14//:atty", "@cui__bitflags-1.3.2//:bitflags", "@cui__clap_lex-0.3.0//:clap_lex", - "@cui__once_cell-1.15.0//:once_cell", + "@cui__is-terminal-0.4.1//:is_terminal", + "@cui__once_cell-1.16.0//:once_cell", "@cui__strsim-0.10.0//:strsim", "@cui__termcolor-1.1.3//:termcolor", ], @@ -117,10 +118,11 @@ rust_binary( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -146,7 +148,7 @@ rust_binary( proc_macro_deps = [ ] + select({ "//conditions:default": [ - "@cui__clap_derive-4.0.18//:clap_derive", + "@cui__clap_derive-4.0.21//:clap_derive", ], }), rustc_env = { @@ -168,15 +170,15 @@ rust_binary( "noclippy", "norustfmt", ], - version = "4.0.18", + version = "4.0.29", deps = [ ":clap", ] + select({ "//conditions:default": [ - "@cui__atty-0.2.14//:atty", "@cui__bitflags-1.3.2//:bitflags", "@cui__clap_lex-0.3.0//:clap_lex", - "@cui__once_cell-1.15.0//:once_cell", + "@cui__is-terminal-0.4.1//:is_terminal", + "@cui__once_cell-1.16.0//:once_cell", "@cui__strsim-0.10.0//:strsim", "@cui__termcolor-1.1.3//:termcolor", ], diff --git a/crate_universe/3rdparty/crates/BUILD.clap_derive-4.0.18.bazel b/crate_universe/3rdparty/crates/BUILD.clap_derive-4.0.21.bazel similarity index 96% rename from crate_universe/3rdparty/crates/BUILD.clap_derive-4.0.18.bazel rename to crate_universe/3rdparty/crates/BUILD.clap_derive-4.0.21.bazel index 95d584cfde..20fd57d29a 100644 --- a/crate_universe/3rdparty/crates/BUILD.clap_derive-4.0.18.bazel +++ b/crate_universe/3rdparty/crates/BUILD.clap_derive-4.0.21.bazel @@ -35,10 +35,11 @@ rust_proc_macro( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -77,7 +78,7 @@ rust_proc_macro( "noclippy", "norustfmt", ], - version = "4.0.18", + version = "4.0.21", deps = [ ] + select({ "//conditions:default": [ @@ -85,7 +86,7 @@ rust_proc_macro( "@cui__proc-macro-error-1.0.4//:proc_macro_error", "@cui__proc-macro2-1.0.47//:proc_macro2", "@cui__quote-1.0.21//:quote", - "@cui__syn-1.0.103//:syn", + "@cui__syn-1.0.105//:syn", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.clap_lex-0.3.0.bazel b/crate_universe/3rdparty/crates/BUILD.clap_lex-0.3.0.bazel index b4316cbdae..f5a4ff6461 100644 --- a/crate_universe/3rdparty/crates/BUILD.clap_lex-0.3.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.clap_lex-0.3.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -80,7 +81,7 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__os_str_bytes-6.3.0//:os_str_bytes", + "@cui__os_str_bytes-6.4.1//:os_str_bytes", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.codespan-reporting-0.11.1.bazel b/crate_universe/3rdparty/crates/BUILD.codespan-reporting-0.11.1.bazel index 45db118f60..7e6cdcf486 100644 --- a/crate_universe/3rdparty/crates/BUILD.codespan-reporting-0.11.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.codespan-reporting-0.11.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.core-foundation-sys-0.8.3.bazel b/crate_universe/3rdparty/crates/BUILD.core-foundation-sys-0.8.3.bazel index b4b665d3c6..050aebeff5 100644 --- a/crate_universe/3rdparty/crates/BUILD.core-foundation-sys-0.8.3.bazel +++ b/crate_universe/3rdparty/crates/BUILD.core-foundation-sys-0.8.3.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -114,7 +115,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.cpufeatures-0.2.5.bazel b/crate_universe/3rdparty/crates/BUILD.cpufeatures-0.2.5.bazel index df3f7753a7..ca1c4c0dfe 100644 --- a/crate_universe/3rdparty/crates/BUILD.cpufeatures-0.2.5.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cpufeatures-0.2.5.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -80,13 +81,13 @@ rust_library( deps = [ ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # aarch64-apple-darwin + "@cui__libc-0.2.137//:libc", # aarch64-apple-darwin ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@cui__libc-0.2.136//:libc", # aarch64-linux-android + "@cui__libc-0.2.137//:libc", # aarch64-linux-android ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(all(target_arch = "aarch64", target_os = "linux")) + "@cui__libc-0.2.137//:libc", # cfg(all(target_arch = "aarch64", target_os = "linux")) ], "//conditions:default": [ ], diff --git a/crate_universe/3rdparty/crates/BUILD.crates-index-0.18.10.bazel b/crate_universe/3rdparty/crates/BUILD.crates-index-0.18.11.bazel similarity index 88% rename from crate_universe/3rdparty/crates/BUILD.crates-index-0.18.10.bazel rename to crate_universe/3rdparty/crates/BUILD.crates-index-0.18.11.bazel index 1ee2c01f0a..54376c6708 100644 --- a/crate_universe/3rdparty/crates/BUILD.crates-index-0.18.10.bazel +++ b/crate_universe/3rdparty/crates/BUILD.crates-index-0.18.11.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -51,11 +52,11 @@ rust_library( "//conditions:default": [ ], }), - edition = "2018", + edition = "2021", proc_macro_deps = [ ] + select({ "//conditions:default": [ - "@cui__serde_derive-1.0.147//:serde_derive", + "@cui__serde_derive-1.0.148//:serde_derive", ], }), rustc_env = { @@ -77,7 +78,7 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.18.10", + version = "0.18.11", deps = [ ] + select({ "//conditions:default": [ @@ -85,12 +86,13 @@ rust_library( "@cui__hex-0.4.3//:hex", "@cui__home-0.5.4//:home", "@cui__memchr-2.5.0//:memchr", - "@cui__num_cpus-1.13.1//:num_cpus", + "@cui__num_cpus-1.14.0//:num_cpus", "@cui__rustc-hash-1.1.0//:rustc_hash", "@cui__semver-1.0.14//:semver", - "@cui__serde-1.0.147//:serde", - "@cui__serde_json-1.0.87//:serde_json", + "@cui__serde-1.0.148//:serde", + "@cui__serde_json-1.0.89//:serde_json", "@cui__smartstring-1.0.1//:smartstring", + "@cui__toml-0.5.9//:toml", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.crossbeam-utils-0.8.12.bazel b/crate_universe/3rdparty/crates/BUILD.crossbeam-utils-0.8.14.bazel similarity index 91% rename from crate_universe/3rdparty/crates/BUILD.crossbeam-utils-0.8.12.bazel rename to crate_universe/3rdparty/crates/BUILD.crossbeam-utils-0.8.14.bazel index b6239f8714..8ddc14d6dc 100644 --- a/crate_universe/3rdparty/crates/BUILD.crossbeam-utils-0.8.12.bazel +++ b/crate_universe/3rdparty/crates/BUILD.crossbeam-utils-0.8.14.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -83,12 +84,12 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.8.12", + version = "0.8.14", deps = [ ] + select({ "//conditions:default": [ "@cui__cfg-if-1.0.0//:cfg_if", - "@cui__crossbeam-utils-0.8.12//:build_script_build", + "@cui__crossbeam-utils-0.8.14//:build_script_build", ], }), ) @@ -119,7 +120,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), @@ -152,7 +162,7 @@ cargo_build_script( "//conditions:default": [ ], }), - version = "0.8.12", + version = "0.8.14", visibility = ["//visibility:private"], deps = [ ] + select({ diff --git a/crate_universe/3rdparty/crates/BUILD.crypto-common-0.1.6.bazel b/crate_universe/3rdparty/crates/BUILD.crypto-common-0.1.6.bazel index 04a617d2b5..b7fdb56853 100644 --- a/crate_universe/3rdparty/crates/BUILD.crypto-common-0.1.6.bazel +++ b/crate_universe/3rdparty/crates/BUILD.crypto-common-0.1.6.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.cxx-1.0.80.bazel b/crate_universe/3rdparty/crates/BUILD.cxx-1.0.82.bazel similarity index 89% rename from crate_universe/3rdparty/crates/BUILD.cxx-1.0.80.bazel rename to crate_universe/3rdparty/crates/BUILD.cxx-1.0.82.bazel index 030ae3bf79..506fcd46e8 100644 --- a/crate_universe/3rdparty/crates/BUILD.cxx-1.0.80.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cxx-1.0.82.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -63,7 +64,7 @@ rust_library( proc_macro_deps = [ ] + select({ "//conditions:default": [ - "@cui__cxxbridge-macro-1.0.80//:cxxbridge_macro", + "@cui__cxxbridge-macro-1.0.82//:cxxbridge_macro", ], }), rustc_env = { @@ -85,11 +86,11 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.0.80", + version = "1.0.82", deps = [ ] + select({ "//conditions:default": [ - "@cui__cxx-1.0.80//:build_script_build", + "@cui__cxx-1.0.82//:build_script_build", "@cui__link-cplusplus-1.0.7//:link_cplusplus", ], }), @@ -122,7 +123,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), @@ -156,13 +166,13 @@ cargo_build_script( "//conditions:default": [ ], }), - version = "1.0.80", + version = "1.0.82", visibility = ["//visibility:private"], deps = [ ] + select({ "//conditions:default": [ - "@cui__cc-1.0.73//:cc", - "@cui__cxxbridge-flags-1.0.80//:cxxbridge_flags", + "@cui__cc-1.0.77//:cc", + "@cui__cxxbridge-flags-1.0.82//:cxxbridge_flags", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.cxx-build-1.0.80.bazel b/crate_universe/3rdparty/crates/BUILD.cxx-build-1.0.82.bazel similarity index 92% rename from crate_universe/3rdparty/crates/BUILD.cxx-build-1.0.80.bazel rename to crate_universe/3rdparty/crates/BUILD.cxx-build-1.0.82.bazel index 090ce8ebfb..d1cd474595 100644 --- a/crate_universe/3rdparty/crates/BUILD.cxx-build-1.0.80.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cxx-build-1.0.82.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -76,17 +77,17 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.0.80", + version = "1.0.82", deps = [ ] + select({ "//conditions:default": [ - "@cui__cc-1.0.73//:cc", + "@cui__cc-1.0.77//:cc", "@cui__codespan-reporting-0.11.1//:codespan_reporting", - "@cui__once_cell-1.15.0//:once_cell", + "@cui__once_cell-1.16.0//:once_cell", "@cui__proc-macro2-1.0.47//:proc_macro2", "@cui__quote-1.0.21//:quote", "@cui__scratch-1.0.2//:scratch", - "@cui__syn-1.0.103//:syn", + "@cui__syn-1.0.105//:syn", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.cxxbridge-flags-1.0.80.bazel b/crate_universe/3rdparty/crates/BUILD.cxxbridge-flags-1.0.82.bazel similarity index 97% rename from crate_universe/3rdparty/crates/BUILD.cxxbridge-flags-1.0.80.bazel rename to crate_universe/3rdparty/crates/BUILD.cxxbridge-flags-1.0.82.bazel index c2d235dc8d..fa45a219c4 100644 --- a/crate_universe/3rdparty/crates/BUILD.cxxbridge-flags-1.0.80.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cxxbridge-flags-1.0.82.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -77,7 +78,7 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.0.80", + version = "1.0.82", deps = [ ] + select({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.cxxbridge-macro-1.0.80.bazel b/crate_universe/3rdparty/crates/BUILD.cxxbridge-macro-1.0.82.bazel similarity index 96% rename from crate_universe/3rdparty/crates/BUILD.cxxbridge-macro-1.0.80.bazel rename to crate_universe/3rdparty/crates/BUILD.cxxbridge-macro-1.0.82.bazel index 47f4b9aecb..97798ff349 100644 --- a/crate_universe/3rdparty/crates/BUILD.cxxbridge-macro-1.0.80.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cxxbridge-macro-1.0.82.bazel @@ -35,10 +35,11 @@ rust_proc_macro( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -76,13 +77,13 @@ rust_proc_macro( "noclippy", "norustfmt", ], - version = "1.0.80", + version = "1.0.82", deps = [ ] + select({ "//conditions:default": [ "@cui__proc-macro2-1.0.47//:proc_macro2", "@cui__quote-1.0.21//:quote", - "@cui__syn-1.0.103//:syn", + "@cui__syn-1.0.105//:syn", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.deunicode-0.4.3.bazel b/crate_universe/3rdparty/crates/BUILD.deunicode-0.4.3.bazel index 9b266efdbe..e3b8d891ed 100644 --- a/crate_universe/3rdparty/crates/BUILD.deunicode-0.4.3.bazel +++ b/crate_universe/3rdparty/crates/BUILD.deunicode-0.4.3.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.digest-0.10.5.bazel b/crate_universe/3rdparty/crates/BUILD.digest-0.10.6.bazel similarity index 97% rename from crate_universe/3rdparty/crates/BUILD.digest-0.10.5.bazel rename to crate_universe/3rdparty/crates/BUILD.digest-0.10.6.bazel index 61436ba891..4bbae3acc3 100644 --- a/crate_universe/3rdparty/crates/BUILD.digest-0.10.5.bazel +++ b/crate_universe/3rdparty/crates/BUILD.digest-0.10.6.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -81,7 +82,7 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.10.5", + version = "0.10.6", deps = [ ] + select({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.atty-0.2.14.bazel b/crate_universe/3rdparty/crates/BUILD.errno-0.2.8.bazel similarity index 74% rename from crate_universe/3rdparty/crates/BUILD.atty-0.2.14.bazel rename to crate_universe/3rdparty/crates/BUILD.errno-0.2.8.bazel index 5e06010c7b..93ada9910b 100644 --- a/crate_universe/3rdparty/crates/BUILD.atty-0.2.14.bazel +++ b/crate_universe/3rdparty/crates/BUILD.errno-0.2.8.bazel @@ -16,11 +16,11 @@ load( package(default_visibility = ["//visibility:public"]) # licenses([ -# "TODO", # MIT +# "TODO", # MIT/Apache-2.0 # ]) rust_library( - name = "atty", + name = "errno", srcs = glob( include = [ "**/*.rs", @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -76,74 +77,77 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.2.14", + version = "0.2.8", deps = [ ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "@cui__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "@cui__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) + ], + "@rules_rust//rust/platform:wasm32-wasi": [ + "@cui__libc-0.2.137//:libc", # cfg(target_os = "wasi") ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@cui__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "//conditions:default": [ ], diff --git a/crate_universe/3rdparty/crates/BUILD.errno-dragonfly-0.1.2.bazel b/crate_universe/3rdparty/crates/BUILD.errno-dragonfly-0.1.2.bazel new file mode 100644 index 0000000000..a5111ab5b7 --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.errno-dragonfly-0.1.2.bazel @@ -0,0 +1,182 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +load( + "@rules_rust//cargo:defs.bzl", + "cargo_build_script", +) + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT +# ]) + +rust_library( + name = "errno_dragonfly", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.1.2", + deps = [ + ] + select({ + "//conditions:default": [ + "@cui__errno-dragonfly-0.1.2//:build_script_build", + "@cui__libc-0.2.137//:libc", + ], + }), +) + +cargo_build_script( + # See comment associated with alias. Do not change this name + name = "errno-dragonfly_build_script", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + build_script_env = { + }, + compile_data = select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + tools = select_with_or({ + "//conditions:default": [ + ], + }), + version = "0.1.2", + visibility = ["//visibility:private"], + deps = [ + ] + select({ + "//conditions:default": [ + "@cui__cc-1.0.77//:cc", + ], + }), +) + +alias( + # Because `cargo_build_script` does some invisible target name mutating to + # determine the package and crate name for a build script, the Bazel + # target namename of any build script cannot be the Cargo canonical name + # of `build_script_build` without losing out on having certain Cargo + # environment variables set. + name = "build_script_build", + actual = "errno-dragonfly_build_script", + tags = [ + "manual", + ], +) diff --git a/crate_universe/3rdparty/crates/BUILD.fastrand-1.8.0.bazel b/crate_universe/3rdparty/crates/BUILD.fastrand-1.8.0.bazel index 4b895ac4ed..5e044c9c7b 100644 --- a/crate_universe/3rdparty/crates/BUILD.fastrand-1.8.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.fastrand-1.8.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.fnv-1.0.7.bazel b/crate_universe/3rdparty/crates/BUILD.fnv-1.0.7.bazel index fcbd23f44f..7ff42a1935 100644 --- a/crate_universe/3rdparty/crates/BUILD.fnv-1.0.7.bazel +++ b/crate_universe/3rdparty/crates/BUILD.fnv-1.0.7.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.form_urlencoded-1.1.0.bazel b/crate_universe/3rdparty/crates/BUILD.form_urlencoded-1.1.0.bazel index 8310ac5cce..437e36ecd8 100644 --- a/crate_universe/3rdparty/crates/BUILD.form_urlencoded-1.1.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.form_urlencoded-1.1.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.fuchsia-cprng-0.1.1.bazel b/crate_universe/3rdparty/crates/BUILD.fuchsia-cprng-0.1.1.bazel index a1d2509f15..f74c559cfe 100644 --- a/crate_universe/3rdparty/crates/BUILD.fuchsia-cprng-0.1.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.fuchsia-cprng-0.1.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.generic-array-0.14.6.bazel b/crate_universe/3rdparty/crates/BUILD.generic-array-0.14.6.bazel index 62e07a3f7b..fd6d717ae2 100644 --- a/crate_universe/3rdparty/crates/BUILD.generic-array-0.14.6.bazel +++ b/crate_universe/3rdparty/crates/BUILD.generic-array-0.14.6.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -117,7 +118,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.getrandom-0.2.8.bazel b/crate_universe/3rdparty/crates/BUILD.getrandom-0.2.8.bazel index bb28bf7ded..d33e0379c7 100644 --- a/crate_universe/3rdparty/crates/BUILD.getrandom-0.2.8.bazel +++ b/crate_universe/3rdparty/crates/BUILD.getrandom-0.2.8.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -82,59 +83,59 @@ rust_library( ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:wasm32-wasi": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency @@ -142,23 +143,23 @@ rust_library( ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "//conditions:default": [ "@cui__cfg-if-1.0.0//:cfg_if", diff --git a/crate_universe/3rdparty/crates/BUILD.git2-0.15.0.bazel b/crate_universe/3rdparty/crates/BUILD.git2-0.15.0.bazel index cd5baeccd6..752b214445 100644 --- a/crate_universe/3rdparty/crates/BUILD.git2-0.15.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.git2-0.15.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -81,7 +82,7 @@ rust_library( ] + select({ "//conditions:default": [ "@cui__bitflags-1.3.2//:bitflags", - "@cui__libc-0.2.136//:libc", + "@cui__libc-0.2.137//:libc", "@cui__libgit2-sys-0.14.0-1.5.0//:libgit2_sys", "@cui__log-0.4.17//:log", "@cui__url-2.3.1//:url", diff --git a/crate_universe/3rdparty/crates/BUILD.globset-0.4.9.bazel b/crate_universe/3rdparty/crates/BUILD.globset-0.4.9.bazel index d622b8f9b9..8b2695320b 100644 --- a/crate_universe/3rdparty/crates/BUILD.globset-0.4.9.bazel +++ b/crate_universe/3rdparty/crates/BUILD.globset-0.4.9.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -82,11 +83,11 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__aho-corasick-0.7.19//:aho_corasick", + "@cui__aho-corasick-0.7.20//:aho_corasick", "@cui__bstr-0.2.17//:bstr", "@cui__fnv-1.0.7//:fnv", "@cui__log-0.4.17//:log", - "@cui__regex-1.6.0//:regex", + "@cui__regex-1.7.0//:regex", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.globwalk-0.8.1.bazel b/crate_universe/3rdparty/crates/BUILD.globwalk-0.8.1.bazel index c023ef09e4..2d7b8245af 100644 --- a/crate_universe/3rdparty/crates/BUILD.globwalk-0.8.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.globwalk-0.8.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel b/crate_universe/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel index ad73d9e63b..da2a41c14e 100644 --- a/crate_universe/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel +++ b/crate_universe/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.heck-0.4.0.bazel b/crate_universe/3rdparty/crates/BUILD.heck-0.4.0.bazel index 5467ba1a8a..173eedbed5 100644 --- a/crate_universe/3rdparty/crates/BUILD.heck-0.4.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.heck-0.4.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.hermit-abi-0.1.19.bazel b/crate_universe/3rdparty/crates/BUILD.hermit-abi-0.1.19.bazel index 559a9227dd..cd49b93b36 100644 --- a/crate_universe/3rdparty/crates/BUILD.hermit-abi-0.1.19.bazel +++ b/crate_universe/3rdparty/crates/BUILD.hermit-abi-0.1.19.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -81,7 +82,7 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__libc-0.2.136//:libc", + "@cui__libc-0.2.137//:libc", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.hermit-abi-0.2.6.bazel b/crate_universe/3rdparty/crates/BUILD.hermit-abi-0.2.6.bazel new file mode 100644 index 0000000000..cb5b7d37a2 --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.hermit-abi-0.2.6.bazel @@ -0,0 +1,88 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT/Apache-2.0 +# ]) + +rust_library( + name = "hermit_abi", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + "default", + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2021", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.2.6", + deps = [ + ] + select({ + "//conditions:default": [ + "@cui__libc-0.2.137//:libc", + ], + }), +) diff --git a/crate_universe/3rdparty/crates/BUILD.hex-0.4.3.bazel b/crate_universe/3rdparty/crates/BUILD.hex-0.4.3.bazel index ba8755c65b..24d1e5732a 100644 --- a/crate_universe/3rdparty/crates/BUILD.hex-0.4.3.bazel +++ b/crate_universe/3rdparty/crates/BUILD.hex-0.4.3.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -84,7 +85,7 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__serde-1.0.147//:serde", + "@cui__serde-1.0.148//:serde", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.home-0.5.4.bazel b/crate_universe/3rdparty/crates/BUILD.home-0.5.4.bazel index 9f0d13dc14..02d0396bfc 100644 --- a/crate_universe/3rdparty/crates/BUILD.home-0.5.4.bazel +++ b/crate_universe/3rdparty/crates/BUILD.home-0.5.4.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.humansize-1.1.1.bazel b/crate_universe/3rdparty/crates/BUILD.humansize-1.1.1.bazel index 2611c9ffe9..47ab3a806d 100644 --- a/crate_universe/3rdparty/crates/BUILD.humansize-1.1.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.humansize-1.1.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.iana-time-zone-0.1.51.bazel b/crate_universe/3rdparty/crates/BUILD.iana-time-zone-0.1.53.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.iana-time-zone-0.1.51.bazel rename to crate_universe/3rdparty/crates/BUILD.iana-time-zone-0.1.53.bazel index a8ec1e0fbf..e81ab13c7a 100644 --- a/crate_universe/3rdparty/crates/BUILD.iana-time-zone-0.1.51.bazel +++ b/crate_universe/3rdparty/crates/BUILD.iana-time-zone-0.1.53.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -77,7 +78,7 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.1.51", + version = "0.1.53", deps = [ ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ diff --git a/crate_universe/3rdparty/crates/BUILD.iana-time-zone-haiku-0.1.1.bazel b/crate_universe/3rdparty/crates/BUILD.iana-time-zone-haiku-0.1.1.bazel index 01ab28252a..f7ff60b1bf 100644 --- a/crate_universe/3rdparty/crates/BUILD.iana-time-zone-haiku-0.1.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.iana-time-zone-haiku-0.1.1.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -85,7 +86,7 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__cxx-1.0.80//:cxx", + "@cui__cxx-1.0.82//:cxx", "@cui__iana-time-zone-haiku-0.1.1//:build_script_build", ], }), @@ -115,7 +116,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), @@ -153,7 +163,7 @@ cargo_build_script( deps = [ ] + select({ "//conditions:default": [ - "@cui__cxx-build-1.0.80//:cxx_build", + "@cui__cxx-build-1.0.82//:cxx_build", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.idna-0.3.0.bazel b/crate_universe/3rdparty/crates/BUILD.idna-0.3.0.bazel index 923e4b4eff..46fd2a669f 100644 --- a/crate_universe/3rdparty/crates/BUILD.idna-0.3.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.idna-0.3.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.ignore-0.4.18.bazel b/crate_universe/3rdparty/crates/BUILD.ignore-0.4.18.bazel index 353991e6cb..624b5481f3 100644 --- a/crate_universe/3rdparty/crates/BUILD.ignore-0.4.18.bazel +++ b/crate_universe/3rdparty/crates/BUILD.ignore-0.4.18.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -80,48 +81,48 @@ rust_library( deps = [ ] + select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@cui__crossbeam-utils-0.8.12//:crossbeam_utils", # common dependency + "@cui__crossbeam-utils-0.8.14//:crossbeam_utils", # common dependency "@cui__globset-0.4.9//:globset", # common dependency "@cui__lazy_static-1.4.0//:lazy_static", # common dependency "@cui__log-0.4.17//:log", # common dependency "@cui__memchr-2.5.0//:memchr", # common dependency - "@cui__regex-1.6.0//:regex", # common dependency + "@cui__regex-1.7.0//:regex", # common dependency "@cui__same-file-1.0.6//:same_file", # common dependency "@cui__thread_local-1.1.4//:thread_local", # common dependency "@cui__walkdir-2.3.2//:walkdir", # common dependency "@cui__winapi-util-0.1.5//:winapi_util", # cfg(windows) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@cui__crossbeam-utils-0.8.12//:crossbeam_utils", # common dependency + "@cui__crossbeam-utils-0.8.14//:crossbeam_utils", # common dependency "@cui__globset-0.4.9//:globset", # common dependency "@cui__lazy_static-1.4.0//:lazy_static", # common dependency "@cui__log-0.4.17//:log", # common dependency "@cui__memchr-2.5.0//:memchr", # common dependency - "@cui__regex-1.6.0//:regex", # common dependency + "@cui__regex-1.7.0//:regex", # common dependency "@cui__same-file-1.0.6//:same_file", # common dependency "@cui__thread_local-1.1.4//:thread_local", # common dependency "@cui__walkdir-2.3.2//:walkdir", # common dependency "@cui__winapi-util-0.1.5//:winapi_util", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@cui__crossbeam-utils-0.8.12//:crossbeam_utils", # common dependency + "@cui__crossbeam-utils-0.8.14//:crossbeam_utils", # common dependency "@cui__globset-0.4.9//:globset", # common dependency "@cui__lazy_static-1.4.0//:lazy_static", # common dependency "@cui__log-0.4.17//:log", # common dependency "@cui__memchr-2.5.0//:memchr", # common dependency - "@cui__regex-1.6.0//:regex", # common dependency + "@cui__regex-1.7.0//:regex", # common dependency "@cui__same-file-1.0.6//:same_file", # common dependency "@cui__thread_local-1.1.4//:thread_local", # common dependency "@cui__walkdir-2.3.2//:walkdir", # common dependency "@cui__winapi-util-0.1.5//:winapi_util", # cfg(windows) ], "//conditions:default": [ - "@cui__crossbeam-utils-0.8.12//:crossbeam_utils", + "@cui__crossbeam-utils-0.8.14//:crossbeam_utils", "@cui__globset-0.4.9//:globset", "@cui__lazy_static-1.4.0//:lazy_static", "@cui__log-0.4.17//:log", "@cui__memchr-2.5.0//:memchr", - "@cui__regex-1.6.0//:regex", + "@cui__regex-1.7.0//:regex", "@cui__same-file-1.0.6//:same_file", "@cui__thread_local-1.1.4//:thread_local", "@cui__walkdir-2.3.2//:walkdir", diff --git a/crate_universe/3rdparty/crates/BUILD.instant-0.1.12.bazel b/crate_universe/3rdparty/crates/BUILD.instant-0.1.12.bazel index 0e4f7dbf8c..6954fd36a6 100644 --- a/crate_universe/3rdparty/crates/BUILD.instant-0.1.12.bazel +++ b/crate_universe/3rdparty/crates/BUILD.instant-0.1.12.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.io-lifetimes-1.0.3.bazel b/crate_universe/3rdparty/crates/BUILD.io-lifetimes-1.0.3.bazel new file mode 100644 index 0000000000..1e5bc4b1a7 --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.io-lifetimes-1.0.3.bazel @@ -0,0 +1,292 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +load( + "@rules_rust//cargo:defs.bzl", + "cargo_build_script", +) + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT +# ]) + +rust_library( + name = "io_lifetimes", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + "close", + "default", + "libc", + "windows-sys", + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "1.0.3", + deps = [ + ] + select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:aarch64-apple-ios": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:aarch64-linux-android": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__windows-sys-0.42.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:armv7-linux-androideabi": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:i686-apple-darwin": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:i686-linux-android": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__windows-sys-0.42.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:i686-unknown-freebsd": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:wasm32-wasi": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:x86_64-apple-darwin": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:x86_64-apple-ios": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:x86_64-linux-android": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__windows-sys-0.42.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) + ], + "//conditions:default": [ + "@cui__io-lifetimes-1.0.3//:build_script_build", + ], + }), +) + +cargo_build_script( + # See comment associated with alias. Do not change this name + name = "io-lifetimes_build_script", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + build_script_env = { + }, + compile_data = select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + "close", + "default", + "libc", + "windows-sys", + ], + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + tools = select_with_or({ + "//conditions:default": [ + ], + }), + version = "1.0.3", + visibility = ["//visibility:private"], + deps = [ + ] + select({ + "//conditions:default": [ + ], + }), +) + +alias( + # Because `cargo_build_script` does some invisible target name mutating to + # determine the package and crate name for a build script, the Bazel + # target namename of any build script cannot be the Cargo canonical name + # of `build_script_build` without losing out on having certain Cargo + # environment variables set. + name = "build_script_build", + actual = "io-lifetimes_build_script", + tags = [ + "manual", + ], +) diff --git a/crate_universe/3rdparty/crates/BUILD.is-terminal-0.4.1.bazel b/crate_universe/3rdparty/crates/BUILD.is-terminal-0.4.1.bazel new file mode 100644 index 0000000000..d786cccb11 --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.is-terminal-0.4.1.bazel @@ -0,0 +1,187 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT +# ]) + +rust_library( + name = "is_terminal", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.4.1", + deps = [ + ] + select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:aarch64-apple-ios": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:aarch64-linux-android": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__windows-sys-0.42.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:armv7-linux-androideabi": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:i686-apple-darwin": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:i686-linux-android": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__windows-sys-0.42.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:i686-unknown-freebsd": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:wasm32-wasi": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:x86_64-apple-darwin": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:x86_64-apple-ios": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:x86_64-linux-android": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__windows-sys-0.42.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__rustix-0.36.4//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) + ], + "//conditions:default": [ + "@cui__io-lifetimes-1.0.3//:io_lifetimes", + ], + }), +) diff --git a/crate_universe/3rdparty/crates/BUILD.itoa-1.0.4.bazel b/crate_universe/3rdparty/crates/BUILD.itoa-1.0.4.bazel index 1de3ff0858..ddbb7b812f 100644 --- a/crate_universe/3rdparty/crates/BUILD.itoa-1.0.4.bazel +++ b/crate_universe/3rdparty/crates/BUILD.itoa-1.0.4.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.jobserver-0.1.25.bazel b/crate_universe/3rdparty/crates/BUILD.jobserver-0.1.25.bazel index 0f18f614c1..cc0ac23528 100644 --- a/crate_universe/3rdparty/crates/BUILD.jobserver-0.1.25.bazel +++ b/crate_universe/3rdparty/crates/BUILD.jobserver-0.1.25.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -80,61 +81,61 @@ rust_library( deps = [ ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "//conditions:default": [ ], diff --git a/crate_universe/3rdparty/crates/BUILD.js-sys-0.3.60.bazel b/crate_universe/3rdparty/crates/BUILD.js-sys-0.3.60.bazel index 67b67167eb..62c610d57e 100644 --- a/crate_universe/3rdparty/crates/BUILD.js-sys-0.3.60.bazel +++ b/crate_universe/3rdparty/crates/BUILD.js-sys-0.3.60.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel b/crate_universe/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel index 1830615306..2bd9b1b4b7 100644 --- a/crate_universe/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.libc-0.2.136.bazel b/crate_universe/3rdparty/crates/BUILD.libc-0.2.137.bazel similarity index 90% rename from crate_universe/3rdparty/crates/BUILD.libc-0.2.136.bazel rename to crate_universe/3rdparty/crates/BUILD.libc-0.2.137.bazel index 997013890e..4427417b19 100644 --- a/crate_universe/3rdparty/crates/BUILD.libc-0.2.136.bazel +++ b/crate_universe/3rdparty/crates/BUILD.libc-0.2.137.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -51,6 +52,7 @@ rust_library( }), crate_features = [ "default", + "extra_traits", "std", ], crate_root = "src/lib.rs", @@ -83,11 +85,11 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.2.136", + version = "0.2.137", deps = [ ] + select({ "//conditions:default": [ - "@cui__libc-0.2.136//:build_script_build", + "@cui__libc-0.2.137//:build_script_build", ], }), ) @@ -114,11 +116,21 @@ cargo_build_script( }), crate_features = [ "default", + "extra_traits", "std", ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), @@ -151,7 +163,7 @@ cargo_build_script( "//conditions:default": [ ], }), - version = "0.2.136", + version = "0.2.137", visibility = ["//visibility:private"], deps = [ ] + select({ diff --git a/crate_universe/3rdparty/crates/BUILD.libgit2-sys-0.14.0+1.5.0.bazel b/crate_universe/3rdparty/crates/BUILD.libgit2-sys-0.14.0+1.5.0.bazel index e084c7b684..df9d200128 100644 --- a/crate_universe/3rdparty/crates/BUILD.libgit2-sys-0.14.0+1.5.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.libgit2-sys-0.14.0+1.5.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -81,7 +82,7 @@ rust_library( "@libgit2", ] + select({ "//conditions:default": [ - "@cui__libc-0.2.136//:libc", + "@cui__libc-0.2.137//:libc", "@cui__libz-sys-1.1.8//:libz_sys", ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.libz-sys-1.1.8.bazel b/crate_universe/3rdparty/crates/BUILD.libz-sys-1.1.8.bazel index eda18a1bb5..2eaab68779 100644 --- a/crate_universe/3rdparty/crates/BUILD.libz-sys-1.1.8.bazel +++ b/crate_universe/3rdparty/crates/BUILD.libz-sys-1.1.8.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -82,7 +83,7 @@ rust_library( "@zlib", ] + select({ "//conditions:default": [ - "@cui__libc-0.2.136//:libc", + "@cui__libc-0.2.137//:libc", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.link-cplusplus-1.0.7.bazel b/crate_universe/3rdparty/crates/BUILD.link-cplusplus-1.0.7.bazel index 45b0662b24..f07e32ad22 100644 --- a/crate_universe/3rdparty/crates/BUILD.link-cplusplus-1.0.7.bazel +++ b/crate_universe/3rdparty/crates/BUILD.link-cplusplus-1.0.7.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -116,7 +117,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), @@ -155,7 +165,7 @@ cargo_build_script( deps = [ ] + select({ "//conditions:default": [ - "@cui__cc-1.0.73//:cc", + "@cui__cc-1.0.77//:cc", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.linux-raw-sys-0.1.3.bazel b/crate_universe/3rdparty/crates/BUILD.linux-raw-sys-0.1.3.bazel new file mode 100644 index 0000000000..cad5f6ea48 --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.linux-raw-sys-0.1.3.bazel @@ -0,0 +1,90 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT +# ]) + +rust_library( + name = "linux_raw_sys", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + "errno", + "general", + "ioctl", + "no_std", + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.1.3", + deps = [ + ] + select({ + "//conditions:default": [ + ], + }), +) diff --git a/crate_universe/3rdparty/crates/BUILD.log-0.4.17.bazel b/crate_universe/3rdparty/crates/BUILD.log-0.4.17.bazel index b9058c7cb6..9df79e61a8 100644 --- a/crate_universe/3rdparty/crates/BUILD.log-0.4.17.bazel +++ b/crate_universe/3rdparty/crates/BUILD.log-0.4.17.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -115,7 +116,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.maplit-1.0.2.bazel b/crate_universe/3rdparty/crates/BUILD.maplit-1.0.2.bazel index 3c2ddb8259..0f82798b3c 100644 --- a/crate_universe/3rdparty/crates/BUILD.maplit-1.0.2.bazel +++ b/crate_universe/3rdparty/crates/BUILD.maplit-1.0.2.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.memchr-2.5.0.bazel b/crate_universe/3rdparty/crates/BUILD.memchr-2.5.0.bazel index e31493f24c..11cf739360 100644 --- a/crate_universe/3rdparty/crates/BUILD.memchr-2.5.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.memchr-2.5.0.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -118,7 +119,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.normpath-0.3.2.bazel b/crate_universe/3rdparty/crates/BUILD.normpath-0.3.2.bazel index 879019c895..f55f22693a 100644 --- a/crate_universe/3rdparty/crates/BUILD.normpath-0.3.2.bazel +++ b/crate_universe/3rdparty/crates/BUILD.normpath-0.3.2.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.num-0.1.42.bazel b/crate_universe/3rdparty/crates/BUILD.num-0.1.42.bazel index 19056b8196..1bd48c0dae 100644 --- a/crate_universe/3rdparty/crates/BUILD.num-0.1.42.bazel +++ b/crate_universe/3rdparty/crates/BUILD.num-0.1.42.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.num-bigint-0.1.44.bazel b/crate_universe/3rdparty/crates/BUILD.num-bigint-0.1.44.bazel index 5cd9773c54..0e1597564e 100644 --- a/crate_universe/3rdparty/crates/BUILD.num-bigint-0.1.44.bazel +++ b/crate_universe/3rdparty/crates/BUILD.num-bigint-0.1.44.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.num-complex-0.1.43.bazel b/crate_universe/3rdparty/crates/BUILD.num-complex-0.1.43.bazel index 8b2e37a05f..d566dda045 100644 --- a/crate_universe/3rdparty/crates/BUILD.num-complex-0.1.43.bazel +++ b/crate_universe/3rdparty/crates/BUILD.num-complex-0.1.43.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.num-integer-0.1.45.bazel b/crate_universe/3rdparty/crates/BUILD.num-integer-0.1.45.bazel index e031a8c2ea..f62fa4a76a 100644 --- a/crate_universe/3rdparty/crates/BUILD.num-integer-0.1.45.bazel +++ b/crate_universe/3rdparty/crates/BUILD.num-integer-0.1.45.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -119,7 +120,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.num-iter-0.1.43.bazel b/crate_universe/3rdparty/crates/BUILD.num-iter-0.1.43.bazel index f8a3e9785e..f8526801e3 100644 --- a/crate_universe/3rdparty/crates/BUILD.num-iter-0.1.43.bazel +++ b/crate_universe/3rdparty/crates/BUILD.num-iter-0.1.43.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -120,7 +121,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.num-rational-0.1.42.bazel b/crate_universe/3rdparty/crates/BUILD.num-rational-0.1.42.bazel index c625662dac..dbc78d7ac0 100644 --- a/crate_universe/3rdparty/crates/BUILD.num-rational-0.1.42.bazel +++ b/crate_universe/3rdparty/crates/BUILD.num-rational-0.1.42.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.num-traits-0.2.15.bazel b/crate_universe/3rdparty/crates/BUILD.num-traits-0.2.15.bazel index c57348cd19..ab522f8527 100644 --- a/crate_universe/3rdparty/crates/BUILD.num-traits-0.2.15.bazel +++ b/crate_universe/3rdparty/crates/BUILD.num-traits-0.2.15.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -118,7 +119,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.num_cpus-1.13.1.bazel b/crate_universe/3rdparty/crates/BUILD.num_cpus-1.14.0.bazel similarity index 71% rename from crate_universe/3rdparty/crates/BUILD.num_cpus-1.13.1.bazel rename to crate_universe/3rdparty/crates/BUILD.num_cpus-1.14.0.bazel index 3c0b264b30..a13fbbcea7 100644 --- a/crate_universe/3rdparty/crates/BUILD.num_cpus-1.13.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.num_cpus-1.14.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -76,77 +77,77 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.13.1", + version = "1.14.0", deps = [ ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:wasm32-unknown-unknown": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(not(windows)) + "@cui__libc-0.2.137//:libc", # cfg(not(windows)) ], "//conditions:default": [ ], diff --git a/crate_universe/3rdparty/crates/BUILD.once_cell-1.15.0.bazel b/crate_universe/3rdparty/crates/BUILD.once_cell-1.16.0.bazel similarity index 97% rename from crate_universe/3rdparty/crates/BUILD.once_cell-1.15.0.bazel rename to crate_universe/3rdparty/crates/BUILD.once_cell-1.16.0.bazel index ea82051f6e..05d4f89176 100644 --- a/crate_universe/3rdparty/crates/BUILD.once_cell-1.15.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.once_cell-1.16.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -80,7 +81,7 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.15.0", + version = "1.16.0", deps = [ ] + select({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.os_str_bytes-6.3.0.bazel b/crate_universe/3rdparty/crates/BUILD.os_str_bytes-6.4.1.bazel similarity index 97% rename from crate_universe/3rdparty/crates/BUILD.os_str_bytes-6.3.0.bazel rename to crate_universe/3rdparty/crates/BUILD.os_str_bytes-6.4.1.bazel index 545bb3e9c7..15e44167d1 100644 --- a/crate_universe/3rdparty/crates/BUILD.os_str_bytes-6.3.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.os_str_bytes-6.4.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -77,7 +78,7 @@ rust_library( "noclippy", "norustfmt", ], - version = "6.3.0", + version = "6.4.1", deps = [ ] + select({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.parse-zoneinfo-0.3.0.bazel b/crate_universe/3rdparty/crates/BUILD.parse-zoneinfo-0.3.0.bazel index 26b239eb20..e9ee995447 100644 --- a/crate_universe/3rdparty/crates/BUILD.parse-zoneinfo-0.3.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.parse-zoneinfo-0.3.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -80,7 +81,7 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__regex-1.6.0//:regex", + "@cui__regex-1.7.0//:regex", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.pathdiff-0.2.1.bazel b/crate_universe/3rdparty/crates/BUILD.pathdiff-0.2.1.bazel index e8d03ee4b8..f2d29e9f5d 100644 --- a/crate_universe/3rdparty/crates/BUILD.pathdiff-0.2.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.pathdiff-0.2.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.percent-encoding-2.2.0.bazel b/crate_universe/3rdparty/crates/BUILD.percent-encoding-2.2.0.bazel index 22b6dd2194..4c7050d607 100644 --- a/crate_universe/3rdparty/crates/BUILD.percent-encoding-2.2.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.percent-encoding-2.2.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.pest-2.4.0.bazel b/crate_universe/3rdparty/crates/BUILD.pest-2.5.0.bazel similarity index 96% rename from crate_universe/3rdparty/crates/BUILD.pest-2.4.0.bazel rename to crate_universe/3rdparty/crates/BUILD.pest-2.5.0.bazel index 02fa8f84b9..c2e488067d 100644 --- a/crate_universe/3rdparty/crates/BUILD.pest-2.4.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.pest-2.5.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -54,7 +55,7 @@ rust_library( "//conditions:default": [ ], }), - edition = "2018", + edition = "2021", proc_macro_deps = [ ] + select({ "//conditions:default": [ @@ -79,7 +80,7 @@ rust_library( "noclippy", "norustfmt", ], - version = "2.4.0", + version = "2.5.0", deps = [ ] + select({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.pest_derive-2.4.0.bazel b/crate_universe/3rdparty/crates/BUILD.pest_derive-2.5.0.bazel similarity index 92% rename from crate_universe/3rdparty/crates/BUILD.pest_derive-2.4.0.bazel rename to crate_universe/3rdparty/crates/BUILD.pest_derive-2.5.0.bazel index 0e0f63f3da..24dba9d54e 100644 --- a/crate_universe/3rdparty/crates/BUILD.pest_derive-2.4.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.pest_derive-2.5.0.bazel @@ -35,10 +35,11 @@ rust_proc_macro( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -53,7 +54,7 @@ rust_proc_macro( "//conditions:default": [ ], }), - edition = "2018", + edition = "2021", proc_macro_deps = [ ] + select({ "//conditions:default": [ @@ -78,12 +79,12 @@ rust_proc_macro( "noclippy", "norustfmt", ], - version = "2.4.0", + version = "2.5.0", deps = [ ] + select({ "//conditions:default": [ - "@cui__pest-2.4.0//:pest", - "@cui__pest_generator-2.4.0//:pest_generator", + "@cui__pest-2.5.0//:pest", + "@cui__pest_generator-2.5.0//:pest_generator", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.pest_generator-2.4.0.bazel b/crate_universe/3rdparty/crates/BUILD.pest_generator-2.5.0.bazel similarity index 91% rename from crate_universe/3rdparty/crates/BUILD.pest_generator-2.4.0.bazel rename to crate_universe/3rdparty/crates/BUILD.pest_generator-2.5.0.bazel index c370006cdf..2d065f28b1 100644 --- a/crate_universe/3rdparty/crates/BUILD.pest_generator-2.4.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.pest_generator-2.5.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -52,7 +53,7 @@ rust_library( "//conditions:default": [ ], }), - edition = "2018", + edition = "2021", proc_macro_deps = [ ] + select({ "//conditions:default": [ @@ -77,15 +78,15 @@ rust_library( "noclippy", "norustfmt", ], - version = "2.4.0", + version = "2.5.0", deps = [ ] + select({ "//conditions:default": [ - "@cui__pest-2.4.0//:pest", - "@cui__pest_meta-2.4.0//:pest_meta", + "@cui__pest-2.5.0//:pest", + "@cui__pest_meta-2.5.0//:pest_meta", "@cui__proc-macro2-1.0.47//:proc_macro2", "@cui__quote-1.0.21//:quote", - "@cui__syn-1.0.103//:syn", + "@cui__syn-1.0.105//:syn", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.pest_meta-2.4.0.bazel b/crate_universe/3rdparty/crates/BUILD.pest_meta-2.5.0.bazel similarity index 92% rename from crate_universe/3rdparty/crates/BUILD.pest_meta-2.4.0.bazel rename to crate_universe/3rdparty/crates/BUILD.pest_meta-2.5.0.bazel index a060e81d2d..6c3e06c0a1 100644 --- a/crate_universe/3rdparty/crates/BUILD.pest_meta-2.4.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.pest_meta-2.5.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -51,7 +52,7 @@ rust_library( "//conditions:default": [ ], }), - edition = "2018", + edition = "2021", proc_macro_deps = [ ] + select({ "//conditions:default": [ @@ -76,12 +77,12 @@ rust_library( "noclippy", "norustfmt", ], - version = "2.4.0", + version = "2.5.0", deps = [ ] + select({ "//conditions:default": [ - "@cui__once_cell-1.15.0//:once_cell", - "@cui__pest-2.4.0//:pest", + "@cui__once_cell-1.16.0//:once_cell", + "@cui__pest-2.5.0//:pest", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.phf-0.11.1.bazel b/crate_universe/3rdparty/crates/BUILD.phf-0.11.1.bazel index e791e75746..77dbac8669 100644 --- a/crate_universe/3rdparty/crates/BUILD.phf-0.11.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.phf-0.11.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.phf_codegen-0.11.1.bazel b/crate_universe/3rdparty/crates/BUILD.phf_codegen-0.11.1.bazel index b08237e366..bc47a1b4d5 100644 --- a/crate_universe/3rdparty/crates/BUILD.phf_codegen-0.11.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.phf_codegen-0.11.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.phf_generator-0.11.1.bazel b/crate_universe/3rdparty/crates/BUILD.phf_generator-0.11.1.bazel index 4b831d391a..0cd8fe0f12 100644 --- a/crate_universe/3rdparty/crates/BUILD.phf_generator-0.11.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.phf_generator-0.11.1.bazel @@ -36,10 +36,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -103,10 +104,11 @@ rust_binary( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.phf_shared-0.11.1.bazel b/crate_universe/3rdparty/crates/BUILD.phf_shared-0.11.1.bazel index 0c70872c1b..ebf6c4dee9 100644 --- a/crate_universe/3rdparty/crates/BUILD.phf_shared-0.11.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.phf_shared-0.11.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.pkg-config-0.3.25.bazel b/crate_universe/3rdparty/crates/BUILD.pkg-config-0.3.26.bazel similarity index 97% rename from crate_universe/3rdparty/crates/BUILD.pkg-config-0.3.25.bazel rename to crate_universe/3rdparty/crates/BUILD.pkg-config-0.3.26.bazel index c8a4411dfd..d15df8eeb2 100644 --- a/crate_universe/3rdparty/crates/BUILD.pkg-config-0.3.25.bazel +++ b/crate_universe/3rdparty/crates/BUILD.pkg-config-0.3.26.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -76,7 +77,7 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.3.25", + version = "0.3.26", deps = [ ] + select({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.ppv-lite86-0.2.16.bazel b/crate_universe/3rdparty/crates/BUILD.ppv-lite86-0.2.17.bazel similarity index 97% rename from crate_universe/3rdparty/crates/BUILD.ppv-lite86-0.2.16.bazel rename to crate_universe/3rdparty/crates/BUILD.ppv-lite86-0.2.17.bazel index d433ed3dfd..5a61bb1c42 100644 --- a/crate_universe/3rdparty/crates/BUILD.ppv-lite86-0.2.16.bazel +++ b/crate_universe/3rdparty/crates/BUILD.ppv-lite86-0.2.17.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -78,7 +79,7 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.2.16", + version = "0.2.17", deps = [ ] + select({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.proc-macro-error-1.0.4.bazel b/crate_universe/3rdparty/crates/BUILD.proc-macro-error-1.0.4.bazel index 28d0581bdf..d31329cbe6 100644 --- a/crate_universe/3rdparty/crates/BUILD.proc-macro-error-1.0.4.bazel +++ b/crate_universe/3rdparty/crates/BUILD.proc-macro-error-1.0.4.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -92,7 +93,7 @@ rust_library( "@cui__proc-macro-error-1.0.4//:build_script_build", "@cui__proc-macro2-1.0.47//:proc_macro2", "@cui__quote-1.0.21//:quote", - "@cui__syn-1.0.103//:syn", + "@cui__syn-1.0.105//:syn", ], }), ) @@ -124,7 +125,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.proc-macro-error-attr-1.0.4.bazel b/crate_universe/3rdparty/crates/BUILD.proc-macro-error-attr-1.0.4.bazel index 6c58abc906..0733d3f4cd 100644 --- a/crate_universe/3rdparty/crates/BUILD.proc-macro-error-attr-1.0.4.bazel +++ b/crate_universe/3rdparty/crates/BUILD.proc-macro-error-attr-1.0.4.bazel @@ -40,10 +40,11 @@ rust_proc_macro( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -116,7 +117,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.proc-macro2-1.0.47.bazel b/crate_universe/3rdparty/crates/BUILD.proc-macro2-1.0.47.bazel index 84105f8e48..ac6c8ffe1f 100644 --- a/crate_universe/3rdparty/crates/BUILD.proc-macro2-1.0.47.bazel +++ b/crate_universe/3rdparty/crates/BUILD.proc-macro2-1.0.47.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -121,7 +122,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.quote-1.0.21.bazel b/crate_universe/3rdparty/crates/BUILD.quote-1.0.21.bazel index 450f51fe9a..a047834e61 100644 --- a/crate_universe/3rdparty/crates/BUILD.quote-1.0.21.bazel +++ b/crate_universe/3rdparty/crates/BUILD.quote-1.0.21.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -119,7 +120,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.rand-0.4.6.bazel b/crate_universe/3rdparty/crates/BUILD.rand-0.4.6.bazel index 1a523273ba..ca61ca9c21 100644 --- a/crate_universe/3rdparty/crates/BUILD.rand-0.4.6.bazel +++ b/crate_universe/3rdparty/crates/BUILD.rand-0.4.6.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -83,70 +84,70 @@ rust_library( deps = [ ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "@cui__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "@cui__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@cui__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) ], "//conditions:default": [ ], diff --git a/crate_universe/3rdparty/crates/BUILD.rand-0.8.5.bazel b/crate_universe/3rdparty/crates/BUILD.rand-0.8.5.bazel index b898cc5ea9..a8de7d713c 100644 --- a/crate_universe/3rdparty/crates/BUILD.rand-0.8.5.bazel +++ b/crate_universe/3rdparty/crates/BUILD.rand-0.8.5.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -88,97 +89,97 @@ rust_library( deps = [ ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:i686-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@cui__libc-0.2.136//:libc", # cfg(unix) + "@cui__libc-0.2.137//:libc", # cfg(unix) "@cui__rand_chacha-0.3.1//:rand_chacha", # common dependency "@cui__rand_core-0.6.4//:rand_core", # common dependency ], diff --git a/crate_universe/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel b/crate_universe/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel index df13c334e4..b8f1c4524b 100644 --- a/crate_universe/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -81,7 +82,7 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__ppv-lite86-0.2.16//:ppv_lite86", + "@cui__ppv-lite86-0.2.17//:ppv_lite86", "@cui__rand_core-0.6.4//:rand_core", ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.rand_core-0.3.1.bazel b/crate_universe/3rdparty/crates/BUILD.rand_core-0.3.1.bazel index 962b60994f..627c04b180 100644 --- a/crate_universe/3rdparty/crates/BUILD.rand_core-0.3.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.rand_core-0.3.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.rand_core-0.4.2.bazel b/crate_universe/3rdparty/crates/BUILD.rand_core-0.4.2.bazel index d2e61c490c..b7f9aa1c43 100644 --- a/crate_universe/3rdparty/crates/BUILD.rand_core-0.4.2.bazel +++ b/crate_universe/3rdparty/crates/BUILD.rand_core-0.4.2.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.rand_core-0.6.4.bazel b/crate_universe/3rdparty/crates/BUILD.rand_core-0.6.4.bazel index ff9a6e2d5b..c2b07245ad 100644 --- a/crate_universe/3rdparty/crates/BUILD.rand_core-0.6.4.bazel +++ b/crate_universe/3rdparty/crates/BUILD.rand_core-0.6.4.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.rdrand-0.4.0.bazel b/crate_universe/3rdparty/crates/BUILD.rdrand-0.4.0.bazel index fd709b801e..bbeab92148 100644 --- a/crate_universe/3rdparty/crates/BUILD.rdrand-0.4.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.rdrand-0.4.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.redox_syscall-0.2.16.bazel b/crate_universe/3rdparty/crates/BUILD.redox_syscall-0.2.16.bazel index bf450ddfc7..3df97d9010 100644 --- a/crate_universe/3rdparty/crates/BUILD.redox_syscall-0.2.16.bazel +++ b/crate_universe/3rdparty/crates/BUILD.redox_syscall-0.2.16.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.regex-1.6.0.bazel b/crate_universe/3rdparty/crates/BUILD.regex-1.7.0.bazel similarity index 93% rename from crate_universe/3rdparty/crates/BUILD.regex-1.6.0.bazel rename to crate_universe/3rdparty/crates/BUILD.regex-1.7.0.bazel index d4e9ad5883..474a723f8a 100644 --- a/crate_universe/3rdparty/crates/BUILD.regex-1.6.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.regex-1.7.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -93,13 +94,13 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.6.0", + version = "1.7.0", deps = [ ] + select({ "//conditions:default": [ - "@cui__aho-corasick-0.7.19//:aho_corasick", + "@cui__aho-corasick-0.7.20//:aho_corasick", "@cui__memchr-2.5.0//:memchr", - "@cui__regex-syntax-0.6.27//:regex_syntax", + "@cui__regex-syntax-0.6.28//:regex_syntax", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.regex-syntax-0.6.27.bazel b/crate_universe/3rdparty/crates/BUILD.regex-syntax-0.6.28.bazel similarity index 97% rename from crate_universe/3rdparty/crates/BUILD.regex-syntax-0.6.27.bazel rename to crate_universe/3rdparty/crates/BUILD.regex-syntax-0.6.28.bazel index 33784231f5..65347cfa4b 100644 --- a/crate_universe/3rdparty/crates/BUILD.regex-syntax-0.6.27.bazel +++ b/crate_universe/3rdparty/crates/BUILD.regex-syntax-0.6.28.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -85,7 +86,7 @@ rust_library( "noclippy", "norustfmt", ], - version = "0.6.27", + version = "0.6.28", deps = [ ] + select({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.remove_dir_all-0.5.3.bazel b/crate_universe/3rdparty/crates/BUILD.remove_dir_all-0.5.3.bazel index 1b7924073e..e20645370f 100644 --- a/crate_universe/3rdparty/crates/BUILD.remove_dir_all-0.5.3.bazel +++ b/crate_universe/3rdparty/crates/BUILD.remove_dir_all-0.5.3.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.rustc-hash-1.1.0.bazel b/crate_universe/3rdparty/crates/BUILD.rustc-hash-1.1.0.bazel index d5099be0ea..063e098537 100644 --- a/crate_universe/3rdparty/crates/BUILD.rustc-hash-1.1.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.rustc-hash-1.1.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.rustc-serialize-0.3.24.bazel b/crate_universe/3rdparty/crates/BUILD.rustc-serialize-0.3.24.bazel index 5906e9a671..1369765f5f 100644 --- a/crate_universe/3rdparty/crates/BUILD.rustc-serialize-0.3.24.bazel +++ b/crate_universe/3rdparty/crates/BUILD.rustc-serialize-0.3.24.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.rustix-0.36.4.bazel b/crate_universe/3rdparty/crates/BUILD.rustix-0.36.4.bazel new file mode 100644 index 0000000000..e3609e0be1 --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.rustix-0.36.4.bazel @@ -0,0 +1,448 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +load( + "@rules_rust//cargo:defs.bzl", + "cargo_build_script", +) + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT +# ]) + +rust_library( + name = "rustix", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:aarch64-apple-ios": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:aarch64-apple-ios-sim": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:aarch64-linux-android": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:armv7-linux-androideabi": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:i686-apple-darwin": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:i686-linux-android": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:i686-pc-windows-msvc": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:i686-unknown-freebsd": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:wasm32-unknown-unknown": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:wasm32-wasi": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:x86_64-apple-darwin": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:x86_64-apple-ios": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:x86_64-linux-android": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "@rules_rust//rust/platform:x86_64-unknown-freebsd": { + "@cui__errno-0.2.8//:errno": "libc_errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + }, + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + "default", + "io-lifetimes", + "libc", + "std", + "termios", + "use-libc-auxv", + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.36.4", + deps = [ + ] + select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:aarch64-apple-ios": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:aarch64-linux-android": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__linux-raw-sys-0.1.3//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + "@cui__windows-sys-0.42.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cui__linux-raw-sys-0.1.3//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cui__linux-raw-sys-0.1.3//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:armv7-linux-androideabi": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__linux-raw-sys-0.1.3//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cui__linux-raw-sys-0.1.3//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:i686-apple-darwin": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:i686-linux-android": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__linux-raw-sys-0.1.3//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + "@cui__windows-sys-0.42.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:i686-unknown-freebsd": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cui__linux-raw-sys-0.1.3//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__linux-raw-sys-0.1.3//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__linux-raw-sys-0.1.3//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:wasm32-wasi": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:x86_64-apple-darwin": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:x86_64-apple-ios": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:x86_64-linux-android": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__linux-raw-sys-0.1.3//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + "@cui__windows-sys-0.42.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__errno-0.2.8//:errno", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "@cui__bitflags-1.3.2//:bitflags", # common dependency + "@cui__io-lifetimes-1.0.3//:io_lifetimes", # common dependency + "@cui__libc-0.2.137//:libc", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cui__linux-raw-sys-0.1.3//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + "@cui__rustix-0.36.4//:build_script_build", # common dependency + ], + "//conditions:default": [ + "@cui__bitflags-1.3.2//:bitflags", + "@cui__io-lifetimes-1.0.3//:io_lifetimes", + "@cui__rustix-0.36.4//:build_script_build", + ], + }), +) + +cargo_build_script( + # See comment associated with alias. Do not change this name + name = "rustix_build_script", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + build_script_env = { + }, + compile_data = select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + "default", + "io-lifetimes", + "libc", + "std", + "termios", + "use-libc-auxv", + ], + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + tools = select_with_or({ + "//conditions:default": [ + ], + }), + version = "0.36.4", + visibility = ["//visibility:private"], + deps = [ + ] + select({ + "//conditions:default": [ + ], + }), +) + +alias( + # Because `cargo_build_script` does some invisible target name mutating to + # determine the package and crate name for a build script, the Bazel + # target namename of any build script cannot be the Cargo canonical name + # of `build_script_build` without losing out on having certain Cargo + # environment variables set. + name = "build_script_build", + actual = "rustix_build_script", + tags = [ + "manual", + ], +) diff --git a/crate_universe/3rdparty/crates/BUILD.ryu-1.0.11.bazel b/crate_universe/3rdparty/crates/BUILD.ryu-1.0.11.bazel index 1db1f197e3..544716a213 100644 --- a/crate_universe/3rdparty/crates/BUILD.ryu-1.0.11.bazel +++ b/crate_universe/3rdparty/crates/BUILD.ryu-1.0.11.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.same-file-1.0.6.bazel b/crate_universe/3rdparty/crates/BUILD.same-file-1.0.6.bazel index 7d63e80380..70f3333f82 100644 --- a/crate_universe/3rdparty/crates/BUILD.same-file-1.0.6.bazel +++ b/crate_universe/3rdparty/crates/BUILD.same-file-1.0.6.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.scratch-1.0.2.bazel b/crate_universe/3rdparty/crates/BUILD.scratch-1.0.2.bazel index e9a0388e74..73d574ed07 100644 --- a/crate_universe/3rdparty/crates/BUILD.scratch-1.0.2.bazel +++ b/crate_universe/3rdparty/crates/BUILD.scratch-1.0.2.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -114,7 +115,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.semver-1.0.14.bazel b/crate_universe/3rdparty/crates/BUILD.semver-1.0.14.bazel index 9097041544..20271d11be 100644 --- a/crate_universe/3rdparty/crates/BUILD.semver-1.0.14.bazel +++ b/crate_universe/3rdparty/crates/BUILD.semver-1.0.14.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -89,7 +90,7 @@ rust_library( ] + select({ "//conditions:default": [ "@cui__semver-1.0.14//:build_script_build", - "@cui__serde-1.0.147//:serde", + "@cui__serde-1.0.148//:serde", ], }), ) @@ -121,7 +122,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.serde-1.0.147.bazel b/crate_universe/3rdparty/crates/BUILD.serde-1.0.148.bazel similarity index 90% rename from crate_universe/3rdparty/crates/BUILD.serde-1.0.147.bazel rename to crate_universe/3rdparty/crates/BUILD.serde-1.0.148.bazel index 378c543203..aa62db9a71 100644 --- a/crate_universe/3rdparty/crates/BUILD.serde-1.0.147.bazel +++ b/crate_universe/3rdparty/crates/BUILD.serde-1.0.148.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -65,7 +66,7 @@ rust_library( proc_macro_deps = [ ] + select({ "//conditions:default": [ - "@cui__serde_derive-1.0.147//:serde_derive", + "@cui__serde_derive-1.0.148//:serde_derive", ], }), rustc_env = { @@ -87,11 +88,11 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.0.147", + version = "1.0.148", deps = [ ] + select({ "//conditions:default": [ - "@cui__serde-1.0.147//:build_script_build", + "@cui__serde-1.0.148//:build_script_build", ], }), ) @@ -125,7 +126,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), @@ -158,7 +168,7 @@ cargo_build_script( "//conditions:default": [ ], }), - version = "1.0.147", + version = "1.0.148", visibility = ["//visibility:private"], deps = [ ] + select({ diff --git a/crate_universe/3rdparty/crates/BUILD.serde_derive-1.0.147.bazel b/crate_universe/3rdparty/crates/BUILD.serde_derive-1.0.148.bazel similarity index 91% rename from crate_universe/3rdparty/crates/BUILD.serde_derive-1.0.147.bazel rename to crate_universe/3rdparty/crates/BUILD.serde_derive-1.0.148.bazel index 1b6e4da535..6bd5768620 100644 --- a/crate_universe/3rdparty/crates/BUILD.serde_derive-1.0.147.bazel +++ b/crate_universe/3rdparty/crates/BUILD.serde_derive-1.0.148.bazel @@ -40,10 +40,11 @@ rust_proc_macro( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -82,14 +83,14 @@ rust_proc_macro( "noclippy", "norustfmt", ], - version = "1.0.147", + version = "1.0.148", deps = [ ] + select({ "//conditions:default": [ "@cui__proc-macro2-1.0.47//:proc_macro2", "@cui__quote-1.0.21//:quote", - "@cui__serde_derive-1.0.147//:build_script_build", - "@cui__syn-1.0.103//:syn", + "@cui__serde_derive-1.0.148//:build_script_build", + "@cui__syn-1.0.105//:syn", ], }), ) @@ -119,7 +120,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), @@ -152,7 +162,7 @@ cargo_build_script( "//conditions:default": [ ], }), - version = "1.0.147", + version = "1.0.148", visibility = ["//visibility:private"], deps = [ ] + select({ diff --git a/crate_universe/3rdparty/crates/BUILD.serde_json-1.0.87.bazel b/crate_universe/3rdparty/crates/BUILD.serde_json-1.0.89.bazel similarity index 91% rename from crate_universe/3rdparty/crates/BUILD.serde_json-1.0.87.bazel rename to crate_universe/3rdparty/crates/BUILD.serde_json-1.0.89.bazel index be6c41a5d7..2a2868ab12 100644 --- a/crate_universe/3rdparty/crates/BUILD.serde_json-1.0.87.bazel +++ b/crate_universe/3rdparty/crates/BUILD.serde_json-1.0.89.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -84,14 +85,14 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.0.87", + version = "1.0.89", deps = [ ] + select({ "//conditions:default": [ "@cui__itoa-1.0.4//:itoa", "@cui__ryu-1.0.11//:ryu", - "@cui__serde-1.0.147//:serde", - "@cui__serde_json-1.0.87//:build_script_build", + "@cui__serde-1.0.148//:serde", + "@cui__serde_json-1.0.89//:build_script_build", ], }), ) @@ -123,7 +124,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), @@ -156,7 +166,7 @@ cargo_build_script( "//conditions:default": [ ], }), - version = "1.0.87", + version = "1.0.89", visibility = ["//visibility:private"], deps = [ ] + select({ diff --git a/crate_universe/3rdparty/crates/BUILD.sha1-0.10.5.bazel b/crate_universe/3rdparty/crates/BUILD.sha1-0.10.5.bazel index 6c9223bfd0..9c340877cb 100644 --- a/crate_universe/3rdparty/crates/BUILD.sha1-0.10.5.bazel +++ b/crate_universe/3rdparty/crates/BUILD.sha1-0.10.5.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -82,91 +83,91 @@ rust_library( "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:aarch64-apple-ios": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:aarch64-linux-android": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:i686-apple-darwin": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:i686-linux-android": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:x86_64-apple-ios": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:x86_64-linux-android": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "//conditions:default": [ "@cui__cfg-if-1.0.0//:cfg_if", - "@cui__digest-0.10.5//:digest", + "@cui__digest-0.10.6//:digest", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.sha2-0.10.6.bazel b/crate_universe/3rdparty/crates/BUILD.sha2-0.10.6.bazel index 26f78f6be4..70ce045e90 100644 --- a/crate_universe/3rdparty/crates/BUILD.sha2-0.10.6.bazel +++ b/crate_universe/3rdparty/crates/BUILD.sha2-0.10.6.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -84,91 +85,91 @@ rust_library( "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:aarch64-apple-ios": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:aarch64-linux-android": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:i686-apple-darwin": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:i686-linux-android": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:x86_64-apple-ios": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:x86_64-linux-android": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__cpufeatures-0.2.5//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@cui__digest-0.10.5//:digest", # common dependency + "@cui__digest-0.10.6//:digest", # common dependency ], "//conditions:default": [ "@cui__cfg-if-1.0.0//:cfg_if", - "@cui__digest-0.10.5//:digest", + "@cui__digest-0.10.6//:digest", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.siphasher-0.3.10.bazel b/crate_universe/3rdparty/crates/BUILD.siphasher-0.3.10.bazel index 443fd3cade..011294a2e7 100644 --- a/crate_universe/3rdparty/crates/BUILD.siphasher-0.3.10.bazel +++ b/crate_universe/3rdparty/crates/BUILD.siphasher-0.3.10.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.slug-0.1.4.bazel b/crate_universe/3rdparty/crates/BUILD.slug-0.1.4.bazel index 1a2fb08e16..b41f55c131 100644 --- a/crate_universe/3rdparty/crates/BUILD.slug-0.1.4.bazel +++ b/crate_universe/3rdparty/crates/BUILD.slug-0.1.4.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.smallvec-1.10.0.bazel b/crate_universe/3rdparty/crates/BUILD.smallvec-1.10.0.bazel index 0d08ed211b..2ec7ab6f01 100644 --- a/crate_universe/3rdparty/crates/BUILD.smallvec-1.10.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.smallvec-1.10.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.smartstring-1.0.1.bazel b/crate_universe/3rdparty/crates/BUILD.smartstring-1.0.1.bazel index 3382ce5a8f..2713d909cc 100644 --- a/crate_universe/3rdparty/crates/BUILD.smartstring-1.0.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.smartstring-1.0.1.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -88,7 +89,7 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__serde-1.0.147//:serde", + "@cui__serde-1.0.148//:serde", "@cui__smartstring-1.0.1//:build_script_build", "@cui__static_assertions-1.1.0//:static_assertions", ], @@ -122,7 +123,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.smawk-0.3.1.bazel b/crate_universe/3rdparty/crates/BUILD.smawk-0.3.1.bazel index c267a2c732..2a9ee7822f 100644 --- a/crate_universe/3rdparty/crates/BUILD.smawk-0.3.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.smawk-0.3.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.spectral-0.6.0.bazel b/crate_universe/3rdparty/crates/BUILD.spectral-0.6.0.bazel index 1a21f6fb99..e0013f1f9d 100644 --- a/crate_universe/3rdparty/crates/BUILD.spectral-0.6.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.spectral-0.6.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.static_assertions-1.1.0.bazel b/crate_universe/3rdparty/crates/BUILD.static_assertions-1.1.0.bazel index 54f1713312..3e4c9e621e 100644 --- a/crate_universe/3rdparty/crates/BUILD.static_assertions-1.1.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.static_assertions-1.1.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.strsim-0.10.0.bazel b/crate_universe/3rdparty/crates/BUILD.strsim-0.10.0.bazel index 99bdf4c69a..19bdcf1ab4 100644 --- a/crate_universe/3rdparty/crates/BUILD.strsim-0.10.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.strsim-0.10.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.syn-1.0.103.bazel b/crate_universe/3rdparty/crates/BUILD.syn-1.0.105.bazel similarity index 92% rename from crate_universe/3rdparty/crates/BUILD.syn-1.0.103.bazel rename to crate_universe/3rdparty/crates/BUILD.syn-1.0.105.bazel index 3e41aae29e..b09da25bf5 100644 --- a/crate_universe/3rdparty/crates/BUILD.syn-1.0.103.bazel +++ b/crate_universe/3rdparty/crates/BUILD.syn-1.0.105.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -90,13 +91,13 @@ rust_library( "noclippy", "norustfmt", ], - version = "1.0.103", + version = "1.0.105", deps = [ ] + select({ "//conditions:default": [ "@cui__proc-macro2-1.0.47//:proc_macro2", "@cui__quote-1.0.21//:quote", - "@cui__syn-1.0.103//:build_script_build", + "@cui__syn-1.0.105//:build_script_build", "@cui__unicode-ident-1.0.5//:unicode_ident", ], }), @@ -135,7 +136,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), @@ -168,7 +178,7 @@ cargo_build_script( "//conditions:default": [ ], }), - version = "1.0.103", + version = "1.0.105", visibility = ["//visibility:private"], deps = [ ] + select({ diff --git a/crate_universe/3rdparty/crates/BUILD.tempfile-3.3.0.bazel b/crate_universe/3rdparty/crates/BUILD.tempfile-3.3.0.bazel index 5a46451f55..e444298a9b 100644 --- a/crate_universe/3rdparty/crates/BUILD.tempfile-3.3.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.tempfile-3.3.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -82,25 +83,25 @@ rust_library( "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:aarch64-apple-ios": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:aarch64-linux-android": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ @@ -112,37 +113,37 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:i686-apple-darwin": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:i686-linux-android": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ @@ -154,49 +155,49 @@ rust_library( "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:wasm32-wasi": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:x86_64-apple-ios": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:x86_64-linux-android": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ @@ -208,13 +209,13 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ "@cui__cfg-if-1.0.0//:cfg_if", # common dependency "@cui__fastrand-1.8.0//:fastrand", # common dependency - "@cui__libc-0.2.136//:libc", # cfg(any(unix, target_os = "wasi")) + "@cui__libc-0.2.137//:libc", # cfg(any(unix, target_os = "wasi")) "@cui__remove_dir_all-0.5.3//:remove_dir_all", # common dependency ], "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.tera-1.17.1.bazel b/crate_universe/3rdparty/crates/BUILD.tera-1.17.1.bazel index 97f6e176a3..871e2794cf 100644 --- a/crate_universe/3rdparty/crates/BUILD.tera-1.17.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.tera-1.17.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -64,7 +65,7 @@ rust_library( proc_macro_deps = [ ] + select({ "//conditions:default": [ - "@cui__pest_derive-2.4.0//:pest_derive", + "@cui__pest_derive-2.5.0//:pest_derive", ], }), rustc_env = { @@ -90,17 +91,17 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__chrono-0.4.22//:chrono", + "@cui__chrono-0.4.23//:chrono", "@cui__chrono-tz-0.6.3//:chrono_tz", "@cui__globwalk-0.8.1//:globwalk", "@cui__humansize-1.1.1//:humansize", "@cui__lazy_static-1.4.0//:lazy_static", "@cui__percent-encoding-2.2.0//:percent_encoding", - "@cui__pest-2.4.0//:pest", + "@cui__pest-2.5.0//:pest", "@cui__rand-0.8.5//:rand", - "@cui__regex-1.6.0//:regex", - "@cui__serde-1.0.147//:serde", - "@cui__serde_json-1.0.87//:serde_json", + "@cui__regex-1.7.0//:regex", + "@cui__serde-1.0.148//:serde", + "@cui__serde_json-1.0.89//:serde_json", "@cui__slug-0.1.4//:slug", "@cui__unic-segment-0.9.0//:unic_segment", ], diff --git a/crate_universe/3rdparty/crates/BUILD.termcolor-1.1.3.bazel b/crate_universe/3rdparty/crates/BUILD.termcolor-1.1.3.bazel index e58c4b884d..b7472dee69 100644 --- a/crate_universe/3rdparty/crates/BUILD.termcolor-1.1.3.bazel +++ b/crate_universe/3rdparty/crates/BUILD.termcolor-1.1.3.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.textwrap-0.16.0.bazel b/crate_universe/3rdparty/crates/BUILD.textwrap-0.16.0.bazel index 85538392d7..3e478b904f 100644 --- a/crate_universe/3rdparty/crates/BUILD.textwrap-0.16.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.textwrap-0.16.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.thiserror-1.0.37.bazel b/crate_universe/3rdparty/crates/BUILD.thiserror-1.0.37.bazel index 9607a8aca9..83ff001e86 100644 --- a/crate_universe/3rdparty/crates/BUILD.thiserror-1.0.37.bazel +++ b/crate_universe/3rdparty/crates/BUILD.thiserror-1.0.37.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -115,7 +116,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.thiserror-impl-1.0.37.bazel b/crate_universe/3rdparty/crates/BUILD.thiserror-impl-1.0.37.bazel index f176180975..286e15c900 100644 --- a/crate_universe/3rdparty/crates/BUILD.thiserror-impl-1.0.37.bazel +++ b/crate_universe/3rdparty/crates/BUILD.thiserror-impl-1.0.37.bazel @@ -35,10 +35,11 @@ rust_proc_macro( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -82,7 +83,7 @@ rust_proc_macro( "//conditions:default": [ "@cui__proc-macro2-1.0.47//:proc_macro2", "@cui__quote-1.0.21//:quote", - "@cui__syn-1.0.103//:syn", + "@cui__syn-1.0.105//:syn", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.thread_local-1.1.4.bazel b/crate_universe/3rdparty/crates/BUILD.thread_local-1.1.4.bazel index 88d442d8bc..d76fd19d49 100644 --- a/crate_universe/3rdparty/crates/BUILD.thread_local-1.1.4.bazel +++ b/crate_universe/3rdparty/crates/BUILD.thread_local-1.1.4.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -80,7 +81,7 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__once_cell-1.15.0//:once_cell", + "@cui__once_cell-1.16.0//:once_cell", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.tinyvec-1.6.0.bazel b/crate_universe/3rdparty/crates/BUILD.tinyvec-1.6.0.bazel index 21bf0dacee..07801bf755 100644 --- a/crate_universe/3rdparty/crates/BUILD.tinyvec-1.6.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.tinyvec-1.6.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.tinyvec_macros-0.1.0.bazel b/crate_universe/3rdparty/crates/BUILD.tinyvec_macros-0.1.0.bazel index 34d3ec061b..6988ca520f 100644 --- a/crate_universe/3rdparty/crates/BUILD.tinyvec_macros-0.1.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.tinyvec_macros-0.1.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.toml-0.5.9.bazel b/crate_universe/3rdparty/crates/BUILD.toml-0.5.9.bazel index e1c666e077..23eb82df4e 100644 --- a/crate_universe/3rdparty/crates/BUILD.toml-0.5.9.bazel +++ b/crate_universe/3rdparty/crates/BUILD.toml-0.5.9.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -81,7 +82,7 @@ rust_library( deps = [ ] + select({ "//conditions:default": [ - "@cui__serde-1.0.147//:serde", + "@cui__serde-1.0.148//:serde", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.typenum-1.15.0.bazel b/crate_universe/3rdparty/crates/BUILD.typenum-1.15.0.bazel index 08d9f6a834..530f18a566 100644 --- a/crate_universe/3rdparty/crates/BUILD.typenum-1.15.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.typenum-1.15.0.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -114,7 +115,16 @@ cargo_build_script( ], crate_name = "build_script_main", crate_root = "build/main.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.ucd-trie-0.1.5.bazel b/crate_universe/3rdparty/crates/BUILD.ucd-trie-0.1.5.bazel index 4c3472cd3b..9f71586163 100644 --- a/crate_universe/3rdparty/crates/BUILD.ucd-trie-0.1.5.bazel +++ b/crate_universe/3rdparty/crates/BUILD.ucd-trie-0.1.5.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.uncased-0.9.7.bazel b/crate_universe/3rdparty/crates/BUILD.uncased-0.9.7.bazel index 9ade6d4d2b..fde06def92 100644 --- a/crate_universe/3rdparty/crates/BUILD.uncased-0.9.7.bazel +++ b/crate_universe/3rdparty/crates/BUILD.uncased-0.9.7.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -114,7 +115,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.unic-char-property-0.9.0.bazel b/crate_universe/3rdparty/crates/BUILD.unic-char-property-0.9.0.bazel index e44d466912..a36d52ec13 100644 --- a/crate_universe/3rdparty/crates/BUILD.unic-char-property-0.9.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.unic-char-property-0.9.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.unic-char-range-0.9.0.bazel b/crate_universe/3rdparty/crates/BUILD.unic-char-range-0.9.0.bazel index 94450fe76e..f6645c6e09 100644 --- a/crate_universe/3rdparty/crates/BUILD.unic-char-range-0.9.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.unic-char-range-0.9.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.unic-common-0.9.0.bazel b/crate_universe/3rdparty/crates/BUILD.unic-common-0.9.0.bazel index d8e29b0b04..f4b5a34ff6 100644 --- a/crate_universe/3rdparty/crates/BUILD.unic-common-0.9.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.unic-common-0.9.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.unic-segment-0.9.0.bazel b/crate_universe/3rdparty/crates/BUILD.unic-segment-0.9.0.bazel index a16b3d0e48..5b0e253fe8 100644 --- a/crate_universe/3rdparty/crates/BUILD.unic-segment-0.9.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.unic-segment-0.9.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.unic-ucd-segment-0.9.0.bazel b/crate_universe/3rdparty/crates/BUILD.unic-ucd-segment-0.9.0.bazel index 74fbbd1ca4..3d22496119 100644 --- a/crate_universe/3rdparty/crates/BUILD.unic-ucd-segment-0.9.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.unic-ucd-segment-0.9.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.unic-ucd-version-0.9.0.bazel b/crate_universe/3rdparty/crates/BUILD.unic-ucd-version-0.9.0.bazel index 488e6bf7c6..6a0860b13b 100644 --- a/crate_universe/3rdparty/crates/BUILD.unic-ucd-version-0.9.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.unic-ucd-version-0.9.0.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.unicode-bidi-0.3.8.bazel b/crate_universe/3rdparty/crates/BUILD.unicode-bidi-0.3.8.bazel index 606b3d8823..9c2abdc652 100644 --- a/crate_universe/3rdparty/crates/BUILD.unicode-bidi-0.3.8.bazel +++ b/crate_universe/3rdparty/crates/BUILD.unicode-bidi-0.3.8.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.unicode-ident-1.0.5.bazel b/crate_universe/3rdparty/crates/BUILD.unicode-ident-1.0.5.bazel index 145f8cf96c..435ce4a976 100644 --- a/crate_universe/3rdparty/crates/BUILD.unicode-ident-1.0.5.bazel +++ b/crate_universe/3rdparty/crates/BUILD.unicode-ident-1.0.5.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.unicode-linebreak-0.1.4.bazel b/crate_universe/3rdparty/crates/BUILD.unicode-linebreak-0.1.4.bazel index 1c1f0c1363..4270a4f6dc 100644 --- a/crate_universe/3rdparty/crates/BUILD.unicode-linebreak-0.1.4.bazel +++ b/crate_universe/3rdparty/crates/BUILD.unicode-linebreak-0.1.4.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -114,7 +115,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), @@ -153,7 +163,7 @@ cargo_build_script( ] + select({ "//conditions:default": [ "@cui__hashbrown-0.12.3//:hashbrown", - "@cui__regex-1.6.0//:regex", + "@cui__regex-1.7.0//:regex", ], }), ) diff --git a/crate_universe/3rdparty/crates/BUILD.unicode-normalization-0.1.22.bazel b/crate_universe/3rdparty/crates/BUILD.unicode-normalization-0.1.22.bazel index 3a4d1e9827..347ff1adfa 100644 --- a/crate_universe/3rdparty/crates/BUILD.unicode-normalization-0.1.22.bazel +++ b/crate_universe/3rdparty/crates/BUILD.unicode-normalization-0.1.22.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.unicode-width-0.1.10.bazel b/crate_universe/3rdparty/crates/BUILD.unicode-width-0.1.10.bazel index 6d46b07263..3eb829a2e6 100644 --- a/crate_universe/3rdparty/crates/BUILD.unicode-width-0.1.10.bazel +++ b/crate_universe/3rdparty/crates/BUILD.unicode-width-0.1.10.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.url-2.3.1.bazel b/crate_universe/3rdparty/crates/BUILD.url-2.3.1.bazel index 31f5dc4c95..73cdc0489b 100644 --- a/crate_universe/3rdparty/crates/BUILD.url-2.3.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.url-2.3.1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.vcpkg-0.2.15.bazel b/crate_universe/3rdparty/crates/BUILD.vcpkg-0.2.15.bazel index 32cea07e11..70bdf72005 100644 --- a/crate_universe/3rdparty/crates/BUILD.vcpkg-0.2.15.bazel +++ b/crate_universe/3rdparty/crates/BUILD.vcpkg-0.2.15.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.version_check-0.9.4.bazel b/crate_universe/3rdparty/crates/BUILD.version_check-0.9.4.bazel index fad792a73a..0d827faf54 100644 --- a/crate_universe/3rdparty/crates/BUILD.version_check-0.9.4.bazel +++ b/crate_universe/3rdparty/crates/BUILD.version_check-0.9.4.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.walkdir-2.3.2.bazel b/crate_universe/3rdparty/crates/BUILD.walkdir-2.3.2.bazel index bce2e3e9ba..94a4be468a 100644 --- a/crate_universe/3rdparty/crates/BUILD.walkdir-2.3.2.bazel +++ b/crate_universe/3rdparty/crates/BUILD.walkdir-2.3.2.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel b/crate_universe/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel index 5c5941ac76..7234310490 100644 --- a/crate_universe/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-0.2.83.bazel b/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-0.2.83.bazel index 8ffa7bb5f2..3691f015a3 100644 --- a/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-0.2.83.bazel +++ b/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-0.2.83.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -122,7 +123,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-backend-0.2.83.bazel b/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-backend-0.2.83.bazel index d08c79ff1e..ab240eb985 100644 --- a/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-backend-0.2.83.bazel +++ b/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-backend-0.2.83.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -83,10 +84,10 @@ rust_library( "//conditions:default": [ "@cui__bumpalo-3.11.1//:bumpalo", "@cui__log-0.4.17//:log", - "@cui__once_cell-1.15.0//:once_cell", + "@cui__once_cell-1.16.0//:once_cell", "@cui__proc-macro2-1.0.47//:proc_macro2", "@cui__quote-1.0.21//:quote", - "@cui__syn-1.0.103//:syn", + "@cui__syn-1.0.105//:syn", "@cui__wasm-bindgen-shared-0.2.83//:wasm_bindgen_shared", ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.83.bazel b/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.83.bazel index cabc35137b..8790f7cd3e 100644 --- a/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.83.bazel +++ b/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.83.bazel @@ -35,10 +35,11 @@ rust_proc_macro( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-support-0.2.83.bazel b/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-support-0.2.83.bazel index 9b5e213b2a..fb628b4f3e 100644 --- a/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-support-0.2.83.bazel +++ b/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-support-0.2.83.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -83,7 +84,7 @@ rust_library( "//conditions:default": [ "@cui__proc-macro2-1.0.47//:proc_macro2", "@cui__quote-1.0.21//:quote", - "@cui__syn-1.0.103//:syn", + "@cui__syn-1.0.105//:syn", "@cui__wasm-bindgen-backend-0.2.83//:wasm_bindgen_backend", "@cui__wasm-bindgen-shared-0.2.83//:wasm_bindgen_shared", ], diff --git a/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-shared-0.2.83.bazel b/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-shared-0.2.83.bazel index 7758b3b57c..b9e8ec9824 100644 --- a/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-shared-0.2.83.bazel +++ b/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-shared-0.2.83.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -114,7 +115,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.winapi-0.3.9.bazel b/crate_universe/3rdparty/crates/BUILD.winapi-0.3.9.bazel index 27d1493862..44eff16767 100644 --- a/crate_universe/3rdparty/crates/BUILD.winapi-0.3.9.bazel +++ b/crate_universe/3rdparty/crates/BUILD.winapi-0.3.9.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -58,6 +59,7 @@ rust_library( "handleapi", "minwinbase", "minwindef", + "ntdef", "ntsecapi", "objbase", "processenv", @@ -140,6 +142,7 @@ cargo_build_script( "handleapi", "minwinbase", "minwindef", + "ntdef", "ntsecapi", "objbase", "processenv", @@ -156,7 +159,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel b/crate_universe/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel index b5970ef2ea..f3f2e6ac86 100644 --- a/crate_universe/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -114,7 +115,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.winapi-util-0.1.5.bazel b/crate_universe/3rdparty/crates/BUILD.winapi-util-0.1.5.bazel index 6595411436..ca8585add0 100644 --- a/crate_universe/3rdparty/crates/BUILD.winapi-util-0.1.5.bazel +++ b/crate_universe/3rdparty/crates/BUILD.winapi-util-0.1.5.bazel @@ -35,10 +35,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ diff --git a/crate_universe/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel b/crate_universe/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel index 4b9e8d4502..9cfdcaa7e9 100644 --- a/crate_universe/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel @@ -40,10 +40,11 @@ rust_library( compile_data = glob( include = ["**"], exclude = [ - "BUILD", + "**/* *", "BUILD.bazel", - "WORKSPACE", + "BUILD", "WORKSPACE.bazel", + "WORKSPACE", ], ) + select_with_or({ "//conditions:default": [ @@ -114,7 +115,16 @@ cargo_build_script( ], crate_name = "build_script_build", crate_root = "build.rs", - data = glob(["**"]) + select_with_or({ + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ "//conditions:default": [ ], }), diff --git a/crate_universe/3rdparty/crates/BUILD.windows-sys-0.42.0.bazel b/crate_universe/3rdparty/crates/BUILD.windows-sys-0.42.0.bazel new file mode 100644 index 0000000000..1eb55b71d3 --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.windows-sys-0.42.0.bazel @@ -0,0 +1,109 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_sys", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + "Win32", + "Win32_Foundation", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Console", + "Win32_System_IO", + "Win32_System_Threading", + "default", + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.42.0", + deps = [ + ] + select({ + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ + "@cui__windows_aarch64_msvc-0.42.0//:windows_aarch64_msvc", # aarch64-pc-windows-msvc + ], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [ + "@cui__windows_i686_msvc-0.42.0//:windows_i686_msvc", # i686-pc-windows-msvc + ], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ + "@cui__windows_x86_64_msvc-0.42.0//:windows_x86_64_msvc", # x86_64-pc-windows-msvc + ], + "//conditions:default": [ + ], + }), +) diff --git a/crate_universe/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.42.0.bazel b/crate_universe/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.42.0.bazel new file mode 100644 index 0000000000..28f6efa24e --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.42.0.bazel @@ -0,0 +1,180 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +load( + "@rules_rust//cargo:defs.bzl", + "cargo_build_script", +) + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_aarch64_gnullvm", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.42.0", + deps = [ + ] + select({ + "//conditions:default": [ + "@cui__windows_aarch64_gnullvm-0.42.0//:build_script_build", + ], + }), +) + +cargo_build_script( + # See comment associated with alias. Do not change this name + name = "windows_aarch64_gnullvm_build_script", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + build_script_env = { + }, + compile_data = select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + tools = select_with_or({ + "//conditions:default": [ + ], + }), + version = "0.42.0", + visibility = ["//visibility:private"], + deps = [ + ] + select({ + "//conditions:default": [ + ], + }), +) + +alias( + # Because `cargo_build_script` does some invisible target name mutating to + # determine the package and crate name for a build script, the Bazel + # target namename of any build script cannot be the Cargo canonical name + # of `build_script_build` without losing out on having certain Cargo + # environment variables set. + name = "build_script_build", + actual = "windows_aarch64_gnullvm_build_script", + tags = [ + "manual", + ], +) diff --git a/crate_universe/3rdparty/crates/BUILD.windows_aarch64_msvc-0.42.0.bazel b/crate_universe/3rdparty/crates/BUILD.windows_aarch64_msvc-0.42.0.bazel new file mode 100644 index 0000000000..52b68c2d28 --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.windows_aarch64_msvc-0.42.0.bazel @@ -0,0 +1,180 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +load( + "@rules_rust//cargo:defs.bzl", + "cargo_build_script", +) + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_aarch64_msvc", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.42.0", + deps = [ + ] + select({ + "//conditions:default": [ + "@cui__windows_aarch64_msvc-0.42.0//:build_script_build", + ], + }), +) + +cargo_build_script( + # See comment associated with alias. Do not change this name + name = "windows_aarch64_msvc_build_script", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + build_script_env = { + }, + compile_data = select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + tools = select_with_or({ + "//conditions:default": [ + ], + }), + version = "0.42.0", + visibility = ["//visibility:private"], + deps = [ + ] + select({ + "//conditions:default": [ + ], + }), +) + +alias( + # Because `cargo_build_script` does some invisible target name mutating to + # determine the package and crate name for a build script, the Bazel + # target namename of any build script cannot be the Cargo canonical name + # of `build_script_build` without losing out on having certain Cargo + # environment variables set. + name = "build_script_build", + actual = "windows_aarch64_msvc_build_script", + tags = [ + "manual", + ], +) diff --git a/crate_universe/3rdparty/crates/BUILD.windows_i686_gnu-0.42.0.bazel b/crate_universe/3rdparty/crates/BUILD.windows_i686_gnu-0.42.0.bazel new file mode 100644 index 0000000000..0ba41bad90 --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.windows_i686_gnu-0.42.0.bazel @@ -0,0 +1,180 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +load( + "@rules_rust//cargo:defs.bzl", + "cargo_build_script", +) + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_i686_gnu", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.42.0", + deps = [ + ] + select({ + "//conditions:default": [ + "@cui__windows_i686_gnu-0.42.0//:build_script_build", + ], + }), +) + +cargo_build_script( + # See comment associated with alias. Do not change this name + name = "windows_i686_gnu_build_script", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + build_script_env = { + }, + compile_data = select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + tools = select_with_or({ + "//conditions:default": [ + ], + }), + version = "0.42.0", + visibility = ["//visibility:private"], + deps = [ + ] + select({ + "//conditions:default": [ + ], + }), +) + +alias( + # Because `cargo_build_script` does some invisible target name mutating to + # determine the package and crate name for a build script, the Bazel + # target namename of any build script cannot be the Cargo canonical name + # of `build_script_build` without losing out on having certain Cargo + # environment variables set. + name = "build_script_build", + actual = "windows_i686_gnu_build_script", + tags = [ + "manual", + ], +) diff --git a/crate_universe/3rdparty/crates/BUILD.windows_i686_msvc-0.42.0.bazel b/crate_universe/3rdparty/crates/BUILD.windows_i686_msvc-0.42.0.bazel new file mode 100644 index 0000000000..a6a3037713 --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.windows_i686_msvc-0.42.0.bazel @@ -0,0 +1,180 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +load( + "@rules_rust//cargo:defs.bzl", + "cargo_build_script", +) + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_i686_msvc", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.42.0", + deps = [ + ] + select({ + "//conditions:default": [ + "@cui__windows_i686_msvc-0.42.0//:build_script_build", + ], + }), +) + +cargo_build_script( + # See comment associated with alias. Do not change this name + name = "windows_i686_msvc_build_script", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + build_script_env = { + }, + compile_data = select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + tools = select_with_or({ + "//conditions:default": [ + ], + }), + version = "0.42.0", + visibility = ["//visibility:private"], + deps = [ + ] + select({ + "//conditions:default": [ + ], + }), +) + +alias( + # Because `cargo_build_script` does some invisible target name mutating to + # determine the package and crate name for a build script, the Bazel + # target namename of any build script cannot be the Cargo canonical name + # of `build_script_build` without losing out on having certain Cargo + # environment variables set. + name = "build_script_build", + actual = "windows_i686_msvc_build_script", + tags = [ + "manual", + ], +) diff --git a/crate_universe/3rdparty/crates/BUILD.windows_x86_64_gnu-0.42.0.bazel b/crate_universe/3rdparty/crates/BUILD.windows_x86_64_gnu-0.42.0.bazel new file mode 100644 index 0000000000..276fd91f1f --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.windows_x86_64_gnu-0.42.0.bazel @@ -0,0 +1,180 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +load( + "@rules_rust//cargo:defs.bzl", + "cargo_build_script", +) + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_x86_64_gnu", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.42.0", + deps = [ + ] + select({ + "//conditions:default": [ + "@cui__windows_x86_64_gnu-0.42.0//:build_script_build", + ], + }), +) + +cargo_build_script( + # See comment associated with alias. Do not change this name + name = "windows_x86_64_gnu_build_script", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + build_script_env = { + }, + compile_data = select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + tools = select_with_or({ + "//conditions:default": [ + ], + }), + version = "0.42.0", + visibility = ["//visibility:private"], + deps = [ + ] + select({ + "//conditions:default": [ + ], + }), +) + +alias( + # Because `cargo_build_script` does some invisible target name mutating to + # determine the package and crate name for a build script, the Bazel + # target namename of any build script cannot be the Cargo canonical name + # of `build_script_build` without losing out on having certain Cargo + # environment variables set. + name = "build_script_build", + actual = "windows_x86_64_gnu_build_script", + tags = [ + "manual", + ], +) diff --git a/crate_universe/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.42.0.bazel b/crate_universe/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.42.0.bazel new file mode 100644 index 0000000000..98384c990c --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.42.0.bazel @@ -0,0 +1,180 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +load( + "@rules_rust//cargo:defs.bzl", + "cargo_build_script", +) + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_x86_64_gnullvm", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.42.0", + deps = [ + ] + select({ + "//conditions:default": [ + "@cui__windows_x86_64_gnullvm-0.42.0//:build_script_build", + ], + }), +) + +cargo_build_script( + # See comment associated with alias. Do not change this name + name = "windows_x86_64_gnullvm_build_script", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + build_script_env = { + }, + compile_data = select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + tools = select_with_or({ + "//conditions:default": [ + ], + }), + version = "0.42.0", + visibility = ["//visibility:private"], + deps = [ + ] + select({ + "//conditions:default": [ + ], + }), +) + +alias( + # Because `cargo_build_script` does some invisible target name mutating to + # determine the package and crate name for a build script, the Bazel + # target namename of any build script cannot be the Cargo canonical name + # of `build_script_build` without losing out on having certain Cargo + # environment variables set. + name = "build_script_build", + actual = "windows_x86_64_gnullvm_build_script", + tags = [ + "manual", + ], +) diff --git a/crate_universe/3rdparty/crates/BUILD.windows_x86_64_msvc-0.42.0.bazel b/crate_universe/3rdparty/crates/BUILD.windows_x86_64_msvc-0.42.0.bazel new file mode 100644 index 0000000000..a0d5c60b9e --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.windows_x86_64_msvc-0.42.0.bazel @@ -0,0 +1,180 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run //crate_universe/3rdparty:crates_vendor +############################################################################### + +load( + "@rules_rust//cargo:defs.bzl", + "cargo_build_script", +) + +# buildifier: disable=bzl-visibility +load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or") +load( + "@rules_rust//rust:defs.bzl", + "rust_library", +) + +package(default_visibility = ["//visibility:public"]) + +# licenses([ +# "TODO", # MIT OR Apache-2.0 +# ]) + +rust_library( + name = "windows_x86_64_msvc", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_root = "src/lib.rs", + data = select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.42.0", + deps = [ + ] + select({ + "//conditions:default": [ + "@cui__windows_x86_64_msvc-0.42.0//:build_script_build", + ], + }), +) + +cargo_build_script( + # See comment associated with alias. Do not change this name + name = "windows_x86_64_msvc_build_script", + srcs = glob( + include = [ + "**/*.rs", + ], + exclude = [ + ], + ), + aliases = select({ + "//conditions:default": { + }, + }), + build_script_env = { + }, + compile_data = select_with_or({ + "//conditions:default": [ + ], + }), + crate_features = [ + ], + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD.bazel", + "BUILD", + "WORKSPACE.bazel", + "WORKSPACE", + ], + ) + select_with_or({ + "//conditions:default": [ + ], + }), + edition = "2018", + proc_macro_deps = [ + ] + select({ + "//conditions:default": [ + ], + }), + rustc_env = { + }, + rustc_env_files = select_with_or({ + "//conditions:default": [ + ], + }), + rustc_flags = [ + # In most cases, warnings in 3rd party crates are not interesting as + # they're out of the control of consumers. The flag here silences + # warnings. For more details see: + # https://doc.rust-lang.org/rustc/lints/levels.html + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "manual", + "noclippy", + "norustfmt", + ], + tools = select_with_or({ + "//conditions:default": [ + ], + }), + version = "0.42.0", + visibility = ["//visibility:private"], + deps = [ + ] + select({ + "//conditions:default": [ + ], + }), +) + +alias( + # Because `cargo_build_script` does some invisible target name mutating to + # determine the package and crate name for a build script, the Bazel + # target namename of any build script cannot be the Cargo canonical name + # of `build_script_build` without losing out on having certain Cargo + # environment variables set. + name = "build_script_build", + actual = "windows_x86_64_msvc_build_script", + tags = [ + "manual", + ], +) diff --git a/crate_universe/3rdparty/crates/defs.bzl b/crate_universe/3rdparty/crates/defs.bzl index 18b7376c45..42406a7062 100644 --- a/crate_universe/3rdparty/crates/defs.bzl +++ b/crate_universe/3rdparty/crates/defs.bzl @@ -292,20 +292,20 @@ _NORMAL_DEPENDENCIES = { "crate_universe": { _COMMON_CONDITION: { "anyhow": "@cui__anyhow-1.0.66//:anyhow", - "cargo-lock": "@cui__cargo-lock-8.0.2//:cargo_lock", + "cargo-lock": "@cui__cargo-lock-8.0.3//:cargo_lock", "cargo-platform": "@cui__cargo-platform-0.1.2//:cargo_platform", - "cargo_metadata": "@cui__cargo_metadata-0.15.1//:cargo_metadata", + "cargo_metadata": "@cui__cargo_metadata-0.15.2//:cargo_metadata", "cargo_toml": "@cui__cargo_toml-0.13.0//:cargo_toml", "cfg-expr": "@cui__cfg-expr-0.12.0//:cfg_expr", - "clap": "@cui__clap-4.0.18//:clap", - "crates-index": "@cui__crates-index-0.18.10//:crates_index", + "clap": "@cui__clap-4.0.29//:clap", + "crates-index": "@cui__crates-index-0.18.11//:crates_index", "hex": "@cui__hex-0.4.3//:hex", "normpath": "@cui__normpath-0.3.2//:normpath", "pathdiff": "@cui__pathdiff-0.2.1//:pathdiff", - "regex": "@cui__regex-1.6.0//:regex", + "regex": "@cui__regex-1.7.0//:regex", "semver": "@cui__semver-1.0.14//:semver", - "serde": "@cui__serde-1.0.147//:serde", - "serde_json": "@cui__serde_json-1.0.87//:serde_json", + "serde": "@cui__serde-1.0.148//:serde", + "serde_json": "@cui__serde_json-1.0.89//:serde_json", "sha2": "@cui__sha2-0.10.6//:sha2", "tempfile": "@cui__tempfile-3.3.0//:tempfile", "tera": "@cui__tera-1.17.1//:tera", @@ -315,14 +315,14 @@ _NORMAL_DEPENDENCIES = { }, "crate_universe/tools/cross_installer": { _COMMON_CONDITION: { - "clap": "@cui__clap-4.0.18//:clap", + "clap": "@cui__clap-4.0.29//:clap", }, }, "crate_universe/tools/urls_generator": { _COMMON_CONDITION: { - "clap": "@cui__clap-4.0.18//:clap", + "clap": "@cui__clap-4.0.29//:clap", "hex": "@cui__hex-0.4.3//:hex", - "serde_json": "@cui__serde_json-1.0.87//:serde_json", + "serde_json": "@cui__serde_json-1.0.89//:serde_json", "sha2": "@cui__sha2-0.10.6//:sha2", }, }, @@ -444,18 +444,26 @@ _BUILD_PROC_MACRO_ALIASES = { _CONDITIONS = { "aarch64-apple-darwin": ["aarch64-apple-darwin"], "aarch64-linux-android": ["aarch64-linux-android"], + "aarch64-pc-windows-gnullvm": [], + "aarch64-pc-windows-msvc": ["aarch64-pc-windows-msvc"], + "aarch64-uwp-windows-msvc": [], "cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))": [], + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": ["aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "powerpc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "x86_64-linux-android"], + "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))": ["aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-unknown-linux-gnueabi", "i686-unknown-linux-gnu", "x86_64-unknown-linux-gnu"], "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": ["aarch64-unknown-linux-gnu"], + "cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-linux-android", "aarch64-pc-windows-msvc", "armv7-linux-androideabi", "i686-apple-darwin", "i686-linux-android", "i686-pc-windows-msvc", "i686-unknown-freebsd", "powerpc-unknown-linux-gnu", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-linux-android", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd"], "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-linux-android", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu", "i686-apple-darwin", "i686-linux-android", "i686-pc-windows-msvc", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-linux-android", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-linux-android", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu", "i686-apple-darwin", "i686-linux-android", "i686-pc-windows-msvc", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-linux-android", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-linux-android", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "i686-apple-darwin", "i686-linux-android", "i686-pc-windows-msvc", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-linux-android", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], "cfg(any(target_os = \"macos\", target_os = \"ios\"))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "i686-apple-darwin", "x86_64-apple-darwin", "x86_64-apple-ios"], "cfg(any(unix, target_os = \"wasi\"))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-linux-android", "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "i686-apple-darwin", "i686-linux-android", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-linux-android", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-linux-android", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "i686-apple-darwin", "i686-linux-android", "i686-pc-windows-msvc", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-linux-android", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], + "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-linux-android", "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "i686-apple-darwin", "i686-linux-android", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-linux-android", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], "cfg(not(windows))": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-linux-android", "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "i686-apple-darwin", "i686-linux-android", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-linux-android", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], "cfg(target_arch = \"wasm32\")": ["wasm32-unknown-unknown", "wasm32-wasi"], "cfg(target_env = \"sgx\")": [], "cfg(target_os = \"android\")": ["aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "x86_64-linux-android"], + "cfg(target_os = \"dragonfly\")": [], "cfg(target_os = \"fuchsia\")": [], "cfg(target_os = \"haiku\")": [], "cfg(target_os = \"hermit\")": [], @@ -465,7 +473,14 @@ _CONDITIONS = { "cfg(unix)": ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-linux-android", "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "i686-apple-darwin", "i686-linux-android", "i686-unknown-freebsd", "i686-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-linux-android", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"], "cfg(windows)": ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"], "i686-pc-windows-gnu": [], + "i686-pc-windows-msvc": ["i686-pc-windows-msvc"], + "i686-uwp-windows-gnu": [], + "i686-uwp-windows-msvc": [], "x86_64-pc-windows-gnu": [], + "x86_64-pc-windows-gnullvm": [], + "x86_64-pc-windows-msvc": ["x86_64-pc-windows-msvc"], + "x86_64-uwp-windows-gnu": [], + "x86_64-uwp-windows-msvc": [], } ############################################################################### @@ -484,12 +499,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__aho-corasick-0.7.19", - sha256 = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e", + name = "cui__aho-corasick-0.7.20", + sha256 = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/aho-corasick/0.7.19/download"], - strip_prefix = "aho-corasick-0.7.19", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.aho-corasick-0.7.19.bazel"), + urls = ["https://crates.io/api/v1/crates/aho-corasick/0.7.20/download"], + strip_prefix = "aho-corasick-0.7.20", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.aho-corasick-0.7.20.bazel"), ) maybe( @@ -512,16 +527,6 @@ def crate_repositories(): build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.anyhow-1.0.66.bazel"), ) - maybe( - http_archive, - name = "cui__atty-0.2.14", - sha256 = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8", - type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/atty/0.2.14/download"], - strip_prefix = "atty-0.2.14", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.atty-0.2.14.bazel"), - ) - maybe( http_archive, name = "cui__autocfg-1.1.0", @@ -584,12 +589,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__cargo-lock-8.0.2", - sha256 = "3c4c54d47a4532db3494ef7332c257ab57b02750daae3250d49e01ee55201ce8", + name = "cui__cargo-lock-8.0.3", + sha256 = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cargo-lock/8.0.2/download"], - strip_prefix = "cargo-lock-8.0.2", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cargo-lock-8.0.2.bazel"), + urls = ["https://crates.io/api/v1/crates/cargo-lock/8.0.3/download"], + strip_prefix = "cargo-lock-8.0.3", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cargo-lock-8.0.3.bazel"), ) maybe( @@ -604,12 +609,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__cargo_metadata-0.15.1", - sha256 = "406c859255d568f4f742b3146d51851f3bfd49f734a2c289d9107c4395ee0062", + name = "cui__cargo_metadata-0.15.2", + sha256 = "982a0cf6a99c350d7246035613882e376d58cebe571785abc5da4f648d53ac0a", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cargo_metadata/0.15.1/download"], - strip_prefix = "cargo_metadata-0.15.1", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cargo_metadata-0.15.1.bazel"), + urls = ["https://crates.io/api/v1/crates/cargo_metadata/0.15.2/download"], + strip_prefix = "cargo_metadata-0.15.2", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cargo_metadata-0.15.2.bazel"), ) maybe( @@ -624,12 +629,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__cc-1.0.73", - sha256 = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11", + name = "cui__cc-1.0.77", + sha256 = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cc/1.0.73/download"], - strip_prefix = "cc-1.0.73", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cc-1.0.73.bazel"), + urls = ["https://crates.io/api/v1/crates/cc/1.0.77/download"], + strip_prefix = "cc-1.0.77", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cc-1.0.77.bazel"), ) maybe( @@ -654,12 +659,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__chrono-0.4.22", - sha256 = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1", + name = "cui__chrono-0.4.23", + sha256 = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/chrono/0.4.22/download"], - strip_prefix = "chrono-0.4.22", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.chrono-0.4.22.bazel"), + urls = ["https://crates.io/api/v1/crates/chrono/0.4.23/download"], + strip_prefix = "chrono-0.4.23", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.chrono-0.4.23.bazel"), ) maybe( @@ -684,22 +689,22 @@ def crate_repositories(): maybe( http_archive, - name = "cui__clap-4.0.18", - sha256 = "335867764ed2de42325fafe6d18b8af74ba97ee0c590fa016f157535b42ab04b", + name = "cui__clap-4.0.29", + sha256 = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/clap/4.0.18/download"], - strip_prefix = "clap-4.0.18", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.clap-4.0.18.bazel"), + urls = ["https://crates.io/api/v1/crates/clap/4.0.29/download"], + strip_prefix = "clap-4.0.29", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.clap-4.0.29.bazel"), ) maybe( http_archive, - name = "cui__clap_derive-4.0.18", - sha256 = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3", + name = "cui__clap_derive-4.0.21", + sha256 = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/clap_derive/4.0.18/download"], - strip_prefix = "clap_derive-4.0.18", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.clap_derive-4.0.18.bazel"), + urls = ["https://crates.io/api/v1/crates/clap_derive/4.0.21/download"], + strip_prefix = "clap_derive-4.0.21", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.clap_derive-4.0.21.bazel"), ) maybe( @@ -744,22 +749,22 @@ def crate_repositories(): maybe( http_archive, - name = "cui__crates-index-0.18.10", - sha256 = "3447ec855b0c44cad8eedb3d32b53837f233894d5f4584a2648a7ebc5d3feef4", + name = "cui__crates-index-0.18.11", + sha256 = "599f67b56f40863598cb30450427049935d05de2e36c61d33c050f04d7ec8cf2", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/crates-index/0.18.10/download"], - strip_prefix = "crates-index-0.18.10", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.crates-index-0.18.10.bazel"), + urls = ["https://crates.io/api/v1/crates/crates-index/0.18.11/download"], + strip_prefix = "crates-index-0.18.11", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.crates-index-0.18.11.bazel"), ) maybe( http_archive, - name = "cui__crossbeam-utils-0.8.12", - sha256 = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac", + name = "cui__crossbeam-utils-0.8.14", + sha256 = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/crossbeam-utils/0.8.12/download"], - strip_prefix = "crossbeam-utils-0.8.12", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.crossbeam-utils-0.8.12.bazel"), + urls = ["https://crates.io/api/v1/crates/crossbeam-utils/0.8.14/download"], + strip_prefix = "crossbeam-utils-0.8.14", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.crossbeam-utils-0.8.14.bazel"), ) maybe( @@ -774,42 +779,42 @@ def crate_repositories(): maybe( http_archive, - name = "cui__cxx-1.0.80", - sha256 = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a", + name = "cui__cxx-1.0.82", + sha256 = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cxx/1.0.80/download"], - strip_prefix = "cxx-1.0.80", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cxx-1.0.80.bazel"), + urls = ["https://crates.io/api/v1/crates/cxx/1.0.82/download"], + strip_prefix = "cxx-1.0.82", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cxx-1.0.82.bazel"), ) maybe( http_archive, - name = "cui__cxx-build-1.0.80", - sha256 = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827", + name = "cui__cxx-build-1.0.82", + sha256 = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cxx-build/1.0.80/download"], - strip_prefix = "cxx-build-1.0.80", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cxx-build-1.0.80.bazel"), + urls = ["https://crates.io/api/v1/crates/cxx-build/1.0.82/download"], + strip_prefix = "cxx-build-1.0.82", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cxx-build-1.0.82.bazel"), ) maybe( http_archive, - name = "cui__cxxbridge-flags-1.0.80", - sha256 = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a", + name = "cui__cxxbridge-flags-1.0.82", + sha256 = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cxxbridge-flags/1.0.80/download"], - strip_prefix = "cxxbridge-flags-1.0.80", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cxxbridge-flags-1.0.80.bazel"), + urls = ["https://crates.io/api/v1/crates/cxxbridge-flags/1.0.82/download"], + strip_prefix = "cxxbridge-flags-1.0.82", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cxxbridge-flags-1.0.82.bazel"), ) maybe( http_archive, - name = "cui__cxxbridge-macro-1.0.80", - sha256 = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7", + name = "cui__cxxbridge-macro-1.0.82", + sha256 = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/cxxbridge-macro/1.0.80/download"], - strip_prefix = "cxxbridge-macro-1.0.80", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cxxbridge-macro-1.0.80.bazel"), + urls = ["https://crates.io/api/v1/crates/cxxbridge-macro/1.0.82/download"], + strip_prefix = "cxxbridge-macro-1.0.82", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.cxxbridge-macro-1.0.82.bazel"), ) maybe( @@ -824,12 +829,32 @@ def crate_repositories(): maybe( http_archive, - name = "cui__digest-0.10.5", - sha256 = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c", + name = "cui__digest-0.10.6", + sha256 = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/digest/0.10.6/download"], + strip_prefix = "digest-0.10.6", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.digest-0.10.6.bazel"), + ) + + maybe( + http_archive, + name = "cui__errno-0.2.8", + sha256 = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/digest/0.10.5/download"], - strip_prefix = "digest-0.10.5", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.digest-0.10.5.bazel"), + urls = ["https://crates.io/api/v1/crates/errno/0.2.8/download"], + strip_prefix = "errno-0.2.8", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.errno-0.2.8.bazel"), + ) + + maybe( + http_archive, + name = "cui__errno-dragonfly-0.1.2", + sha256 = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download"], + strip_prefix = "errno-dragonfly-0.1.2", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.errno-dragonfly-0.1.2.bazel"), ) maybe( @@ -952,6 +977,16 @@ def crate_repositories(): build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.hermit-abi-0.1.19.bazel"), ) + maybe( + http_archive, + name = "cui__hermit-abi-0.2.6", + sha256 = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/hermit-abi/0.2.6/download"], + strip_prefix = "hermit-abi-0.2.6", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.hermit-abi-0.2.6.bazel"), + ) + maybe( http_archive, name = "cui__hex-0.4.3", @@ -984,12 +1019,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__iana-time-zone-0.1.51", - sha256 = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed", + name = "cui__iana-time-zone-0.1.53", + sha256 = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/iana-time-zone/0.1.51/download"], - strip_prefix = "iana-time-zone-0.1.51", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.iana-time-zone-0.1.51.bazel"), + urls = ["https://crates.io/api/v1/crates/iana-time-zone/0.1.53/download"], + strip_prefix = "iana-time-zone-0.1.53", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.iana-time-zone-0.1.53.bazel"), ) maybe( @@ -1032,6 +1067,26 @@ def crate_repositories(): build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.instant-0.1.12.bazel"), ) + maybe( + http_archive, + name = "cui__io-lifetimes-1.0.3", + sha256 = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/io-lifetimes/1.0.3/download"], + strip_prefix = "io-lifetimes-1.0.3", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.io-lifetimes-1.0.3.bazel"), + ) + + maybe( + http_archive, + name = "cui__is-terminal-0.4.1", + sha256 = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/is-terminal/0.4.1/download"], + strip_prefix = "is-terminal-0.4.1", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.is-terminal-0.4.1.bazel"), + ) + maybe( http_archive, name = "cui__itoa-1.0.4", @@ -1074,12 +1129,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__libc-0.2.136", - sha256 = "55edcf6c0bb319052dea84732cf99db461780fd5e8d3eb46ab6ff312ab31f197", + name = "cui__libc-0.2.137", + sha256 = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/libc/0.2.136/download"], - strip_prefix = "libc-0.2.136", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.libc-0.2.136.bazel"), + urls = ["https://crates.io/api/v1/crates/libc/0.2.137/download"], + strip_prefix = "libc-0.2.137", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.libc-0.2.137.bazel"), ) maybe( @@ -1112,6 +1167,16 @@ def crate_repositories(): build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.link-cplusplus-1.0.7.bazel"), ) + maybe( + http_archive, + name = "cui__linux-raw-sys-0.1.3", + sha256 = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/linux-raw-sys/0.1.3/download"], + strip_prefix = "linux-raw-sys-0.1.3", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.linux-raw-sys-0.1.3.bazel"), + ) + maybe( http_archive, name = "cui__log-0.4.17", @@ -1224,32 +1289,32 @@ def crate_repositories(): maybe( http_archive, - name = "cui__num_cpus-1.13.1", - sha256 = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1", + name = "cui__num_cpus-1.14.0", + sha256 = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/num_cpus/1.13.1/download"], - strip_prefix = "num_cpus-1.13.1", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.num_cpus-1.13.1.bazel"), + urls = ["https://crates.io/api/v1/crates/num_cpus/1.14.0/download"], + strip_prefix = "num_cpus-1.14.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.num_cpus-1.14.0.bazel"), ) maybe( http_archive, - name = "cui__once_cell-1.15.0", - sha256 = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1", + name = "cui__once_cell-1.16.0", + sha256 = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/once_cell/1.15.0/download"], - strip_prefix = "once_cell-1.15.0", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.once_cell-1.15.0.bazel"), + urls = ["https://crates.io/api/v1/crates/once_cell/1.16.0/download"], + strip_prefix = "once_cell-1.16.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.once_cell-1.16.0.bazel"), ) maybe( http_archive, - name = "cui__os_str_bytes-6.3.0", - sha256 = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff", + name = "cui__os_str_bytes-6.4.1", + sha256 = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/os_str_bytes/6.3.0/download"], - strip_prefix = "os_str_bytes-6.3.0", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.os_str_bytes-6.3.0.bazel"), + urls = ["https://crates.io/api/v1/crates/os_str_bytes/6.4.1/download"], + strip_prefix = "os_str_bytes-6.4.1", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.os_str_bytes-6.4.1.bazel"), ) maybe( @@ -1284,42 +1349,42 @@ def crate_repositories(): maybe( http_archive, - name = "cui__pest-2.4.0", - sha256 = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a", + name = "cui__pest-2.5.0", + sha256 = "5f400b0f7905bf702f9f3dc3df5a121b16c54e9e8012c082905fdf09a931861a", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/pest/2.4.0/download"], - strip_prefix = "pest-2.4.0", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.pest-2.4.0.bazel"), + urls = ["https://crates.io/api/v1/crates/pest/2.5.0/download"], + strip_prefix = "pest-2.5.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.pest-2.5.0.bazel"), ) maybe( http_archive, - name = "cui__pest_derive-2.4.0", - sha256 = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2", + name = "cui__pest_derive-2.5.0", + sha256 = "423c2ba011d6e27b02b482a3707c773d19aec65cc024637aec44e19652e66f63", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/pest_derive/2.4.0/download"], - strip_prefix = "pest_derive-2.4.0", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.pest_derive-2.4.0.bazel"), + urls = ["https://crates.io/api/v1/crates/pest_derive/2.5.0/download"], + strip_prefix = "pest_derive-2.5.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.pest_derive-2.5.0.bazel"), ) maybe( http_archive, - name = "cui__pest_generator-2.4.0", - sha256 = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db", + name = "cui__pest_generator-2.5.0", + sha256 = "3e64e6c2c85031c02fdbd9e5c72845445ca0a724d419aa0bc068ac620c9935c1", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/pest_generator/2.4.0/download"], - strip_prefix = "pest_generator-2.4.0", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.pest_generator-2.4.0.bazel"), + urls = ["https://crates.io/api/v1/crates/pest_generator/2.5.0/download"], + strip_prefix = "pest_generator-2.5.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.pest_generator-2.5.0.bazel"), ) maybe( http_archive, - name = "cui__pest_meta-2.4.0", - sha256 = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d", + name = "cui__pest_meta-2.5.0", + sha256 = "57959b91f0a133f89a68be874a5c88ed689c19cd729ecdb5d762ebf16c64d662", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/pest_meta/2.4.0/download"], - strip_prefix = "pest_meta-2.4.0", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.pest_meta-2.4.0.bazel"), + urls = ["https://crates.io/api/v1/crates/pest_meta/2.5.0/download"], + strip_prefix = "pest_meta-2.5.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.pest_meta-2.5.0.bazel"), ) maybe( @@ -1364,22 +1429,22 @@ def crate_repositories(): maybe( http_archive, - name = "cui__pkg-config-0.3.25", - sha256 = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae", + name = "cui__pkg-config-0.3.26", + sha256 = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/pkg-config/0.3.25/download"], - strip_prefix = "pkg-config-0.3.25", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.pkg-config-0.3.25.bazel"), + urls = ["https://crates.io/api/v1/crates/pkg-config/0.3.26/download"], + strip_prefix = "pkg-config-0.3.26", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.pkg-config-0.3.26.bazel"), ) maybe( http_archive, - name = "cui__ppv-lite86-0.2.16", - sha256 = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872", + name = "cui__ppv-lite86-0.2.17", + sha256 = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/ppv-lite86/0.2.16/download"], - strip_prefix = "ppv-lite86-0.2.16", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.ppv-lite86-0.2.16.bazel"), + urls = ["https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download"], + strip_prefix = "ppv-lite86-0.2.17", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.ppv-lite86-0.2.17.bazel"), ) maybe( @@ -1504,22 +1569,22 @@ def crate_repositories(): maybe( http_archive, - name = "cui__regex-1.6.0", - sha256 = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b", + name = "cui__regex-1.7.0", + sha256 = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/regex/1.6.0/download"], - strip_prefix = "regex-1.6.0", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.regex-1.6.0.bazel"), + urls = ["https://crates.io/api/v1/crates/regex/1.7.0/download"], + strip_prefix = "regex-1.7.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.regex-1.7.0.bazel"), ) maybe( http_archive, - name = "cui__regex-syntax-0.6.27", - sha256 = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244", + name = "cui__regex-syntax-0.6.28", + sha256 = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/regex-syntax/0.6.27/download"], - strip_prefix = "regex-syntax-0.6.27", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.regex-syntax-0.6.27.bazel"), + urls = ["https://crates.io/api/v1/crates/regex-syntax/0.6.28/download"], + strip_prefix = "regex-syntax-0.6.28", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.regex-syntax-0.6.28.bazel"), ) maybe( @@ -1552,6 +1617,16 @@ def crate_repositories(): build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.rustc-serialize-0.3.24.bazel"), ) + maybe( + http_archive, + name = "cui__rustix-0.36.4", + sha256 = "cb93e85278e08bb5788653183213d3a60fc242b10cb9be96586f5a73dcb67c23", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/rustix/0.36.4/download"], + strip_prefix = "rustix-0.36.4", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.rustix-0.36.4.bazel"), + ) + maybe( http_archive, name = "cui__ryu-1.0.11", @@ -1594,32 +1669,32 @@ def crate_repositories(): maybe( http_archive, - name = "cui__serde-1.0.147", - sha256 = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965", + name = "cui__serde-1.0.148", + sha256 = "e53f64bb4ba0191d6d0676e1b141ca55047d83b74f5607e6d8eb88126c52c2dc", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/serde/1.0.147/download"], - strip_prefix = "serde-1.0.147", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.serde-1.0.147.bazel"), + urls = ["https://crates.io/api/v1/crates/serde/1.0.148/download"], + strip_prefix = "serde-1.0.148", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.serde-1.0.148.bazel"), ) maybe( http_archive, - name = "cui__serde_derive-1.0.147", - sha256 = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852", + name = "cui__serde_derive-1.0.148", + sha256 = "a55492425aa53521babf6137309e7d34c20bbfbbfcfe2c7f3a047fd1f6b92c0c", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/serde_derive/1.0.147/download"], - strip_prefix = "serde_derive-1.0.147", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.serde_derive-1.0.147.bazel"), + urls = ["https://crates.io/api/v1/crates/serde_derive/1.0.148/download"], + strip_prefix = "serde_derive-1.0.148", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.serde_derive-1.0.148.bazel"), ) maybe( http_archive, - name = "cui__serde_json-1.0.87", - sha256 = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45", + name = "cui__serde_json-1.0.89", + sha256 = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/serde_json/1.0.87/download"], - strip_prefix = "serde_json-1.0.87", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.serde_json-1.0.87.bazel"), + urls = ["https://crates.io/api/v1/crates/serde_json/1.0.89/download"], + strip_prefix = "serde_json-1.0.89", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.serde_json-1.0.89.bazel"), ) maybe( @@ -1724,12 +1799,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__syn-1.0.103", - sha256 = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d", + name = "cui__syn-1.0.105", + sha256 = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908", type = "tar.gz", - urls = ["https://crates.io/api/v1/crates/syn/1.0.103/download"], - strip_prefix = "syn-1.0.103", - build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.syn-1.0.103.bazel"), + urls = ["https://crates.io/api/v1/crates/syn/1.0.105/download"], + strip_prefix = "syn-1.0.105", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.syn-1.0.105.bazel"), ) maybe( @@ -2111,3 +2186,83 @@ def crate_repositories(): strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0", build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), ) + + maybe( + http_archive, + name = "cui__windows-sys-0.42.0", + sha256 = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/windows-sys/0.42.0/download"], + strip_prefix = "windows-sys-0.42.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.windows-sys-0.42.0.bazel"), + ) + + maybe( + http_archive, + name = "cui__windows_aarch64_gnullvm-0.42.0", + sha256 = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.0/download"], + strip_prefix = "windows_aarch64_gnullvm-0.42.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.42.0.bazel"), + ) + + maybe( + http_archive, + name = "cui__windows_aarch64_msvc-0.42.0", + sha256 = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.0/download"], + strip_prefix = "windows_aarch64_msvc-0.42.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.windows_aarch64_msvc-0.42.0.bazel"), + ) + + maybe( + http_archive, + name = "cui__windows_i686_gnu-0.42.0", + sha256 = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/windows_i686_gnu/0.42.0/download"], + strip_prefix = "windows_i686_gnu-0.42.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.windows_i686_gnu-0.42.0.bazel"), + ) + + maybe( + http_archive, + name = "cui__windows_i686_msvc-0.42.0", + sha256 = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/windows_i686_msvc/0.42.0/download"], + strip_prefix = "windows_i686_msvc-0.42.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.windows_i686_msvc-0.42.0.bazel"), + ) + + maybe( + http_archive, + name = "cui__windows_x86_64_gnu-0.42.0", + sha256 = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.0/download"], + strip_prefix = "windows_x86_64_gnu-0.42.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.windows_x86_64_gnu-0.42.0.bazel"), + ) + + maybe( + http_archive, + name = "cui__windows_x86_64_gnullvm-0.42.0", + sha256 = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.0/download"], + strip_prefix = "windows_x86_64_gnullvm-0.42.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.42.0.bazel"), + ) + + maybe( + http_archive, + name = "cui__windows_x86_64_msvc-0.42.0", + sha256 = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5", + type = "tar.gz", + urls = ["https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.0/download"], + strip_prefix = "windows_x86_64_msvc-0.42.0", + build_file = Label("@rules_rust//crate_universe/3rdparty/crates:BUILD.windows_x86_64_msvc-0.42.0.bazel"), + ) diff --git a/crate_universe/Cargo.lock b/crate_universe/Cargo.lock index 5db72a29b8..94a8d24d4d 100644 --- a/crate_universe/Cargo.lock +++ b/crate_universe/Cargo.lock @@ -15,9 +15,9 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "0.7.19" +version = "0.7.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" +checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" dependencies = [ "memchr", ] @@ -37,17 +37,6 @@ version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" -[[package]] -name = "atty" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" -dependencies = [ - "hermit-abi", - "libc", - "winapi", -] - [[package]] name = "autocfg" version = "1.1.0" @@ -123,9 +112,9 @@ dependencies = [ [[package]] name = "cargo-lock" -version = "8.0.2" +version = "8.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c4c54d47a4532db3494ef7332c257ab57b02750daae3250d49e01ee55201ce8" +checksum = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996" dependencies = [ "semver", "serde", @@ -144,9 +133,9 @@ dependencies = [ [[package]] name = "cargo_metadata" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "406c859255d568f4f742b3146d51851f3bfd49f734a2c289d9107c4395ee0062" +checksum = "982a0cf6a99c350d7246035613882e376d58cebe571785abc5da4f648d53ac0a" dependencies = [ "camino", "cargo-platform", @@ -168,9 +157,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.73" +version = "1.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" +checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4" dependencies = [ "jobserver", ] @@ -192,9 +181,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.22" +version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" +checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" dependencies = [ "iana-time-zone", "num-integer", @@ -226,14 +215,14 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.18" +version = "4.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "335867764ed2de42325fafe6d18b8af74ba97ee0c590fa016f157535b42ab04b" +checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d" dependencies = [ - "atty", "bitflags", "clap_derive", "clap_lex", + "is-terminal", "once_cell", "strsim", "termcolor", @@ -241,9 +230,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.0.18" +version = "4.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3" +checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014" dependencies = [ "heck", "proc-macro-error", @@ -288,9 +277,9 @@ dependencies = [ [[package]] name = "crates-index" -version = "0.18.10" +version = "0.18.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3447ec855b0c44cad8eedb3d32b53837f233894d5f4584a2648a7ebc5d3feef4" +checksum = "599f67b56f40863598cb30450427049935d05de2e36c61d33c050f04d7ec8cf2" dependencies = [ "git2", "hex", @@ -303,6 +292,7 @@ dependencies = [ "serde_derive", "serde_json", "smartstring", + "toml", ] [[package]] @@ -314,9 +304,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.12" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac" +checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" dependencies = [ "cfg-if", ] @@ -333,9 +323,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.80" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a" +checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453" dependencies = [ "cc", "cxxbridge-flags", @@ -345,9 +335,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.80" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827" +checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0" dependencies = [ "cc", "codespan-reporting", @@ -360,15 +350,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.80" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a" +checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71" [[package]] name = "cxxbridge-macro" -version = "1.0.80" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7" +checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470" dependencies = [ "proc-macro2", "quote", @@ -383,14 +373,35 @@ checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" [[package]] name = "digest" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c" +checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" dependencies = [ "block-buffer", "crypto-common", ] +[[package]] +name = "errno" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" +dependencies = [ + "errno-dragonfly", + "libc", + "winapi", +] + +[[package]] +name = "errno-dragonfly" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" +dependencies = [ + "cc", + "libc", +] + [[package]] name = "fastrand" version = "1.8.0" @@ -503,6 +514,15 @@ dependencies = [ "libc", ] +[[package]] +name = "hermit-abi" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" +dependencies = [ + "libc", +] + [[package]] name = "hex" version = "0.4.3" @@ -529,9 +549,9 @@ checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026" [[package]] name = "iana-time-zone" -version = "0.1.51" +version = "0.1.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed" +checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -588,6 +608,28 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "io-lifetimes" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c" +dependencies = [ + "libc", + "windows-sys", +] + +[[package]] +name = "is-terminal" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330" +dependencies = [ + "hermit-abi 0.2.6", + "io-lifetimes", + "rustix", + "windows-sys", +] + [[package]] name = "itoa" version = "1.0.4" @@ -620,9 +662,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.136" +version = "0.2.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55edcf6c0bb319052dea84732cf99db461780fd5e8d3eb46ab6ff312ab31f197" +checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" [[package]] name = "libgit2-sys" @@ -657,6 +699,12 @@ dependencies = [ "cc", ] +[[package]] +name = "linux-raw-sys" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f" + [[package]] name = "log" version = "0.4.17" @@ -767,25 +815,25 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.13.1" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" +checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" dependencies = [ - "hermit-abi", + "hermit-abi 0.1.19", "libc", ] [[package]] name = "once_cell" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" +checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" [[package]] name = "os_str_bytes" -version = "6.3.0" +version = "6.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" +checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" [[package]] name = "parse-zoneinfo" @@ -810,9 +858,9 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "pest" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a" +checksum = "5f400b0f7905bf702f9f3dc3df5a121b16c54e9e8012c082905fdf09a931861a" dependencies = [ "thiserror", "ucd-trie", @@ -820,9 +868,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2" +checksum = "423c2ba011d6e27b02b482a3707c773d19aec65cc024637aec44e19652e66f63" dependencies = [ "pest", "pest_generator", @@ -830,9 +878,9 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db" +checksum = "3e64e6c2c85031c02fdbd9e5c72845445ca0a724d419aa0bc068ac620c9935c1" dependencies = [ "pest", "pest_meta", @@ -843,9 +891,9 @@ dependencies = [ [[package]] name = "pest_meta" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d" +checksum = "57959b91f0a133f89a68be874a5c88ed689c19cd729ecdb5d762ebf16c64d662" dependencies = [ "once_cell", "pest", @@ -893,15 +941,15 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" +checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" [[package]] name = "ppv-lite86" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" +checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "proc-macro-error" @@ -1023,9 +1071,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" +checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" dependencies = [ "aho-corasick", "memchr", @@ -1034,9 +1082,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.27" +version = "0.6.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" +checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "remove_dir_all" @@ -1059,6 +1107,20 @@ version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" +[[package]] +name = "rustix" +version = "0.36.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb93e85278e08bb5788653183213d3a60fc242b10cb9be96586f5a73dcb67c23" +dependencies = [ + "bitflags", + "errno", + "io-lifetimes", + "libc", + "linux-raw-sys", + "windows-sys", +] + [[package]] name = "ryu" version = "1.0.11" @@ -1091,18 +1153,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.147" +version = "1.0.148" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965" +checksum = "e53f64bb4ba0191d6d0676e1b141ca55047d83b74f5607e6d8eb88126c52c2dc" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.147" +version = "1.0.148" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852" +checksum = "a55492425aa53521babf6137309e7d34c20bbfbbfcfe2c7f3a047fd1f6b92c0c" dependencies = [ "proc-macro2", "quote", @@ -1111,9 +1173,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" +checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db" dependencies = [ "itoa", "ryu", @@ -1204,9 +1266,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "syn" -version = "1.0.103" +version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d" +checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908" dependencies = [ "proc-macro2", "quote", @@ -1564,3 +1626,60 @@ name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + +[[package]] +name = "windows-sys" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" +dependencies = [ + "windows_aarch64_gnullvm", + "windows_aarch64_msvc", + "windows_i686_gnu", + "windows_i686_msvc", + "windows_x86_64_gnu", + "windows_x86_64_gnullvm", + "windows_x86_64_msvc", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" + +[[package]] +name = "windows_i686_gnu" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" + +[[package]] +name = "windows_i686_msvc" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" diff --git a/crate_universe/Cargo.toml b/crate_universe/Cargo.toml index 986476dbbb..4f6ab03a31 100644 --- a/crate_universe/Cargo.toml +++ b/crate_universe/Cargo.toml @@ -19,21 +19,21 @@ default = ["cargo"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.57" -cargo_metadata = "0.15.1" +anyhow = "1.0.66" +cargo_metadata = "0.15.2" cargo_toml = "0.13.0" -cargo-lock = "8.0.2" +cargo-lock = "8.0.3" cargo-platform = "0.1.2" cfg-expr = "0.12.0" -clap = { version = "4.0.13", features = ["derive", "env"] } -crates-index = { version = "0.18.10", default-features = false } +clap = { version = "4.0.29", features = ["derive", "env"] } +crates-index = { version = "0.18.11", default-features = false } hex = "0.4.3" normpath = "0.3.2" pathdiff = "0.2.1" -regex = "1.6.0" +regex = "1.7.0" semver = "1.0.14" -serde = "1.0.145" -serde_json = "1.0.86" +serde = "1.0.148" +serde_json = "1.0.89" sha2 = "0.10.6" tempfile = "3.3.0" tera = "1.17.1"