diff --git a/Cargo.lock b/Cargo.lock index 3e7c03e7f..faa7055e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -560,9 +560,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.6" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" +checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" dependencies = [ "serde", "serde_spanned", @@ -581,9 +581,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.14" +version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ "indexmap", "serde", diff --git a/statime-linux/Cargo.toml b/statime-linux/Cargo.toml index 22cd2401a..9bf2a5183 100644 --- a/statime-linux/Cargo.toml +++ b/statime-linux/Cargo.toml @@ -13,7 +13,7 @@ libc = { version = "0.2.147", features = ["extra_traits"] } log = "0.4.20" statime = { path = "../statime" } pin-project-lite = "0.2.13" -toml = ">=0.5.0,<0.8.0" +toml = ">=0.5.0, <0.8.0" tokio = { version = "1.32", features = ["net", "rt-multi-thread", "time", "macros", "sync"] } rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] } serde = { version = "1.0.188", features = ["derive"] }