From f5b0c638aea2c1b7d2bd70d2737929f0a0c6acef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:39:55 +0000 Subject: [PATCH] build(deps): bump wiremock from 0.6.0 to 0.6.1 Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.6.0 to 0.6.1. - [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: wiremock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/oidc-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d7901b4a..2b287b141 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7307,9 +7307,9 @@ dependencies = [ [[package]] name = "wiremock" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec874e1eef0df2dcac546057fe5e29186f09c378181cd7b635b4b7bcc98e9d81" +checksum = "6a59f8ae78a4737fb724f20106fb35ccb7cfe61ff335665d3042b3aa98e34717" dependencies = [ "assert-json-diff", "async-trait", diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index 277d1a5c0..58ee8b573 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.0" +wiremock = "0.6.1" http-body-util.workspace = true rustls.workspace = true