Skip to content

Commit 32f593c

Browse files
authored
Update version_check (transitive dependency) to v0.9.3. (#94)
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
1 parent c5a72ca commit 32f593c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

bazel/cargo/Cargo.raze.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ dependencies = [
132132

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

139139
[[package]]
140140
name = "wasi"

bazel/cargo/crates.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ def raze_fetch_remote_crates():
133133

134134
maybe(
135135
http_archive,
136-
name = "raze__version_check__0_9_2",
137-
url = "https://crates.io/api/v1/crates/version_check/0.9.2/download",
136+
name = "raze__version_check__0_9_3",
137+
url = "https://crates.io/api/v1/crates/version_check/0.9.3/download",
138138
type = "tar.gz",
139-
sha256 = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed",
140-
strip_prefix = "version_check-0.9.2",
141-
build_file = Label("//bazel/cargo/remote:BUILD.version_check-0.9.2.bazel"),
139+
sha256 = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe",
140+
strip_prefix = "version_check-0.9.3",
141+
build_file = Label("//bazel/cargo/remote:BUILD.version_check-0.9.3.bazel"),
142142
)
143143

144144
maybe(

bazel/cargo/remote/BUILD.ahash-0.7.2.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ cargo_build_script(
5656
version = "0.7.2",
5757
visibility = ["//visibility:private"],
5858
deps = [
59-
"@raze__version_check__0_9_2//:version_check",
59+
"@raze__version_check__0_9_3//:version_check",
6060
] + selects.with_or({
6161
# 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"))
6262
(

bazel/cargo/remote/BUILD.version_check-0.9.2.bazel renamed to bazel/cargo/remote/BUILD.version_check-0.9.3.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rust_library(
4646
"cargo-raze",
4747
"manual",
4848
],
49-
version = "0.9.2",
49+
version = "0.9.3",
5050
# buildifier: leave-alone
5151
deps = [
5252
],

0 commit comments

Comments
 (0)