Skip to content

Commit

Permalink
chore(deps): update rust crate toml_edit to 0.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Mar 14, 2024
1 parent da36ea6 commit 1bf5277
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 @@ -420,7 +420,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.22.6"
toml_edit = "0.22.7"
tough = { version = "0.16.0", features = [ "http" ] }
trust-dns-client = "0.22"
trust-dns-proto = "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 @@ -105,7 +105,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.6", features = ["serde"] }
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.7", 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 @@ -211,7 +211,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.6", features = ["serde"] }
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.7", features = ["serde"] }
tracing = { version = "0.1.40", features = ["log"] }
trust-dns-proto = { version = "0.22.0" }
unicode-bidi = { version = "0.3.15" }
Expand Down

0 comments on commit 1bf5277

Please sign in to comment.