Skip to content

Commit

Permalink
Merge pull request #492 from geiger-rs/dependabot/cargo/rstest-0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
2 parents 053fb37 + 7d836cf commit 13c6103
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
19 changes: 14 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cargo-geiger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ fs_extra = "1.3.0"
insta = "1.28.0"
rand = "0.8.5"
regex = "1.7.3"
rstest = "0.17.0"
rstest = "0.18.2"
semver = "1.0.17"
tempfile = "3.4.0"
2 changes: 1 addition & 1 deletion geiger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ syn = { version = "1.0.109", features = ["parsing", "printing", "clone-impls", "
proc-macro2 = "1.0.54"

[dev-dependencies]
rstest = "0.17.0"
rstest = "0.18.2"
tempfile = "3.4.0"

0 comments on commit 13c6103

Please sign in to comment.