Skip to content

Commit 9fcfce7

Browse files
committed
fix(deps): update rust crate toml_edit to 0.23.5
1 parent 58daf13 commit 9fcfce7

4 files changed

Lines changed: 48 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 44 additions & 7 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.223", features = ["derive"] }
2121
serde_json = "1.0.145"
22-
toml_edit = "0.22.26"
22+
toml_edit = "0.23.5"
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.223", features = ["derive"], optional = true }
4545
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
4646
target-spec = { version = "3.5.1", path = "../../target-spec" }
4747
toml = { version = "0.5.11", optional = true }
48-
toml_edit = "0.22.26"
48+
toml_edit = "0.23.5"
4949
twox-hash.workspace = true
5050
guppy-workspace-hack.workspace = true
5151

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ clap = { version = "4.5.30", features = ["derive"] }
2525
clap_builder = { version = "4.5.30", default-features = false, features = ["color", "help", "std", "suggestions", "usage"] }
2626
getrandom = { version = "0.3.3", default-features = false, features = ["std"] }
2727
include_dir = { version = "0.7.4", features = ["glob"] }
28-
indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
28+
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["std"] }
29+
indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2.11.1" }
2930
log = { version = "0.4.28", default-features = false, features = ["std"] }
3031
miette = { version = "7.6.0", features = ["fancy"] }
3132
num-traits = { version = "0.2.19" }
@@ -41,7 +42,6 @@ serde_json = { version = "1.0.145", features = ["unbounded_depth"] }
4142
smallvec = { version = "1.15.1", default-features = false, features = ["const_generics"] }
4243
textwrap = { version = "0.16.1", default-features = false, features = ["unicode-linebreak", "unicode-width"] }
4344
toml = { version = "0.5.11", features = ["preserve_order"] }
44-
toml_edit = { version = "0.22.26", features = ["serde"] }
4545

4646
[build-dependencies]
4747
proc-macro2 = { version = "1.0.95" }

0 commit comments

Comments
 (0)