diff --git a/Cargo.lock b/Cargo.lock index ed85a89c..9f0f3dd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2217,9 +2217,9 @@ checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" [[package]] name = "toml_edit" -version = "0.20.6" +version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36a7def1fbe5c7eea75367e39c1d176817dba63e096f4e440bf16606d2292761" +checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ "indexmap 2.0.0", "toml_datetime", diff --git a/Cargo.toml b/Cargo.toml index 8a799d4f..412ec2f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ storyteller = "0.8.1" # minimal multi user output architecture tabled = { version = "0.10.0", features = ["color"] } # pretty print tables terminal_size = "0.3.0" # determine the terminal size thiserror = "1.0.50" # error handling -toml_edit = "0.20.6" # read and write the Cargo.toml +toml_edit = "0.20.7" # read and write the Cargo.toml tracing = "0.1" # tracing tracing-appender = "0.2" # tracing tracing-subscriber = { version = "0.3", features = ["json"] }