From ec3b440e5dd41531410ccdc0cfee3997a17317c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 03:25:02 +0000 Subject: [PATCH] build(deps): bump base64ct from 1.8.0 to 1.8.1 Bumps [base64ct](https://github.com/RustCrypto/formats) from 1.8.0 to 1.8.1. - [Commits](https://github.com/RustCrypto/formats/compare/base64ct/v1.8.0...base64ct/v1.8.1) --- updated-dependencies: - dependency-name: base64ct dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/auth/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 321903f..5a4a334 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,9 +255,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" +checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a" [[package]] name = "bitflags" @@ -1721,7 +1721,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/crates/auth/Cargo.toml b/crates/auth/Cargo.toml index 0cb862b..4e53530 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.0" # pinned to avoid edition2024 in 1.8.0 +base64ct = "=1.8.1" # pinned to avoid edition2024 in 1.8.0