From 101a14af5f75d518cc18cf480ec9a9ce500db1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 12:06:33 +0000 Subject: [PATCH] deps: update base64ct requirement from =1.8.1 to =1.8.2 in /backend Updates the requirements on [base64ct](https://github.com/RustCrypto/formats) to permit the latest version. - [Commits](https://github.com/RustCrypto/formats/commits/base64ct/v1.8.2) --- updated-dependencies: - dependency-name: base64ct dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 40afc5e..62324b4 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -51,7 +51,7 @@ rand = "0.8" version = "=0.5.12" [dependencies.base64ct] -version = "=1.8.1" +version = "=1.8.2" default-features = false features = ["alloc"]