diff --git a/bazel/cargo/BUILD.bazel b/bazel/cargo/BUILD.bazel index 848bf6cf..83824d0b 100644 --- a/bazel/cargo/BUILD.bazel +++ b/bazel/cargo/BUILD.bazel @@ -41,7 +41,7 @@ alias( alias( name = "hashbrown", - actual = "@raze__hashbrown__0_11_1//:hashbrown", + actual = "@raze__hashbrown__0_11_2//:hashbrown", tags = [ "cargo-raze", "manual", diff --git a/bazel/cargo/Cargo.raze.lock b/bazel/cargo/Cargo.raze.lock index 36c2b520..29166ccd 100644 --- a/bazel/cargo/Cargo.raze.lock +++ b/bazel/cargo/Cargo.raze.lock @@ -55,18 +55,18 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3de7a9a685bb301f5cb29587f13833270c59e7d2c6f457a66372996afad4504" +checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" dependencies = [ "ahash", ] [[package]] name = "libc" -version = "0.2.90" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae" +checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7" [[package]] name = "log" diff --git a/bazel/cargo/crates.bzl b/bazel/cargo/crates.bzl index 7bac9617..b75dcb71 100644 --- a/bazel/cargo/crates.bzl +++ b/bazel/cargo/crates.bzl @@ -63,22 +63,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__hashbrown__0_11_1", - url = "https://crates.io/api/v1/crates/hashbrown/0.11.1/download", + name = "raze__hashbrown__0_11_2", + url = "https://crates.io/api/v1/crates/hashbrown/0.11.2/download", type = "tar.gz", - sha256 = "a3de7a9a685bb301f5cb29587f13833270c59e7d2c6f457a66372996afad4504", - strip_prefix = "hashbrown-0.11.1", - build_file = Label("//bazel/cargo/remote:BUILD.hashbrown-0.11.1.bazel"), + sha256 = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e", + strip_prefix = "hashbrown-0.11.2", + build_file = Label("//bazel/cargo/remote:BUILD.hashbrown-0.11.2.bazel"), ) maybe( http_archive, - name = "raze__libc__0_2_90", - url = "https://crates.io/api/v1/crates/libc/0.2.90/download", + name = "raze__libc__0_2_91", + url = "https://crates.io/api/v1/crates/libc/0.2.91/download", type = "tar.gz", - sha256 = "ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae", - strip_prefix = "libc-0.2.90", - build_file = Label("//bazel/cargo/remote:BUILD.libc-0.2.90.bazel"), + sha256 = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7", + strip_prefix = "libc-0.2.91", + build_file = Label("//bazel/cargo/remote:BUILD.libc-0.2.91.bazel"), ) maybe( diff --git a/bazel/cargo/remote/BUILD.chrono-0.4.19.bazel b/bazel/cargo/remote/BUILD.chrono-0.4.19.bazel index 187a9e48..e7f7c763 100644 --- a/bazel/cargo/remote/BUILD.chrono-0.4.19.bazel +++ b/bazel/cargo/remote/BUILD.chrono-0.4.19.bazel @@ -62,7 +62,7 @@ rust_library( version = "0.4.19", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_90//:libc", + "@raze__libc__0_2_91//:libc", "@raze__num_integer__0_1_44//:num_integer", "@raze__num_traits__0_2_14//:num_traits", "@raze__time__0_1_43//:time", diff --git a/bazel/cargo/remote/BUILD.getrandom-0.2.2.bazel b/bazel/cargo/remote/BUILD.getrandom-0.2.2.bazel index 5a92851d..ae4616f0 100644 --- a/bazel/cargo/remote/BUILD.getrandom-0.2.2.bazel +++ b/bazel/cargo/remote/BUILD.getrandom-0.2.2.bazel @@ -155,7 +155,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-freebsd", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_90//:libc", + "@raze__libc__0_2_91//:libc", ], "//conditions:default": [], }), diff --git a/bazel/cargo/remote/BUILD.hashbrown-0.11.1.bazel b/bazel/cargo/remote/BUILD.hashbrown-0.11.2.bazel similarity index 98% rename from bazel/cargo/remote/BUILD.hashbrown-0.11.1.bazel rename to bazel/cargo/remote/BUILD.hashbrown-0.11.2.bazel index 71a680f1..6b577211 100644 --- a/bazel/cargo/remote/BUILD.hashbrown-0.11.1.bazel +++ b/bazel/cargo/remote/BUILD.hashbrown-0.11.2.bazel @@ -51,7 +51,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.11.1", + version = "0.11.2", # buildifier: leave-alone deps = [ "@raze__ahash__0_7_2//:ahash", diff --git a/bazel/cargo/remote/BUILD.libc-0.2.90.bazel b/bazel/cargo/remote/BUILD.libc-0.2.91.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.libc-0.2.90.bazel rename to bazel/cargo/remote/BUILD.libc-0.2.91.bazel index 7558e274..6ec44239 100644 --- a/bazel/cargo/remote/BUILD.libc-0.2.90.bazel +++ b/bazel/cargo/remote/BUILD.libc-0.2.91.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.90", + version = "0.2.91", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.90", + version = "0.2.91", # buildifier: leave-alone deps = [ ":libc_build_script", diff --git a/bazel/cargo/remote/BUILD.time-0.1.43.bazel b/bazel/cargo/remote/BUILD.time-0.1.43.bazel index f0e7cbec..1aa9bdd9 100644 --- a/bazel/cargo/remote/BUILD.time-0.1.43.bazel +++ b/bazel/cargo/remote/BUILD.time-0.1.43.bazel @@ -51,7 +51,7 @@ rust_library( version = "0.1.43", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_90//:libc", + "@raze__libc__0_2_91//:libc", ] + selects.with_or({ # cfg(windows) (