Skip to content

Commit 6d8ef89

Browse files
Update rstest requirement from 0.22.0 to 0.23.0
Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version. - [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.22.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a28d790 commit 6d8ef89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ bytes = "1.6.0"
4444
snafu = { version = "0.8.0", features = ["backtrace"] }
4545
lexical-core = "1.0.1"
4646
heapless = "0.8.0"
47-
rstest = "0.22.0"
47+
rstest = "0.23.0"
4848
pyo3 = { version = "0.21", features = ["multiple-pymethods"] }
4949
pyo3-log = "0.10"
5050
serde = "1"

0 commit comments

Comments
 (0)