mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Update Rust crate toml_edit to 0.22
This commit is contained in:
parent
3f607b379a
commit
09295d9785
4
tools/Cargo.lock
generated
4
tools/Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue