Skip to content

Commit

Permalink
Merge branch 'main' into rbadawi/rest-password-provider-support
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelbadawi committed Sep 18, 2024
2 parents 1c8db8b + 361da76 commit 42604b1
Show file tree
Hide file tree
Showing 13 changed files with 633 additions and 178 deletions.
44 changes: 15 additions & 29 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ features = ["serde", "clock"]

# CLI argument parsing
[workspace.dependencies.clap]
version = "4.5.16"
version = "4.5.17"
features = ["derive"]

# Configuration loading
Expand Down Expand Up @@ -184,7 +184,7 @@ version = "0.8.5"

# TLS stack
[workspace.dependencies.rustls]
version = "0.23.12"
version = "0.23.13"

# Use platform-specific verifier for TLS
[workspace.dependencies.rustls-platform-verifier]
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 @@ -47,7 +47,7 @@ bitflags = "2.6.0"
mas-keystore.workspace = true
rand_chacha = "0.3.1"
tokio.workspace = true
wiremock = "0.6.1"
wiremock = "0.6.2"
http-body-util.workspace = true
rustls.workspace = true

Expand Down
Loading

0 comments on commit 42604b1

Please sign in to comment.