build(deps): bump base64ct from 1.6.0 to 1.7.3

Bumps [base64ct](https://github.com/RustCrypto/formats) from 1.6.0 to 1.7.3.
- [Commits](https://github.com/RustCrypto/formats/commits)

---
updated-dependencies:
- dependency-name: base64ct
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-17 08:58:06 +00:00
committed by GitHub
parent c25a160ae7
commit 0fa3965933
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

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

View File

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

View File

@@ -12,7 +12,7 @@ repository.workspace = true
workspace = true
[dependencies]
base64ct = { version = "1.6.0", features = ["std"] }
base64ct = { version = "1.7.3", 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.6.0"
base64ct = "1.7.3"
mas-iana.workspace = true
mas-jose.workspace = true

View File

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