diff --git a/Cargo.toml b/Cargo.toml index aa34ee6..7643373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ smallvec = { version = "1.13.2", default-features = false } libm = { version = "0.2.8", default-features = false, optional = true } [dev-dependencies] -rstest = { version = "0.21", default-features = false } +rstest = { version = "0.22", default-features = false } bevy = { version = "0.12.1", default-features = false, features = ["bevy_render", "bevy_winit", "bevy_core_pipeline", "bevy_sprite", "bevy_asset", "x11"]} glam = { version = "0.28.0", features = ["libm", "approx"] } approx = "0.5.1"