From 16e32084194508dbdfceb4d72898feaa0c787dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 20:00:13 +0000 Subject: [PATCH] build(deps): bump insta from 1.29.0 to 1.30.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.29.0 to 1.30.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.29.0...1.30.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/handlers/Cargo.toml | 2 +- crates/jose/Cargo.toml | 2 +- crates/keystore/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58feef02d..6b84c416d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2800,9 +2800,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.29.0" +version = "1.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972" +checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3" dependencies = [ "console", "lazy_static", diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 7f29c4b3f..f3b552fbc 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -75,7 +75,7 @@ oauth2-types = { path = "../oauth2-types" } [dev-dependencies] indoc = "2.0.1" -insta = "1.29.0" +insta = "1.30.0" tracing-subscriber = "0.3.17" [features] diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index eda9cffc3..19b36fe5e 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -32,5 +32,5 @@ url = { version = "2.4.0", features = ["serde"] } mas-iana = { path = "../iana" } [dev-dependencies] -insta = { version = "1.29.0" } +insta = { version = "1.30.0" } rand_chacha = "0.3.1" diff --git a/crates/keystore/Cargo.toml b/crates/keystore/Cargo.toml index d995844a2..f10043222 100644 --- a/crates/keystore/Cargo.toml +++ b/crates/keystore/Cargo.toml @@ -31,5 +31,5 @@ mas-iana = { path = "../iana" } mas-jose = { path = "../jose" } [dev-dependencies] -insta = { version = "1.29.0", features = ["yaml"] } +insta = { version = "1.30.0", features = ["yaml"] } rand_chacha = "0.3.1"