Skip to content

Commit

Permalink
Update Rust crate toml to 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Feb 6, 2024
1 parent d4d8ca2 commit 727a5a3
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 27 deletions.
54 changes: 32 additions & 22 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 @@ -390,7 +390,7 @@ tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1
tokio-stream = "0.1.14"
tokio-tungstenite = "0.20"
tokio-util = { version = "0.7.10", features = ["io", "io-util"] }
toml = "0.8.9"
toml = "0.8.10"
toml_edit = "0.21.1"
tough = { version = "0.16.0", features = [ "http" ] }
trust-dns-client = "0.22"
Expand Down
6 changes: 2 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ 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-647d43efb71741da = { package = "toml_edit", version = "0.21.1", 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 @@ -215,7 +214,6 @@ 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-647d43efb71741da = { package = "toml_edit", version = "0.21.1", 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 +276,7 @@ mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.30", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.5", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
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 +286,6 @@ mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.30", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.5", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
toml_edit = { version = "0.19.15", features = ["serde"] }

### END HAKARI SECTION

0 comments on commit 727a5a3

Please sign in to comment.