Update Rust crate toml_edit to 0.21

This commit is contained in:
renovate[bot] 2023-11-09 20:09:30 +00:00 committed by GitHub
parent 198afdf8ce
commit 1f1de83564
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 = "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",

View file

@ -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"