Skip to content

Commit cfb1928

Browse files
nextest-botsunshowers
authored andcommitted
Update Rust crate toml_edit to 0.23.0
1 parent be40ea5 commit cfb1928

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

Cargo.lock

Lines changed: 17 additions & 3 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
@@ -129,7 +129,7 @@ thiserror = "2.0.12"
129129
tokio = "1.46.1"
130130
tokio-stream = "0.1.17"
131131
toml = "0.8.23"
132-
toml_edit = "0.22.27"
132+
toml_edit = "0.23.0"
133133
tracing = "0.1.41"
134134
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["std", "tracing-log", "fmt"] }
135135
unicode-ident = "1.0.18"

workspace-hack/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ smallvec = { version = "1.15.1", default-features = false, features = ["const_ge
4141
target-spec = { version = "3.5.0", default-features = false, features = ["custom", "summaries"] }
4242
target-spec-miette = { version = "0.4.4", default-features = false, features = ["fixtures"] }
4343
tokio = { version = "1.46.1", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
44-
toml_edit = { version = "0.22.27", features = ["serde"] }
4544
tracing-core = { version = "0.1.33" }
4645
xxhash-rust = { version = "0.8.15", default-features = false, features = ["xxh3", "xxh64"] }
4746

0 commit comments

Comments
 (0)