Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/jose/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/keystore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/oidc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading