diff --git a/crates/bevy_crevice/Cargo.toml b/crates/bevy_crevice/Cargo.toml index fe6c6114b2916..cb8adaae12bb4 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.28.0"