mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
bump dependencies
This commit is contained in:
parent
0d81221db5
commit
e744ec3b8c
2 changed files with 6 additions and 8 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -21,12 +21,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "async-io"
|
||||
version = "1.4.1"
|
||||
version = "1.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4bbfd5cf2794b1e908ea8457e6c45f8f8f1f6ec5f74617bf4662623f47503c3b"
|
||||
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
|
||||
dependencies = [
|
||||
"concurrent-queue",
|
||||
"fastrand",
|
||||
"futures-lite",
|
||||
"libc",
|
||||
"log",
|
||||
|
@ -41,13 +40,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "async-net"
|
||||
version = "1.6.0"
|
||||
version = "1.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "69b0a74e7f70af3c8cf1aa539edbd044795706659ac52b78a71dc1a205ecefdf"
|
||||
checksum = "5373304df79b9b4395068fb080369ec7178608827306ce4d081cba51cac551df"
|
||||
dependencies = [
|
||||
"async-io",
|
||||
"blocking",
|
||||
"fastrand",
|
||||
"futures-lite",
|
||||
]
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ categories = ["command-line-utilities"]
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.41"
|
||||
async-io = "1.4.1"
|
||||
async-net = "1.6.0"
|
||||
async-io = "1.6.0"
|
||||
async-net = "1.6.1"
|
||||
clap = "3.0.0-beta.2"
|
||||
crossbeam-queue = "0.3.2"
|
||||
crossterm = "0.20.0"
|
||||
|
|
Loading…
Reference in a new issue