diff --git a/Cargo.lock b/Cargo.lock index 594c1a0..45270a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1479,9 +1479,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.13.0" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b80ac5e1b91e3378c63dab121962472b5ca20cf9ab1975e3d588548717807a8" +checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b" dependencies = [ "combine", "indexmap", @@ -1566,7 +1566,7 @@ dependencies = [ "proc-exit", "serde", "serde_json", - "toml_edit 0.13.0", + "toml_edit 0.13.4", "trycmd", "typed-arena", "typos", diff --git a/Cargo.toml b/Cargo.toml index b86e705..61b585f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ clap = "3.0" clap-verbosity-flag = "0.4" ignore = "0.4" serde = { version = "1.0", features = ["derive"] } -toml_edit = { version = "0.13.0", features = ["easy"] } +toml_edit = { version = "0.13.4", features = ["easy"] } log = "0.4" env_logger = { version = "0.9", default-features = false, features = ["termcolor"] } atty = "0.2.14"