Bump base64 to 0.13.0

This commit is contained in:
Bastien Orivel 2021-02-24 18:52:35 +01:00 committed by GitHub
parent 9575aed681
commit 8409d7d5e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 9 deletions

10
Cargo.lock generated
View File

@ -66,7 +66,7 @@ name = "alacritty_terminal"
version = "0.13.0-dev"
dependencies = [
"alacritty_config_derive",
"base64 0.12.3",
"base64",
"bitflags",
"dirs",
"libc",
@ -144,12 +144,6 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[package]]
name = "base64"
version = "0.13.0"
@ -1381,7 +1375,7 @@ version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
dependencies = [
"base64 0.13.0",
"base64",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",

View File

@ -23,7 +23,7 @@ mio = "0.6.20"
mio-extras = "2"
log = "0.4"
unicode-width = "0.1"
base64 = "0.12.0"
base64 = "0.13.0"
regex-automata = "0.1.9"
dirs = "3.0.1"