Skip to content

Commit

Permalink
Update Rust crate toml_edit to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 3, 2023
1 parent d8a469e commit cc9e3eb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 31 deletions.
42 changes: 13 additions & 29 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-guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ itertools = "0.11.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
toml_edit = "0.17.1"
toml_edit = "0.20.2"
guppy-workspace-hack = { version = "0.1", path = "../workspace-hack" }
2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ serde = { version = "1.0.188", features = ["derive"], optional = true }
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
target-spec = { version = "3.0.1", path = "../../target-spec" }
toml = { version = "0.5.11", optional = true }
toml_edit = "0.17.1"
toml_edit = "0.20.2"
twox-hash = { version = "1.6.3", default-features = false }
guppy-workspace-hack = { version = "0.1", path = "../../workspace-hack" }

Expand Down

0 comments on commit cc9e3eb

Please sign in to comment.