Skip to content

Commit

Permalink
Update toml_edit requirement from 0.21.0 to 0.22.12
Browse files Browse the repository at this point in the history
Updates the requirements on [toml_edit](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](toml-rs/toml@v0.21.0...v0.22.12)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 8eec79d commit f5bb12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstest_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version = "0.11.0"

[dependencies]
regex = "1.5.6"
toml_edit = "0.21.0"
toml_edit = "0.22.12"

[dev-dependencies]
lazy_static = "1.4.0"
Expand Down

0 comments on commit f5bb12a

Please sign in to comment.