Skip to content

Commit 60bcdfa

Browse files
fix(deps): update rust crate toml to v1
1 parent 564ae3b commit 60bcdfa

File tree

2 files changed

+95
-32
lines changed

2 files changed

+95
-32
lines changed

Cargo.lock

Lines changed: 94 additions & 31 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
@@ -105,7 +105,7 @@ v_frame = "0.3.7"
105105
av-metrics = { version = "0.9.1", optional = true, default-features = false }
106106
rayon = { package = "maybe-rayon", version = "0.1", default-features = false }
107107
crossbeam = { version = "0.8", optional = true }
108-
toml = { version = "0.8", optional = true }
108+
toml = { version = "1.0", optional = true }
109109
arrayvec = "0.7"
110110
thiserror = "2.0"
111111
byteorder = { version = "1.5.0", optional = true }

0 commit comments

Comments
 (0)