From 50866cc1d278fd900069338d788891ee1eb48f66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:13:35 +0000 Subject: [PATCH] build(deps): bump insta from 1.24.1 to 1.26.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.24.1 to 1.26.0. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.24.1...1.26.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/handlers/Cargo.toml | 2 +- crates/jose/Cargo.toml | 2 +- crates/keystore/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d594af10..2933c3bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1054,9 +1054,9 @@ dependencies = [ [[package]] name = "console" -version = "0.15.3" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5556015fe3aad8b968e5d4124980fbe2f6aaee7aeec6b749de1faaa2ca5d0a4c" +checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a" dependencies = [ "encode_unicode", "lazy_static", @@ -2401,9 +2401,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.24.1" +version = "1.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb5686bd8e9239eabe90bb30a0c341bffd6fdc177fb556708f2cb792bf00352d" +checksum = "f6f0f08b46e4379744de2ab67aa8f7de3ffd1da3e275adc41fcc82053ede46ff" dependencies = [ "console", "lazy_static", diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 642043cc..ed12e16a 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -73,7 +73,7 @@ oauth2-types = { path = "../oauth2-types" } [dev-dependencies] indoc = "1.0.8" -insta = "1.24.1" +insta = "1.26.0" [features] # Use the native root certificates diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index 8b9be3bb..db13fe33 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -32,5 +32,5 @@ url = { version = "2.3.1", features = ["serde"] } mas-iana = { path = "../iana" } [dev-dependencies] -insta = { version = "1.24.1" } +insta = { version = "1.26.0" } rand_chacha = "0.3.1" diff --git a/crates/keystore/Cargo.toml b/crates/keystore/Cargo.toml index e946dc49..e28e22c6 100644 --- a/crates/keystore/Cargo.toml +++ b/crates/keystore/Cargo.toml @@ -32,5 +32,5 @@ mas-iana = { path = "../iana" } mas-jose = { path = "../jose" } [dev-dependencies] -insta = { version = "1.24.1", features = ["yaml"] } +insta = { version = "1.26.0", features = ["yaml"] } rand_chacha = "0.3.1"