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: 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> --- atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-client') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 70a25ed3..bdd72a5a 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" -- cgit v1.3.1