From 97df7aecc66a140265464338370e3ade07f2ba1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Apr 2022 23:29:11 +0000 Subject: [PATCH] Update insta requirement from 0.16.1 to 1.14.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.14.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 6ab98134a8440..9dfd436177a96 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.0"