Skip to content

Commit fadd19f

Browse files
committed
Update to time 0.13
This doesn't actually remove the duplicate 0.12 dependency until rustwide also updates.
1 parent a498534 commit fadd19f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ zstd = "0.5"
5050
git2 = { version = "0.13.6", default-features = false }
5151
path-slash = "0.1.3"
5252
once_cell = { version = "1.4.0", features = ["parking_lot"] }
53-
base64 = "0.12.1"
53+
base64 = "0.13"
5454
strum = { version = "0.18.0", features = ["derive"] }
5555
lol_html = "0.2"
5656
font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" }

crates/badge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ documentation = "https://docs.rs/badge"
99
edition = "2018"
1010

1111
[dependencies]
12-
base64 = "0.12"
12+
base64 = "0.13"
1313
rusttype = "0.9"
1414
once_cell = "1"

0 commit comments

Comments
 (0)