Skip to content

Commit

Permalink
chore(deps): bump toml_edit from 0.22.14 to 0.22.15
Browse files Browse the repository at this point in the history
Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.14 to 0.22.15.
- [Commits](toml-rs/toml@v0.22.14...v0.22.15)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent c47b0b0 commit d55f008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ zip = { version = "0.6.4", optional = true }
flate2 = { version = "1.0.30", optional = true }
xz2 = { version = "0.1.7", optional = true, features = ["static"] }
zstd = { version = "0.13.0", optional = true }
toml_edit = { version = "0.22.5", optional = true }
toml_edit = { version = "0.22.15", optional = true }
walkdir = "2.5.0"

[dev-dependencies]
Expand Down

0 comments on commit d55f008

Please sign in to comment.