From bad4c157d269d9d206fc6cc93c139a203232eec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:24:16 +0000 Subject: [PATCH] build(deps): bump base64 from 0.21.2 to 0.21.3 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.2 to 0.21.3. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.2...v0.21.3) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c305681b..905b47e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,9 +270,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64" -version = "0.21.2" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" +checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" [[package]] name = "base64ct" @@ -664,7 +664,7 @@ dependencies = [ name = "drawbridge-byte" version = "0.4.0" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "serde", ] @@ -733,7 +733,7 @@ dependencies = [ "anyhow", "async-std", "axum", - "base64 0.21.2", + "base64 0.21.3", "drawbridge-byte", "drawbridge-jose", "futures", @@ -1215,7 +1215,7 @@ version = "8.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "ring", "serde", "serde_json", @@ -1772,7 +1772,7 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", ] [[package]] @@ -2364,7 +2364,7 @@ version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "flate2", "log", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index eae24a0f..305fdf7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ anyhow = { version = "1.0.75", default-features = false } async-h1 = { version = "2.3.3", default-features = false } async-std = { version = "1.11.0", default-features = false } axum = { version = "0.5.17", default-features = false } -base64 = { version = "0.21.2", default-features = false } +base64 = { version = "0.21.3", default-features = false } camino = { version = "1.1.6", default-features = false } cap-async-std = { version = "0.26.1", default-features = true, features = ["fs_utf8"] } clap = { version = "4.4.0", default-features = false, features = ["derive", "error-context", "help", "std", "usage", "wrap_help"] }