Skip to content

Commit

Permalink
Bump toml_edit from 0.19.15 to 0.20.0
Browse files Browse the repository at this point in the history
Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.19.15 to 0.20.0.
- [Commits](toml-rs/toml@v0.19.15...v0.20.0)

---
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 5, 2023
1 parent bb4e0cc commit 7713f37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 @@ -353,7 +353,7 @@ tokio-stream = "0.1.14"
tokio-tungstenite = "0.18"
tokio-util = "0.7.8"
toml = "0.7.8"
toml_edit = "0.19.15"
toml_edit = "0.20.0"
topological-sort = "0.2.2"
tough = { version = "0.12", features = [ "http" ] }
trust-dns-client = "0.22"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ mio = { version = "0.8.8", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.3", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19.15", features = ["serde"] }
toml_edit = { version = "0.20.0", features = ["serde"] }

[target.x86_64-unknown-illumos.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
Expand All @@ -268,6 +268,6 @@ mio = { version = "0.8.8", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.3", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19.15", features = ["serde"] }
toml_edit = { version = "0.20.0", features = ["serde"] }

### END HAKARI SECTION

0 comments on commit 7713f37

Please sign in to comment.