diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 6ec7a425..a6ee1e74 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -147,9 +147,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.6.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" +checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" [[package]] name = "bcrypt" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 6fd0dfd8..296c9443 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -41,7 +41,7 @@ subtle = "2.5" version = "=0.5.9" [dependencies.base64ct] -version = "=1.6.0" +version = "=1.8.0" default-features = false features = ["alloc"]