mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
bump dependencies
This commit is contained in:
parent
8fa31502ab
commit
ff3b3d3dcf
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -286,9 +286,9 @@ checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
|
|||
|
||||
[[package]]
|
||||
name = "futures-lite"
|
||||
version = "1.11.3"
|
||||
version = "1.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"
|
||||
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
||||
dependencies = [
|
||||
"fastrand",
|
||||
"futures-core",
|
||||
|
|
|
@ -20,7 +20,7 @@ crossbeam-queue = "0.3.2"
|
|||
crossterm = "0.19.0"
|
||||
dirs-next = "2.0.0"
|
||||
expand = "0.2.0"
|
||||
futures-lite = "1.11.3"
|
||||
futures-lite = "1.12.0"
|
||||
ron = "0.6.4"
|
||||
serde = { version = "1.0.126", features = ["derive"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue