diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2021-02-24 18:52:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 17:52:35 +0000 |
commit | 8409d7d5e2161b92f71a88a4c27b11d33ce664ed (patch) | |
tree | 97ca797416b803bc5e54e3efd025b663c001d35f /Cargo.lock | |
parent | 9575aed68197ba783e50b922a6c3f9a78b8c7048 (diff) | |
download | alacritty-8409d7d5e2161b92f71a88a4c27b11d33ce664ed.tar.gz alacritty-8409d7d5e2161b92f71a88a4c27b11d33ce664ed.zip |
Bump base64 to 0.13.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -66,7 +66,7 @@ name = "alacritty_terminal" version = "0.13.0-dev" dependencies = [ "alacritty_config_derive", - "base64 0.12.3", + "base64", "bitflags", "dirs", "libc", @@ -146,12 +146,6 @@ 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" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" @@ -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", |