From 7672286814517a72a5b9cb75b7ea8a42ebcd85e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 10:07:20 +0700 Subject: chore(deps): bump base64 from 0.21.7 to 0.22.1 (#2017) Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e512fbd..111052c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,7 +212,7 @@ dependencies = [ "atuin-history", "atuin-server", "atuin-server-postgres", - "base64 0.21.7", + "base64 0.22.1", "clap", "clap_complete", "clap_complete_nushell", @@ -257,7 +257,7 @@ version = "18.2.0" dependencies = [ "async-trait", "atuin-common", - "base64 0.21.7", + "base64 0.22.1", "clap", "config", "crypto_secretbox", @@ -362,7 +362,7 @@ dependencies = [ "async-trait", "atuin-client", "atuin-common", - "base64 0.21.7", + "base64 0.22.1", "crossterm", "directories", "eyre", @@ -395,7 +395,7 @@ dependencies = [ "atuin-server-database", "axum 0.7.4", "axum-server", - "base64 0.21.7", + "base64 0.22.1", "config", "eyre", "fs-err", diff --git a/Cargo.toml b/Cargo.toml index d8a68dc7..88b17aea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ readme = "README.md" [workspace.dependencies] async-trait = "0.1.58" -base64 = "0.21" +base64 = "0.22" log = "0.4" time = { version = "=0.3.34", features = [ "serde-human-readable", -- cgit v1.3.1