Skip to content

Commit ab315db

Browse files
committed
fix(deps): update rust crate toml_edit to 0.23.6
1 parent 58daf13 commit ab315db

4 files changed

Lines changed: 65 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 58 additions & 20 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.6"
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.6"
4949
twox-hash.workspace = true
5050
guppy-workspace-hack.workspace = true
5151

workspace-hack/Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ camino = { version = "1.2.0", default-features = false, features = ["serde1"] }
2424
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"] }
27+
hashbrown = { version = "0.16.0", default-features = false, features = ["allocator-api2", "inline-more"] }
2728
include_dir = { version = "0.7.4", features = ["glob"] }
28-
indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
29+
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["std"] }
30+
indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2.11.4" }
2931
log = { version = "0.4.28", default-features = false, features = ["std"] }
3032
miette = { version = "7.6.0", features = ["fancy"] }
3133
num-traits = { version = "0.2.19" }
@@ -35,13 +37,12 @@ petgraph = { version = "0.8.2", default-features = false, features = ["graphmap"
3537
regex = { version = "1.11.1", default-features = false, features = ["perf", "std"] }
3638
regex-automata = { version = "0.4.9", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
3739
regex-syntax = { version = "0.8.5" }
38-
serde = { version = "1.0.223", features = ["alloc", "derive"] }
39-
serde_core = { version = "1.0.223", features = ["alloc"] }
40+
serde = { version = "1.0.225", features = ["alloc", "derive"] }
41+
serde_core = { version = "1.0.225", features = ["alloc"] }
4042
serde_json = { version = "1.0.145", features = ["unbounded_depth"] }
4143
smallvec = { version = "1.15.1", default-features = false, features = ["const_generics"] }
4244
textwrap = { version = "0.16.1", default-features = false, features = ["unicode-linebreak", "unicode-width"] }
4345
toml = { version = "0.5.11", features = ["preserve_order"] }
44-
toml_edit = { version = "0.22.26", features = ["serde"] }
4546

4647
[build-dependencies]
4748
proc-macro2 = { version = "1.0.95" }

0 commit comments

Comments
 (0)