mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
bump dependencies
This commit is contained in:
parent
4906f547cf
commit
b387397744
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -28,9 +28,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "async-io"
|
||||
version = "1.2.0"
|
||||
version = "1.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "40a0b2bb8ae20fede194e779150fe283f65a4a08461b496de546ec366b174ad9"
|
||||
checksum = "458c8f66c246624e7cf87c01451f3392ab77d66a0f105a49d9353b30ea97ced8"
|
||||
dependencies = [
|
||||
"concurrent-queue",
|
||||
"fastrand",
|
||||
|
|
|
@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.34"
|
||||
async-io = "1.2.0"
|
||||
async-io = "1.3.0"
|
||||
async-net = "1.5.0"
|
||||
crossbeam-queue = "0.3.1"
|
||||
crossterm = "0.18.2"
|
||||
|
|
Loading…
Reference in a new issue