diff --git a/Cargo.lock b/Cargo.lock index 5e1f42aa..d84f492b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2211,15 +2211,15 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51cc078118ed25af325985ff674c00c8416b0f962be67da4946854ebfc99f334" +checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" [[package]] name = "toml_edit" -version = "0.20.3" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a2534c1aa199edef7108fb7d970facaa17f8f8cc5ce6bde75372cfa1051ed91" +checksum = "380f9e8120405471f7c9ad1860a713ef5ece6a670c7eae39225e477340f32fc4" dependencies = [ "indexmap 2.0.0", "toml_datetime", diff --git a/Cargo.toml b/Cargo.toml index 2f051f32..534c7bb3 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.3" # read and write the Cargo.toml +toml_edit = "0.20.4" # read and write the Cargo.toml tracing = "0.1" # tracing tracing-appender = "0.2" # tracing tracing-subscriber = { version = "0.3", features = ["json"] }