Skip to content

Commit

Permalink
chore(deps): update rust crate toml to 0.8.6 (#4413)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Nov 2, 2023
1 parent 81751dd commit 63ca0f9
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
64 changes: 32 additions & 32 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 @@ -362,7 +362,7 @@ tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1
tokio-stream = "0.1.14"
tokio-tungstenite = "0.18"
tokio-util = "0.7.10"
toml = "0.7.8"
toml = "0.8.6"
toml_edit = "0.19.15"
topological-sort = "0.2.2"
tough = { version = "0.12", features = [ "http" ] }
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ hyper-rustls = { version = "0.24.2" }
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_datetime = { version = "0.6.5", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19.15", features = ["serde"] }

[target.x86_64-unknown-illumos.build-dependencies]
Expand All @@ -255,7 +255,7 @@ hyper-rustls = { version = "0.24.2" }
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_datetime = { version = "0.6.5", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19.15", features = ["serde"] }

### END HAKARI SECTION

0 comments on commit 63ca0f9

Please sign in to comment.