diff --git a/tools/Cargo.lock b/tools/Cargo.lock index 02c78556..524c0909 100644 --- a/tools/Cargo.lock +++ b/tools/Cargo.lock @@ -306,9 +306,9 @@ checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" [[package]] name = "toml_edit" -version = "0.20.7" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" +checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" dependencies = [ "indexmap", "toml_datetime", diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 1c8ebc3f..aefd0e4c 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] clap = "4" -toml_edit = "0.20" +toml_edit = "0.21" glob = "0.3" chrono = "0.4" dependency-graph = "0.1.5"