Skip to content

Commit

Permalink
Merge pull request #59 from dariocurr/dependabot/cargo/develop/rstest…
Browse files Browse the repository at this point in the history
…-0.24

Update rstest requirement from 0.23 to 0.24
  • Loading branch information
dariocurr authored Jan 2, 2025
2 parents 162a729 + cc7957d commit 222e37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env-settings-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ thiserror = "2.0"

[dev-dependencies]
assert_fs = "1.0"
rstest = "0.23"
rstest = "0.24"
2 changes: 1 addition & 1 deletion test-env-settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version.workspace = true
dotenvy = "0.15"
env-settings-derive = { path = "./../env-settings-derive" }
env-settings-utils = { path = "./../env-settings-utils" }
rstest = "0.23"
rstest = "0.24"

0 comments on commit 222e37d

Please sign in to comment.