Skip to content

Commit 21a0dc5

Browse files
committed
fix(deps): update rust crate toml_edit to 0.24.0
1 parent 5a31368 commit 21a0dc5

3 files changed

Lines changed: 45 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 43 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-guppy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ itertools = "0.14.0"
1919
pathdiff = { version = "0.2.3", features = ["camino"] }
2020
serde = { version = "1.0.228", features = ["derive"] }
2121
serde_json = "1.0.145"
22-
toml_edit = "0.22.26"
22+
toml_edit = "0.24.0"
2323
guppy-workspace-hack.workspace = true

tools/hakari/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ serde = { version = "1.0.228", features = ["derive"], optional = true }
4545
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
4646
target-spec = { version = "3.5.4", path = "../../target-spec" }
4747
toml = { version = "0.5.11", optional = true }
48-
toml_edit = "0.22.26"
48+
toml_edit = "0.24.0"
4949
twox-hash.workspace = true
5050
guppy-workspace-hack.workspace = true
5151

0 commit comments

Comments
 (0)