From 0ea83b26333bf7c8cb15a02a66d0ad99b57c0b19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 22:26:17 +0000 Subject: [PATCH] chore(deps): bump base64 from 0.21.2 to 0.21.3 (#2037) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6c5c51f3..af187883b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,9 +417,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" @@ -433,7 +433,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18b3d30abb74120a9d5267463b9e0045fdccc4dd152e7249d966612dc1721384" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "serde", "serde_json", ] @@ -443,7 +443,7 @@ name = "base64urlsafedata" version = "0.1.3" source = "git+https://github.com/kanidm/webauthn-rs.git?rev=429662e34d6e760af8cff68760567c6b56dbb2d5#429662e34d6e760af8cff68760567c6b56dbb2d5" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "serde", "serde_json", ] @@ -1500,7 +1500,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3364d69f691f3903b1a71605fa04f40a7c2d259f0f0512347e36d19a63debf1f" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "byteorder", "getrandom", "openssl", @@ -2352,7 +2352,7 @@ dependencies = [ name = "kanidm_build_profiles" version = "1.1.0-rc.14-dev" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "git2", "serde", "toml", @@ -2380,7 +2380,7 @@ name = "kanidm_lib_crypto" version = "0.1.0" dependencies = [ "argon2", - "base64 0.21.2", + "base64 0.21.3", "base64urlsafedata 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "hex", "kanidm_proto", @@ -2545,7 +2545,7 @@ dependencies = [ name = "kanidmd_lib" version = "1.1.0-rc.14-dev" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "base64urlsafedata 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "compact_jwt", "concread", @@ -3885,7 +3885,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ "async-compression", - "base64 0.21.2", + "base64 0.21.3", "bytes", "cookie", "cookie_store", @@ -4261,7 +4261,7 @@ version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "chrono", "hex", "indexmap 1.9.3", @@ -5280,7 +5280,7 @@ name = "webauthn-rs-core" version = "0.5.0-dev" source = "git+https://github.com/kanidm/webauthn-rs.git?rev=429662e34d6e760af8cff68760567c6b56dbb2d5#429662e34d6e760af8cff68760567c6b56dbb2d5" dependencies = [ - "base64 0.21.2", + "base64 0.21.3", "base64urlsafedata 0.1.3 (git+https://github.com/kanidm/webauthn-rs.git?rev=429662e34d6e760af8cff68760567c6b56dbb2d5)", "compact_jwt", "der-parser", diff --git a/Cargo.toml b/Cargo.toml index 68e806013..2c9d55509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ axum = { version = "0.6.20", features = [ ] } axum-csp = { version = "0.0.5" } base32 = "^0.4.0" -base64 = "^0.21.0" +base64 = "^0.21.3" base64urlsafedata = "0.1.3" bytes = "^1.3.0" clap = { version = "^4.3.23", features = ["derive"] }