Skip to content

Commit

Permalink
chore(deps): Bump rstest from 0.22.0 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [rstest](https://github.com/la10736/rstest) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent c6e228f commit d4e11b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ reqwest = { version = "0.12.7", default-features = false, features = [
"json",
"rustls-tls",
] }
rstest = "0.22.0"
rstest = "0.23.0"
serde = { version = "1.0.209", features = ["derive", "alloc"] }
serde_json = "1.0.128"
serde_yaml = "0.9.34"
Expand All @@ -41,7 +41,7 @@ unicase = "2.7.0"

[dev-dependencies]
tempfile = "3.12.0"
rstest = "0.22.0"
rstest = "0.23.0"

[features]
default = []
Expand Down

0 comments on commit d4e11b5

Please sign in to comment.