Update Rust crate toml_edit to 0.22

This commit is contained in:
renovate[bot] 2024-02-06 22:48:37 +00:00 committed by GitHub
parent 3f607b379a
commit 09295d9785
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.21.1"
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951"
dependencies = [
"indexmap",
"toml_datetime",

View file

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