From d1e29cbcae91ab1558fa5917b179fa63cde5ea59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Dec 2022 17:53:36 +0000 Subject: [PATCH] Bump base64 from 0.13.0 to 0.20.0 (#641) Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.0 to 0.20.0. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.0...v0.20.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 22 ++++++++++++++-------- Cargo.toml | 2 +- atuin-client/Cargo.toml | 2 +- atuin-server/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ccc1a59..e8a9027 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,7 +76,7 @@ dependencies = [ "atuin-client", "atuin-common", "atuin-server", - "base64", + "base64 0.20.0", "chrono", "clap", "clap_complete", @@ -108,7 +108,7 @@ version = "12.0.0" dependencies = [ "async-trait", "atuin-common", - "base64", + "base64 0.20.0", "chrono", "config", "directories", @@ -155,7 +155,7 @@ dependencies = [ "async-trait", "atuin-common", "axum", - "base64", + "base64 0.20.0", "chrono", "chronoutil", "config", @@ -230,9 +230,15 @@ dependencies = [ [[package]] name = "base64" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" +checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" + +[[package]] +name = "base64" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5" [[package]] name = "beef" @@ -1560,7 +1566,7 @@ version = "0.11.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc" dependencies = [ - "base64", + "base64 0.13.1", "bytes", "encoding_rs", "futures-core", @@ -1684,7 +1690,7 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55" dependencies = [ - "base64", + "base64 0.13.1", ] [[package]] @@ -1946,7 +1952,7 @@ checksum = "dcbc16ddba161afc99e14d1713a453747a2b07fc097d2009f4c300ec99286105" dependencies = [ "ahash", "atoi", - "base64", + "base64 0.13.1", "bitflags", "byteorder", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 062a4f1..3a9627d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ tokio = { version = "1", features = ["full"] } async-trait = "0.1.58" interim = { version = "0.1.0", features = ["chrono"] } cli-table = { version = "0.4", default-features = false } -base64 = "0.13.0" +base64 = "0.20.0" crossbeam-channel = "0.5.1" clap = { version = "4.0.18", features = ["derive"] } clap_complete = "4.0.3" diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 70a25ed..bdd72a5 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -61,7 +61,7 @@ reqwest = { version = "0.11", features = [ hex = { version = "0.4", optional = true } sha2 = { version = "0.10", optional = true } rmp-serde = { version = "1.1.1", optional = true } -base64 = { version = "0.13.0", optional = true } +base64 = { version = "0.20.0", optional = true } tokio = { version = "1", features = ["full"] } semver = "1.0.14" diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 9d29cee..0dddf84 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -20,7 +20,7 @@ config = { version = "0.13", default-features = false, features = ["toml"] } serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.86" sodiumoxide = "0.2.6" -base64 = "0.13.0" +base64 = "0.20.0" rand = "0.8.4" tokio = { version = "1", features = ["full"] } sqlx = { version = "0.6", features = [