From 2d234f19d044f2d35216ffe433c9eaa5b168aa2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 19:05:09 +0000 Subject: [PATCH] Bump insta from 1.21.0 to 1.21.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.21.0 to 1.21.1. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/commits/1.21.1) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/jose/Cargo.toml | 2 +- crates/keystore/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36f52b46..6b11a071 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2201,9 +2201,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.21.0" +version = "1.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581d4e3314cae4536e5d22ffd23189d4a374696c5ef733eadafae0ed273fd303" +checksum = "ba1e75aa1530e7385af7b2685478dece08dafb9db3b4225c753286decea83bef" dependencies = [ "console", "lazy_static", diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index 213469f3..cd634648 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -33,5 +33,5 @@ url = { version = "2.3.1", features = ["serde"] } mas-iana = { path = "../iana" } [dev-dependencies] -insta = { version = "1.21.0" } +insta = { version = "1.21.1" } rand_chacha = "0.3.1" diff --git a/crates/keystore/Cargo.toml b/crates/keystore/Cargo.toml index 5f8a9acc..bfa4950b 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.21.0", features = ["yaml"] } +insta = { version = "1.21.1", features = ["yaml"] } rand_chacha = "0.3.1"