diff --git a/Cargo.lock b/Cargo.lock index 0089be90b2..6f7d291d8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4752,16 +4752,26 @@ dependencies = [ "serde", ] +[[package]] +name = "toml_datetime" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd" +dependencies = [ + "serde", +] + [[package]] name = "toml_edit" -version = "0.14.4" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5376256e44f2443f8896ac012507c19a012df0fe8758b55246ae51a2279db51f" +checksum = "b1541ba70885967e662f69d31ab3aeca7b1aaecfcd58679590b893e9239c3646" dependencies = [ "combine", "indexmap", "itertools", "serde", + "toml_datetime", ] [[package]] diff --git a/lapce-data/Cargo.toml b/lapce-data/Cargo.toml index c8979ef46f..9785d68eb7 100644 --- a/lapce-data/Cargo.toml +++ b/lapce-data/Cargo.toml @@ -40,7 +40,7 @@ uuid = { version = "0.8.2", features = ["v4"] } lsp-types = { version = "0.93", features = ["proposed"] } druid = { git = "https://github.com/lapce/druid", branch = "shell_opengl", features = [ "svg", "im", "serde", ] } # druid = { path = "../../druid/druid", features = ["svg", "im" , "serde"] } -toml_edit = { version = "0.14.4", features = ["easy"] } +toml_edit = { version = "0.15.0", features = ["easy"] } structdesc = { git = "https://github.com/lapce/structdesc" } #structdesc = { path = "../../structdesc" } lapce-core = { path = "../lapce-core" } diff --git a/lapce-proxy/Cargo.toml b/lapce-proxy/Cargo.toml index c2dca13ff2..b157c64602 100644 --- a/lapce-proxy/Cargo.toml +++ b/lapce-proxy/Cargo.toml @@ -39,7 +39,7 @@ crossbeam-channel = "0.5.0" jsonrpc-lite = "0.6.0" serde_json = "1.0.87" anyhow = "1.0.32" -toml_edit = { version = "0.14.4", features = ["easy"] } +toml_edit = { version = "0.15.0", features = ["easy"] } git2 = { version = "0.14.4", features = ["vendored-openssl"] } lapce-core = { path = "../lapce-core" } lapce-rpc = { path = "../lapce-rpc" } diff --git a/lapce-ui/Cargo.toml b/lapce-ui/Cargo.toml index 998b780ae9..3e1a8175e9 100644 --- a/lapce-ui/Cargo.toml +++ b/lapce-ui/Cargo.toml @@ -25,7 +25,7 @@ serde = "1.0" serde_json = "1.0" xi-rope = { git = "https://github.com/lapce/xi-editor", features = ["serde"] } lsp-types = { version = "0.93", features = ["proposed"] } -toml_edit = { version = "0.14.4", features = ["easy"] } +toml_edit = { version = "0.15.0", features = ["easy"] } open = "3.0.2" # lapce deps