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