build(deps): bump base64ct from 1.7.3 to 1.8.0 (#4654)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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"
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user