From fd0c1f130c202da597cb84e7cb6a45d68fa3805d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 20:50:51 +0000 Subject: [PATCH] chore(deps): bump base64 from 0.21.3 to 0.21.4 (#2093) Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.3 to 0.21.4. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.3...v0.21.4) --- 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 | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95fefcddd..e3bc7061e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -422,9 +422,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64" -version = "0.21.3" +version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" +checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" [[package]] name = "base64ct" @@ -437,7 +437,7 @@ name = "base64urlsafedata" version = "0.1.3" source = "git+https://github.com/kanidm/webauthn-rs.git?rev=429662e34d6e760af8cff68760567c6b56dbb2d5#429662e34d6e760af8cff68760567c6b56dbb2d5" dependencies = [ - "base64 0.21.3", + "base64 0.21.4", "serde", "serde_json", ] @@ -1534,7 +1534,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3364d69f691f3903b1a71605fa04f40a7c2d259f0f0512347e36d19a63debf1f" dependencies = [ - "base64 0.21.3", + "base64 0.21.4", "byteorder", "getrandom", "openssl", @@ -2840,7 +2840,7 @@ dependencies = [ name = "kanidm_build_profiles" version = "1.1.0-rc.14-dev" dependencies = [ - "base64 0.21.3", + "base64 0.21.4", "gix", "serde", "toml", @@ -2868,7 +2868,7 @@ name = "kanidm_lib_crypto" version = "0.1.0" dependencies = [ "argon2", - "base64 0.21.3", + "base64 0.21.4", "base64urlsafedata", "hex", "kanidm_proto", @@ -3035,7 +3035,7 @@ dependencies = [ name = "kanidmd_lib" version = "1.1.0-rc.14-dev" dependencies = [ - "base64 0.21.3", + "base64 0.21.4", "base64urlsafedata", "compact_jwt", "concread", @@ -4353,7 +4353,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ "async-compression", - "base64 0.21.3", + "base64 0.21.4", "bytes", "cookie", "cookie_store", @@ -4729,7 +4729,7 @@ version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237" dependencies = [ - "base64 0.21.3", + "base64 0.21.4", "chrono", "hex", "indexmap 1.9.3", @@ -5770,7 +5770,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.3", + "base64 0.21.4", "base64urlsafedata", "compact_jwt", "der-parser", diff --git a/Cargo.toml b/Cargo.toml index dc8c97a82..ce41dbdc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ axum = { version = "0.6.20", features = [ ] } axum-csp = { version = "0.0.5" } base32 = "^0.4.0" -base64 = "^0.21.3" +base64 = "^0.21.4" base64urlsafedata = "0.1.3" bytes = "^1.3.0" clap = { version = "^4.4.2", features = ["derive", "env"] }