diff --git a/Cargo.lock b/Cargo.lock index e9013801d..6dc0732d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7404,13 +7404,13 @@ dependencies = [ [[package]] name = "wiremock" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a59f8ae78a4737fb724f20106fb35ccb7cfe61ff335665d3042b3aa98e34717" +checksum = "7fff469918e7ca034884c7fd8f93fe27bacb7fcb599fd879df6c7b429a29b646" dependencies = [ "assert-json-diff", "async-trait", - "base64 0.21.7", + "base64 0.22.1", "deadpool", "futures", "http", diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index cae2f717d..8f7490137 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -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