Merge pull request #9 from readur/renovate/base64ct-1.x

fix(deps): update rust crate base64ct to v1.8.0
This commit is contained in:
Jon Fuller 2025-06-24 16:48:15 -07:00 committed by GitHub
commit 8285eb8f4d
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -767,9 +767,9 @@ dependencies = [
[[package]] [[package]]
name = "base64ct" name = "base64ct"
version = "1.6.0" version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
[[package]] [[package]]
name = "bcrypt" name = "bcrypt"
@ -5598,7 +5598,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [ dependencies = [
"windows-sys 0.48.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]

View File

@ -23,7 +23,7 @@ regex = "1.11"
uuid = { version = "1", features = ["v4", "serde"] } uuid = { version = "1", features = ["v4", "serde"] }
chrono = { version = "0.4", features = ["serde"] } chrono = { version = "0.4", features = ["serde"] }
bcrypt = "0.17" bcrypt = "0.17"
base64ct = "=1.6.0" base64ct = "=1.8.0"
jsonwebtoken = "9" jsonwebtoken = "9"
anyhow = "1" anyhow = "1"
tracing = "0.1" tracing = "0.1"