Skip to content

Commit

Permalink
chore(deps): update rust crate toml_edit to 0.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Feb 15, 2024
1 parent ae39f26 commit 8b19c09
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
33 changes: 16 additions & 17 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 @@ -392,7 +392,7 @@ tokio-stream = "0.1.14"
tokio-tungstenite = "0.20"
tokio-util = { version = "0.7.10", features = ["io", "io-util"] }
toml = "0.8.10"
toml_edit = "0.21.1"
toml_edit = "0.22.5"
tough = { version = "0.16.0", features = [ "http" ] }
trust-dns-client = "0.22"
trust-dns-proto = "0.22"
Expand Down
6 changes: 4 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd
tokio-stream = { version = "0.1.14", features = ["net"] }
tokio-util = { version = "0.7.10", features = ["codec", "io-util"] }
toml = { version = "0.7.8" }
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.5", 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 @@ -216,6 +217,7 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd
tokio-stream = { version = "0.1.14", features = ["net"] }
tokio-util = { version = "0.7.10", features = ["codec", "io-util"] }
toml = { version = "0.7.8" }
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.5", 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 @@ -278,7 +280,7 @@ mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.31", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.5", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19.15", features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }

[target.x86_64-unknown-illumos.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
Expand All @@ -288,6 +290,6 @@ mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.31", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.5", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19.15", features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }

### END HAKARI SECTION

0 comments on commit 8b19c09

Please sign in to comment.