From 25f4f232c60e8508d244968d5215dfce39720861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 23:13:44 +0000 Subject: [PATCH] Update insta requirement from 0.16.1 to 1.16.0 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.16.0) --- 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..2d8d5ba3bd57b 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.16.0"