diff --git a/Cargo.lock b/Cargo.lock index 03ff3b0c..78e77815 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2222,9 +2222,9 @@ checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" [[package]] name = "toml_edit" -version = "0.19.15" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95" dependencies = [ "indexmap 2.0.0", "toml_datetime", diff --git a/Cargo.toml b/Cargo.toml index dcaad0b7..b7b33c58 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.2.6" # determine the terminal size thiserror = "1.0.48" # error handling -toml_edit = "0.19.15" # read and write the Cargo.toml +toml_edit = "0.20.0" # read and write the Cargo.toml tracing = "0.1" # tracing tracing-appender = "0.2" # tracing tracing-subscriber = { version = "0.3", features = ["json"] }