diff --git a/Cargo.lock b/Cargo.lock index 424279300..fc0d66c93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4784,7 +4784,7 @@ dependencies = [ "serial_test", "splines", "tokio", - "toml 0.9.1", + "toml 0.9.2", "winres", ] @@ -5248,9 +5248,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0207d6ed1852c2a124c1fbec61621acb8330d2bf969a5d0643131e9affd985a5" +checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac" dependencies = [ "indexmap", "serde", @@ -5295,9 +5295,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5c1c469eda89749d2230d8156a5969a69ffe0d6d01200581cdc6110674d293e" +checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30" dependencies = [ "winnow", ] diff --git a/Cargo.toml b/Cargo.toml index 129bf737a..467933f0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ confy = "1.0.0" serde = { version = "1.0.219", default-features = false, features = ["derive"] } rodio = { version = "0.20.1", default-features = false, features = ["mp3"] } dns-lookup = "2.0.4" -toml = "0.9.1" +toml = "0.9.2" ctrlc = { version = "3.4.7", features = ["termination"] } rfd = "0.15.3" phf = "0.12.1"