Skip to content

Commit 236f37e

Browse files
committed
Update Rust crate toml to 0.9.7
1 parent 9c02b3d commit 236f37e

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ test-strategy = "0.4.3"
127127
thiserror = "2.0.16"
128128
tokio = "1.47.1"
129129
tokio-stream = "0.1.17"
130-
toml = "0.8.23"
130+
toml = "0.9.7"
131131
toml_edit = "0.23.5"
132132
tracing = "0.1.41"
133133
tracing-subscriber = { version = "0.3.20", default-features = false, features = ["std", "tracing-log", "fmt"] }

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ console = { version = "0.16.0" }
2525
either = { version = "1.15.0", features = ["use_std"] }
2626
form_urlencoded = { version = "1.2.2" }
2727
getrandom = { version = "0.3.3", default-features = false, features = ["std"] }
28-
hashbrown = { version = "0.15.5" }
29-
indexmap = { version = "2.11.3", features = ["serde"] }
28+
hashbrown = { version = "0.16.0", default-features = false, features = ["allocator-api2", "inline-more"] }
29+
indexmap = { version = "2.11.4", features = ["serde"] }
3030
log = { version = "0.4.28", default-features = false, features = ["std"] }
3131
memchr = { version = "2.7.5" }
3232
miette = { version = "7.6.0", features = ["fancy"] }

0 commit comments

Comments
 (0)