chore(deps): bump rstest from 0.24.0 to 0.25.0

Bumps [rstest](https://github.com/la10736/rstest) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/la10736/rstest/compare/v0.24.0...v0.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-03 13:32:56 +00:00
committed by GitHub
parent fdd25bc09c
commit 2a711ff386
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -1014,9 +1014,9 @@ dependencies = [
[[package]]
name = "rstest"
version = "0.24.0"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03e905296805ab93e13c1ec3a03f4b6c4f35e9498a3d5fa96dc626d22c03cd89"
checksum = "6fc39292f8613e913f7df8fa892b8944ceb47c247b78e1b1ae2f09e019be789d"
dependencies = [
"futures-timer",
"futures-util",
@@ -1026,9 +1026,9 @@ dependencies = [
[[package]]
name = "rstest_macros"
version = "0.24.0"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef0053bbffce09062bee4bcc499b0fbe7a57b879f1efe088d6d8d4c7adcdef9b"
checksum = "1f168d99749d307be9de54d23fd226628d99768225ef08f6ffb52e0182a27746"
dependencies = [
"cfg-if",
"glob",

View File

@@ -17,7 +17,7 @@ rust_decimal = { version = "1.36.0",features = ["c-repr"] }
lopdf = "=0.34.0"
[dev-dependencies]
rstest = "0.24.0"
rstest = "0.25.0"
xmltree = { version = "0.11.0" ,features = ["attribute-order"]}
regex = "1.11.1"