diff --git a/Cargo.lock b/Cargo.lock index b2e3afce8d..b6677b660f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2904,7 +2904,7 @@ dependencies = [ "pathdiff", "rayon", "target-spec", - "toml_edit", + "toml_edit 0.13.4", "twox-hash", ] @@ -5374,7 +5374,7 @@ dependencies = [ "thiserror", "tinytemplate", "toml", - "toml_edit", + "toml_edit 0.14.4", "walkdir", "which", "wildmatch", @@ -8412,6 +8412,17 @@ dependencies = [ "kstring", ] +[[package]] +name = "toml_edit" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5376256e44f2443f8896ac012507c19a012df0fe8758b55246ae51a2279db51f" +dependencies = [ + "combine", + "indexmap", + "itertools", +] + [[package]] name = "tonic" version = "0.6.2" diff --git a/build/monorepo/Cargo.toml b/build/monorepo/Cargo.toml index 3e06b10ee9..9a88d2e647 100644 --- a/build/monorepo/Cargo.toml +++ b/build/monorepo/Cargo.toml @@ -39,7 +39,7 @@ termcolor = "1.1.2" tinytemplate = "1.2.1" thiserror = "1.0.30" toml = "0.5.8" -toml_edit = "0.13.0" +toml_edit = "0.14.4" walkdir = "2.3.2" which = "4.2.4" wildmatch = "2.1.0"