Skip to content

Commit

Permalink
Update libc (transitive dependency) to v0.2.88. (proxy-wasm#87)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora authored and nullpo-head committed Apr 20, 2021
1 parent 5f5517f commit d588811
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 @@ -109,9 +109,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

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

[[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_87",
url = "https://crates.io/api/v1/crates/libc/0.2.87/download",
name = "raze__libc__0_2_88",
url = "https://crates.io/api/v1/crates/libc/0.2.88/download",
type = "tar.gz",
sha256 = "265d751d31d6780a3f956bb5b8022feba2d94eeee5a84ba64f4212eedca42213",
strip_prefix = "libc-0.2.87",
build_file = Label("//bazel/cargo/remote:BUILD.libc-0.2.87.bazel"),
sha256 = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a",
strip_prefix = "libc-0.2.88",
build_file = Label("//bazel/cargo/remote:BUILD.libc-0.2.88.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_87//:libc",
"@raze__libc__0_2_88//: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 @@ -156,7 +156,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-freebsd",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_87//:libc",
"@raze__libc__0_2_88//: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.87",
version = "0.2.88",
visibility = ["//visibility:private"],
deps = [
],
Expand All @@ -78,7 +78,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.2.87",
version = "0.2.88",
# 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_87//:libc",
"@raze__libc__0_2_88//:libc",
] + selects.with_or({
# cfg(windows)
(
Expand Down

0 comments on commit d588811

Please sign in to comment.