From a3e19b45d4c287d3b8513e80c5cdf391d0be609d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 12:11:53 +0000 Subject: [PATCH] deps: update base64ct requirement from =1.8.1 to =1.8.3 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.3) --- updated-dependencies: - dependency-name: base64ct dependency-version: 1.8.3 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 40afc5e0..a8f412ad 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.3" default-features = false features = ["alloc"]