From b22e625d28624ea0b2b4914963ad8c3cffab1628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 23:14:55 +0000 Subject: [PATCH] Update insta requirement from 0.16.1 to 1.14.1 Updates the requirements on [insta](https://github.com/mitsuhiko/insta) to permit the latest version. - [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/0.16.1...1.14.1) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_crevice/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_crevice/Cargo.toml b/crates/bevy_crevice/Cargo.toml index fe6c6114b2916..284fabd47c2a5 100644 --- a/crates/bevy_crevice/Cargo.toml +++ b/crates/bevy_crevice/Cargo.toml @@ -33,4 +33,4 @@ glam = { version = "0.20.0", features = ["mint"], optional = true } nalgebra = { version = "0.30.0", features = ["mint"], optional = true } [dev-dependencies] -insta = "0.16.1" +insta = "1.14.1"