Skip to content

Commit

Permalink
Update libc (transitive dependency) to v0.2.87. (#86)
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 3, 2021
1 parent 654ac73 commit fdf1a11
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 @@ -59,9 +59,9 @@ dependencies = [

[[package]]
name = "libc"
version = "0.2.86"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
checksum = "265d751d31d6780a3f956bb5b8022feba2d94eeee5a84ba64f4212eedca42213"

[[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_86",
url = "https://crates.io/api/v1/crates/libc/0.2.86/download",
name = "raze__libc__0_2_87",
url = "https://crates.io/api/v1/crates/libc/0.2.87/download",
type = "tar.gz",
sha256 = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c",
strip_prefix = "libc-0.2.86",
build_file = Label("//bazel/cargo/remote:BUILD.libc-0.2.86.bazel"),
sha256 = "265d751d31d6780a3f956bb5b8022feba2d94eeee5a84ba64f4212eedca42213",
strip_prefix = "libc-0.2.87",
build_file = Label("//bazel/cargo/remote:BUILD.libc-0.2.87.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_86//:libc",
"@raze__libc__0_2_87//: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 @@ -154,7 +154,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-freebsd",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_86//:libc",
"@raze__libc__0_2_87//:libc",
],
"//conditions:default": [],
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.2.86",
version = "0.2.87",
visibility = ["//visibility:private"],
deps = [
],
Expand All @@ -78,7 +78,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.2.86",
version = "0.2.87",
# 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_86//:libc",
"@raze__libc__0_2_87//:libc",
] + selects.with_or({
# cfg(windows)
(
Expand Down

0 comments on commit fdf1a11

Please sign in to comment.