From 03625951e5421a199042ce4ecd73139464b5cb5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:23:00 +0000 Subject: [PATCH] Update base64ct requirement from =1.7.3 to =1.8.3 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2226656..99ee69e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ criterion = { version = "0.7", features = ["html_reports"] } ndarray = { version = "0.16", features = ["rayon"] } candle-core = { version = "0.9" } candle-nn = { version = "0.9" } -base64ct = "=1.7.3" +base64ct = "=1.8.3" [profile.release]