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