mirror of
https://github.com/figsoda/mmtc
synced 2024-11-25 08:30:18 +00:00
bump dependencies
This commit is contained in:
parent
46d2ddc992
commit
57ceda6357
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -165,9 +165,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "expand"
|
||||
version = "0.1.3"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "febe2a174dbba3fb7376c5ef690211a5dfe6392debd534ea4681c308df35e137"
|
||||
checksum = "0cd6d31b20fba7232909816f339b2811368618a89c7940f2e1f58a470d6919fc"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -17,7 +17,7 @@ categories = ["command-line-utilities"]
|
|||
anyhow = "1.0.34"
|
||||
crossterm = "0.18.2"
|
||||
dirs-next = "2.0.0"
|
||||
expand = "0.1.3"
|
||||
expand = "0.2.0"
|
||||
ron = "0.6.2"
|
||||
serde = { version = "1.0.117", features = ["derive"] }
|
||||
structopt = "0.3.20"
|
||||
|
|
Loading…
Reference in a new issue