Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and istankovic committed Oct 1, 2024
1 parent 33a62bb commit c0fecec
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 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 @@ -81,7 +81,7 @@ wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
wasm-bindgen-test = "0.3"
js-sys = "0.3"
rstest = "0.22"
rstest = "0.23"
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 @@ -99,7 +99,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.22"
rstest = "0.23"
rstest_reuse = "0.7"
async-std = { workspace = true, features = ["attributes"] }
futures-lite = "2.3"
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.22"
rstest = "0.23"
rstest_reuse = "0.7"
async-std = { workspace = true, features = ["attributes"] }
cfg-if.workspace = true
Expand Down

0 comments on commit c0fecec

Please sign in to comment.