Skip to content

Commit

Permalink
Update toml_edit requirement from 0.19.0 to 0.21.0 (#225)
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.19.0...v0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 7, 2024
1 parent 4f98b91 commit 07c9756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstest_test/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ version = "0.11.0"

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

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

0 comments on commit 07c9756

Please sign in to comment.