From 9ad00039da0a9c671cca30a298a3c798ae2b2ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:22:42 +0000 Subject: [PATCH] build(deps): bump base64ct from 1.8.1 to 1.8.2 Bumps [base64ct](https://github.com/RustCrypto/formats) from 1.8.1 to 1.8.2. - [Commits](https://github.com/RustCrypto/formats/compare/base64ct/v1.8.1...base64ct/v1.8.2) --- updated-dependencies: - dependency-name: base64ct dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/auth/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b869953..21691c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,9 +255,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a" +checksum = "7d809780667f4410e7c41b07f52439b94d2bdf8528eeedc287fa38d3b7f95d82" [[package]] name = "bitflags" diff --git a/crates/auth/Cargo.toml b/crates/auth/Cargo.toml index 4e53530..31f8e47 100644 --- a/crates/auth/Cargo.toml +++ b/crates/auth/Cargo.toml @@ -11,4 +11,4 @@ rand = { workspace = true } tracing = { workspace = true } thiserror = { workspace = true } anyhow = { workspace = true } -base64ct = "=1.8.1" # pinned to avoid edition2024 in 1.8.0 +base64ct = "=1.8.2" # pinned to avoid edition2024 in 1.8.0