From 158a3e17820d1bd8536da2ee643f4844ebff73cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:03:26 +0000 Subject: [PATCH] Bump ironoxide from 3.0.0 to 4.0.0 Bumps [ironoxide](https://github.com/IronCoreLabs/ironoxide) from 3.0.0 to 4.0.0. - [Changelog](https://github.com/IronCoreLabs/ironoxide/blob/main/CHANGELOG.md) - [Commits](https://github.com/IronCoreLabs/ironoxide/commits) --- updated-dependencies: - dependency-name: ironoxide dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++-------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01a4b7d..5301ad4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,13 +87,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64-serde" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba368df5de76a5bea49aaf0cf1b39ccfbbef176924d1ba5db3e4135216cbe3c7" -dependencies = [ - "base64 0.21.7", - "serde", -] +checksum = "77c6d128af408d8ebd08331f0331cf2cf20d19e6c44a7aec58791641ecc8c0b5" [[package]] name = "bitflags" @@ -608,9 +604,9 @@ checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4" [[package]] name = "ironoxide" -version = "3.0.0" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fef5ccdce6593c6c6043ca941847bfddf90c59db7cf8be590fa3b262802feeca" +checksum = "fdaf0881edac9fc3b90e6e6697adb9b36959adb9875e190a22441a4d1bee42de" dependencies = [ "base64 0.22.1", "base64-serde", diff --git a/Cargo.toml b/Cargo.toml index bdc297c..fcc9022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" rust-version = "1.75.0" [dependencies] -ironoxide = { version = "3", default-features = false, features = [ +ironoxide = { version = "4", default-features = false, features = [ "tls-rustls", ] } jsonwebtoken = "9.3"