Skip to content

Commit

Permalink
Update libc (transitive dependency) to v0.2.89. (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
  • Loading branch information
PiotrSikora authored Mar 16, 2021
1 parent d2a0169 commit 5d1e00f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions bazel/cargo/Cargo.raze.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ dependencies = [

[[package]]
name = "libc"
version = "0.2.88"
version = "0.2.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"
checksum = "538c092e5586f4cdd7dd8078c4a79220e3e168880218124dcbce860f0ea938c6"

[[package]]
name = "log"
Expand Down
10 changes: 5 additions & 5 deletions bazel/cargo/crates.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ def raze_fetch_remote_crates():

maybe(
http_archive,
name = "raze__libc__0_2_88",
url = "https://crates.io/api/v1/crates/libc/0.2.88/download",
name = "raze__libc__0_2_89",
url = "https://crates.io/api/v1/crates/libc/0.2.89/download",
type = "tar.gz",
sha256 = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a",
strip_prefix = "libc-0.2.88",
build_file = Label("//bazel/cargo/remote:BUILD.libc-0.2.88.bazel"),
sha256 = "538c092e5586f4cdd7dd8078c4a79220e3e168880218124dcbce860f0ea938c6",
strip_prefix = "libc-0.2.89",
build_file = Label("//bazel/cargo/remote:BUILD.libc-0.2.89.bazel"),
)

maybe(
Expand Down
2 changes: 1 addition & 1 deletion bazel/cargo/remote/BUILD.chrono-0.4.19.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ rust_library(
version = "0.4.19",
# buildifier: leave-alone
deps = [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_89//:libc",
"@raze__num_integer__0_1_44//:num_integer",
"@raze__num_traits__0_2_14//:num_traits",
"@raze__time__0_1_43//:time",
Expand Down
2 changes: 1 addition & 1 deletion bazel/cargo/remote/BUILD.getrandom-0.2.2.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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_88//:libc",
"@raze__libc__0_2_89//:libc",
],
"//conditions:default": [],
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.2.88",
version = "0.2.89",
visibility = ["//visibility:private"],
deps = [
],
Expand All @@ -79,7 +79,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.2.88",
version = "0.2.89",
# buildifier: leave-alone
deps = [
":libc_build_script",
Expand Down
2 changes: 1 addition & 1 deletion bazel/cargo/remote/BUILD.time-0.1.43.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rust_library(
version = "0.1.43",
# buildifier: leave-alone
deps = [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_89//:libc",
] + selects.with_or({
# cfg(windows)
(
Expand Down

0 comments on commit 5d1e00f

Please sign in to comment.