From 353b069dc33ac9be9a0c8fcd1ea221525f874b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:32:45 +0000 Subject: [PATCH] Bump magic-crypt from 3.1.9 to 3.1.13 Bumps [magic-crypt](https://github.com/magiclen/rust-magiccrypt) from 3.1.9 to 3.1.13. - [Commits](https://github.com/magiclen/rust-magiccrypt/compare/v3.1.9...v3.1.13) --- updated-dependencies: - dependency-name: magic-crypt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4919cc0..b6d5e8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1261,12 +1261,12 @@ dependencies = [ [[package]] name = "magic-crypt" -version = "3.1.9" +version = "3.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f89f3c9a23ba052e4fc602770944c7ef16096ade1ca110a5c722efb16da7395" +checksum = "6c42f95f9d296f2dcb50665f507ed5a68a171453142663ce44d77a4eb217b053" dependencies = [ "aes", - "base64 0.13.0", + "base64 0.21.7", "block-modes", "crc-any", "des", diff --git a/Cargo.toml b/Cargo.toml index 189e6c8..4fdfe25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ flate2 = "1.0.22" futures-lite = "1.12.0" jsonwebtoken = "7.2.0" log = "0.4.17" -magic-crypt = "3.1.9" +magic-crypt = "3.1.13" num = "0.4.1" serde = { version = "1.0.130", features = ["derive"] } serde_json = "1.0.71"