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 4, 2023
1 parent 901d005 commit d4ffadc
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 @@ -352,7 +352,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 @@ -95,7 +95,7 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd
tokio-stream = { version = "0.1.14", features = ["net"] }
toml = { version = "0.7.8" }
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"] }
tracing = { version = "0.1.37", features = ["log"] }
trust-dns-proto = { version = "0.22.0" }
unicode-bidi = { version = "0.3.13" }
Expand Down Expand Up @@ -190,7 +190,7 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd
tokio-stream = { version = "0.1.14", features = ["net"] }
toml = { version = "0.7.8" }
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"] }
tracing = { version = "0.1.37", features = ["log"] }
trust-dns-proto = { version = "0.22.0" }
unicode-bidi = { version = "0.3.13" }
Expand Down

0 comments on commit d4ffadc

Please sign in to comment.