Skip to content

Commit

Permalink
chore(deps): update toml_edit requirement from 0.21.0 to 0.22.5
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.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
1 parent d93a5a5 commit 212440c
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 @@ -33,7 +33,7 @@ zip = { version = "0.6.4", optional = true }
flate2 = { version = "1.0.25", optional = true }
xz2 = { version = "0.1.7", optional = true, features = ["static"] }
zstd = { version = "0.13.0", optional = true }
toml_edit = { version = "0.21.0", optional = true }
toml_edit = { version = "0.22.5", optional = true }
walkdir = "2.3.3"

[dev-dependencies]
Expand Down

0 comments on commit 212440c

Please sign in to comment.