Update Rust crate toml_edit to 0.20

This commit is contained in:
renovate[bot] 2023-09-14 12:39:40 +00:00 committed by GitHub
parent f0f58741b0
commit 74df6db8a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
tools/Cargo.lock generated
View file

@ -306,9 +306,9 @@ checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.19.15" version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"toml_datetime", "toml_datetime",

View file

@ -5,7 +5,7 @@ edition = "2021"
[dependencies] [dependencies]
clap = "4" clap = "4"
toml_edit = "0.19" toml_edit = "0.20"
glob = "0.3" glob = "0.3"
chrono = "0.4" chrono = "0.4"
dependency-graph = "0.1.5" dependency-graph = "0.1.5"