Skip to content

Commit

Permalink
Merge pull request #372 from nyx-space/dependabot/cargo/rstest-0.24.0
Browse files Browse the repository at this point in the history
Update rstest requirement from 0.23.0 to 0.24.0
  • Loading branch information
ChristopherRabotin authored Jan 2, 2025
2 parents cbd04c7 + e9c75e4 commit 41b1aa3
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 @@ -39,7 +39,7 @@ nalgebra = { version = "0.33", default-features = true, features = [
zerocopy = { version = "0.8.0", features = ["derive"] }
bytes = "1.6.0"
snafu = { version = "0.8.0", features = ["backtrace"] }
rstest = "0.23.0"
rstest = "0.24.0"
pyo3 = { version = "0.23", features = ["multiple-pymethods"] }
pyo3-log = "0.12"
numpy = "0.23"
Expand Down

0 comments on commit 41b1aa3

Please sign in to comment.