Skip to content

Commit

Permalink
Update version_check (transitive dependency) to v0.9.3. (#94)
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 17, 2021
1 parent c5a72ca commit 32f593c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions bazel/cargo/Cargo.raze.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ dependencies = [

[[package]]
name = "version_check"
version = "0.9.2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"

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

maybe(
http_archive,
name = "raze__version_check__0_9_2",
url = "https://crates.io/api/v1/crates/version_check/0.9.2/download",
name = "raze__version_check__0_9_3",
url = "https://crates.io/api/v1/crates/version_check/0.9.3/download",
type = "tar.gz",
sha256 = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed",
strip_prefix = "version_check-0.9.2",
build_file = Label("//bazel/cargo/remote:BUILD.version_check-0.9.2.bazel"),
sha256 = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe",
strip_prefix = "version_check-0.9.3",
build_file = Label("//bazel/cargo/remote:BUILD.version_check-0.9.3.bazel"),
)

maybe(
Expand Down
2 changes: 1 addition & 1 deletion bazel/cargo/remote/BUILD.ahash-0.7.2.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cargo_build_script(
version = "0.7.2",
visibility = ["//visibility:private"],
deps = [
"@raze__version_check__0_9_2//:version_check",
"@raze__version_check__0_9_3//:version_check",
] + selects.with_or({
# 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"))
(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.9.2",
version = "0.9.3",
# buildifier: leave-alone
deps = [
],
Expand Down

0 comments on commit 32f593c

Please sign in to comment.