From 8249dd71c0df29058e75531e728e3bec71f043e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 23:12:58 +0000 Subject: [PATCH] Update insta requirement from 0.16.1 to 1.17.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.17.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..2c7558e3b59b9 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.17.1"