Skip to content

Commit

Permalink
build(deps): bump rstest from 0.23.0 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [rstest](https://github.com/la10736/rstest) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.23.0...v0.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 9fd4c5a commit 8170786
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 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 crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
wasm-bindgen-test = "0.3"
js-sys = "0.3"
rstest = "0.23"
rstest = "0.24"
rstest_reuse = "0.7"
pretty_env_logger = "0.5"
async-std = { workspace = true, features = ["attributes"] }
Expand Down
2 changes: 1 addition & 1 deletion keystore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ rand = { workspace = true, features = ["getrandom"] }
getrandom = { version = "0.2", features = ["js"] }
openmls = { workspace = true, features = ["crypto-subtle"] }
mls-crypto-provider.workspace = true
rstest = "0.23"
rstest = "0.24"
rstest_reuse = "0.7"
async-std = { workspace = true, features = ["attributes"] }
futures-lite = "2.6"
Expand Down
2 changes: 1 addition & 1 deletion mls-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ core-crypto-keystore = { workspace = true, features = ["ios-wal-compat"] }
wasm-bindgen-test = "0.3"
uuid = { workspace = true, features = ["v4", "js"] }
openmls.workspace = true
rstest = "0.23"
rstest = "0.24"
rstest_reuse = "0.7"
async-std = { workspace = true, features = ["attributes"] }
cfg-if.workspace = true
Expand Down

0 comments on commit 8170786

Please sign in to comment.