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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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"
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user