Skip to content

Commit

Permalink
chore(deps): update toml_edit requirement from =0.22.20 to =0.22.21
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.22.20...v0.22.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent 73c5687 commit bcf901a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
[dependencies]
semver = "=1.0.23"
toml = "=0.8.19"
toml_edit = "=0.22.20"
toml_edit = "=0.22.21"
serde = { version = "=1.0.210", features = ["derive"] }
serde_json = "=1.0.128"
vfs = "=0.12.0"
Expand Down

0 comments on commit bcf901a

Please sign in to comment.