Skip to content

Commit 00782e2

Browse files
authored
Update chrono to v0.4.15. (#33)
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
1 parent b5ec8dd commit 00782e2

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

cargo/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ licenses([
1010
])
1111
alias(
1212
name = "chrono",
13-
actual = "@raze__chrono__0_4_13//:chrono",
13+
actual = "@raze__chrono__0_4_15//:chrono",
1414
tags = ["cargo-raze"],
1515
)
1616
alias(

cargo/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo/crates.bzl

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

4646
_new_http_archive(
47-
name = "raze__chrono__0_4_13",
48-
url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/chrono/chrono-0.4.13.crate",
47+
name = "raze__chrono__0_4_15",
48+
url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/chrono/chrono-0.4.15.crate",
4949
type = "tar.gz",
50-
sha256 = "c74d84029116787153e02106bf53e66828452a4b325cc8652b788b5967c0a0b6",
51-
strip_prefix = "chrono-0.4.13",
52-
build_file = Label("//cargo/remote:chrono-0.4.13.BUILD"),
50+
sha256 = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b",
51+
strip_prefix = "chrono-0.4.15",
52+
build_file = Label("//cargo/remote:chrono-0.4.15.BUILD"),
5353
)
5454

5555
_new_http_archive(

cargo/remote/chrono-0.4.13.BUILD renamed to cargo/remote/chrono-0.4.15.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rust_library(
3939
rustc_flags = [
4040
"--cap-lints=allow",
4141
],
42-
version = "0.4.13",
42+
version = "0.4.15",
4343
tags = ["cargo-raze"],
4444
crate_features = [
4545
"clock",

0 commit comments

Comments
 (0)