Skip to content

Commit 45f62cc

Browse files
authored
build(deps): bump base64ct from 1.7.3 to 1.8.0 (#4654)
2 parents 12883cb + ff05a56 commit 45f62cc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ features = ["cookie-private", "cookie-key-expansion", "typed-header"]
9494

9595
# Constant-time base64
9696
[workspace.dependencies.base64ct]
97-
version = "1.7.3"
97+
version = "1.8.0"
9898

9999
# Packed bitfields
100100
[workspace.dependencies.bitflags]

crates/jose/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository.workspace = true
1212
workspace = true
1313

1414
[dependencies]
15-
base64ct = { version = "1.7.3", features = ["std"] }
15+
base64ct = { version = "1.8.0", features = ["std"] }
1616
chrono.workspace = true
1717
digest = "0.10.7"
1818
ecdsa = { version = "0.16.9", features = ["signing", "verifying"] }

crates/keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spki = { version = "0.7.3", features = ["std"] }
2929
thiserror.workspace = true
3030
generic-array = "0.14.7"
3131
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
32-
base64ct = "1.7.3"
32+
base64ct = "1.8.0"
3333

3434
mas-iana.workspace = true
3535
mas-jose.workspace = true

crates/oidc-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313

1414
[dependencies]
1515
async-trait.workspace = true
16-
base64ct = { version = "1.7.3", features = ["std"] }
16+
base64ct = { version = "1.8.0", features = ["std"] }
1717
chrono.workspace = true
1818
elliptic-curve.workspace = true
1919
form_urlencoded = "1.2.1"

0 commit comments

Comments
 (0)