Skip to content

Commit

Permalink
[cargo] Update Rust crate rstest to 0.24.0 (#27)
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| crate      | rstest  | 0.23.0 | 0.24.0 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent e542aba commit da76da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license.workspace = true
automod = "1.0.8"

[dev-dependencies]
rstest = { version = "0.23.0", default-features = false }
rstest = { version = "0.24.0", default-features = false }

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/generic-num/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license.workspace = true
num-traits = "0.2.15"

[dev-dependencies]
rstest = { version = "0.23.0", default-features = false }
rstest = { version = "0.24.0", default-features = false }

[lints]
workspace = true

0 comments on commit da76da5

Please sign in to comment.