Skip to content

Commit

Permalink
build(deps): update rstest requirement from 0.21 to 0.22
Browse files Browse the repository at this point in the history
Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 0a434b2 commit 5c854f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5c854f2

Please sign in to comment.