Skip to content

Commit e24679d

Browse files
committed
chore: Update toml to 0.9.7, toml_edit to 0.23.6
1 parent 7d2e558 commit e24679d

File tree

4 files changed

+54
-33
lines changed

4 files changed

+54
-33
lines changed

Cargo.lock

Lines changed: 51 additions & 30 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
@@ -84,7 +84,7 @@ rfd = { version = "0.15.4", default-features = false, features = ["tokio", "xdg-
8484
memmap2 = "0.9.8"
8585
libtest-mimic = "0.8.1"
8686
regex = "1.11.2"
87-
toml = "0.8.23"
87+
toml = "0.9.7"
8888
vfs = "0.12.2"
8989
smallvec = { version = "1.15.1", features = ["const_new", "union"] }
9090
serde_json = "1.0.143"

desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ wgpu = { workspace = true }
4242
futures = { workspace = true }
4343
chrono = { workspace = true }
4444
fluent-templates = { workspace = true }
45-
toml_edit = { version = "0.22.27", features = ["parse"] }
45+
toml_edit = { version = "0.23.6", features = ["parse"] }
4646
gilrs = "0.11"
4747
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "fs"] }
4848

frontend-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workspace = true
1414
cpal = ["dep:cpal", "dep:bytemuck"]
1515

1616
[dependencies]
17-
toml_edit = { version = "0.22.27", features = ["parse"] }
17+
toml_edit = { version = "0.23.6", features = ["parse"] }
1818
url = { workspace = true }
1919
tracing = { workspace = true }
2020
thiserror = { workspace = true }

0 commit comments

Comments
 (0)