Skip to content

Commit

Permalink
Update Rust crate toml to 0.8.19 (#6199)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Aug 1, 2024
1 parent 8d7e9f2 commit 7ffaccb
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
82 changes: 41 additions & 41 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 @@ -546,7 +546,7 @@ tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1
tokio-stream = "0.1.15"
tokio-tungstenite = "0.20"
tokio-util = { version = "0.7.11", features = ["io", "io-util"] }
toml = "0.8.15"
toml = "0.8.19"
toml_edit = "0.22.16"
tough = { version = "0.17.1", features = [ "http" ] }
trust-dns-client = "0.22"
Expand Down
8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tokio-postgres = { version = "0.7.11", features = ["with-chrono-0_4", "with-serd
tokio-stream = { version = "0.1.15", features = ["net"] }
tokio-util = { version = "0.7.11", features = ["codec", "io-util"] }
toml = { version = "0.7.8" }
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.16", features = ["serde"] }
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.20", features = ["serde"] }
tracing = { version = "0.1.40", features = ["log"] }
trust-dns-proto = { version = "0.22.0" }
unicode-bidi = { version = "0.3.15" }
Expand Down Expand Up @@ -216,7 +216,7 @@ tokio-postgres = { version = "0.7.11", features = ["with-chrono-0_4", "with-serd
tokio-stream = { version = "0.1.15", features = ["net"] }
tokio-util = { version = "0.7.11", features = ["codec", "io-util"] }
toml = { version = "0.7.8" }
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.16", features = ["serde"] }
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.20", features = ["serde"] }
tracing = { version = "0.1.40", features = ["log"] }
trust-dns-proto = { version = "0.22.0" }
unicode-bidi = { version = "0.3.15" }
Expand Down Expand Up @@ -268,15 +268,15 @@ dof = { version = "0.3.0", default-features = false, features = ["des"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.34", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.6", default-features = false, features = ["serde"] }
toml_datetime = { version = "0.6.8", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }

[target.x86_64-unknown-illumos.build-dependencies]
dof = { version = "0.3.0", default-features = false, features = ["des"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.34", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.6", default-features = false, features = ["serde"] }
toml_datetime = { version = "0.6.8", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }

### END HAKARI SECTION

0 comments on commit 7ffaccb

Please sign in to comment.