Skip to content

Commit

Permalink
Bump toml_edit from 0.19.14 to 0.20.2
Browse files Browse the repository at this point in the history
Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.19.14 to 0.20.2.
- [Commits](toml-rs/toml@v0.19.14...v0.20.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2023
1 parent 4bce52e commit 520d6da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 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 crates/huak_python_package_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = "1.0.107"
termcolor = { workspace = true }
thiserror = { workspace = true }
toml = { version = "0.7.6", features = ["preserve_order"] }
toml_edit = "0.19.4"
toml_edit = "0.20.2"
regex = "1.9.5"

[dev-dependencies]
Expand Down

0 comments on commit 520d6da

Please sign in to comment.