build(deps): bump base64ct from 1.7.3 to 1.8.0 (#4654)

This commit is contained in:
Quentin Gliech
2025-06-10 10:58:03 +02:00
committed by GitHub
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@@ -676,9 +676,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "base64ct"
version = "1.7.3"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
[[package]]
name = "bcrypt"

View File

@@ -94,7 +94,7 @@ features = ["cookie-private", "cookie-key-expansion", "typed-header"]
# Constant-time base64
[workspace.dependencies.base64ct]
version = "1.7.3"
version = "1.8.0"
# Packed bitfields
[workspace.dependencies.bitflags]

View File

@@ -12,7 +12,7 @@ repository.workspace = true
workspace = true
[dependencies]
base64ct = { version = "1.7.3", features = ["std"] }
base64ct = { version = "1.8.0", features = ["std"] }
chrono.workspace = true
digest = "0.10.7"
ecdsa = { version = "0.16.9", features = ["signing", "verifying"] }

View File

@@ -29,7 +29,7 @@ spki = { version = "0.7.3", features = ["std"] }
thiserror.workspace = true
generic-array = "0.14.7"
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
base64ct = "1.7.3"
base64ct = "1.8.0"
mas-iana.workspace = true
mas-jose.workspace = true

View File

@@ -13,7 +13,7 @@ workspace = true
[dependencies]
async-trait.workspace = true
base64ct = { version = "1.7.3", features = ["std"] }
base64ct = { version = "1.8.0", features = ["std"] }
chrono.workspace = true
elliptic-curve.workspace = true
form_urlencoded = "1.2.1"