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