From e84a742da5dd5c86ffd2dac2fb1caf9d99aee88b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:58:14 +0000 Subject: [PATCH] Update base64ct requirement from =1.7.3 to =1.8.0 --- updated-dependencies: - dependency-name: base64ct dependency-version: 1.8.0 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 834198e..146f304 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,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.0" [profile.release]