mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
Bump async-net from 1.7.0 to 1.8.0
Bumps [async-net](https://github.com/smol-rs/async-net) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/smol-rs/async-net/releases) - [Changelog](https://github.com/smol-rs/async-net/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-net/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: async-net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5a5844fb08
commit
348a423ce4
2 changed files with 3 additions and 4 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -98,12 +98,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-net"
|
name = "async-net"
|
||||||
version = "1.7.0"
|
version = "1.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
|
checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-io",
|
"async-io",
|
||||||
"autocfg",
|
|
||||||
"blocking",
|
"blocking",
|
||||||
"futures-lite",
|
"futures-lite",
|
||||||
]
|
]
|
||||||
|
|
|
@ -14,7 +14,7 @@ categories = ["command-line-utilities"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.75"
|
||||||
async-io = "1.13.0"
|
async-io = "1.13.0"
|
||||||
async-net = "1.7.0"
|
async-net = "1.8.0"
|
||||||
crossbeam-queue = "0.3.8"
|
crossbeam-queue = "0.3.8"
|
||||||
crossterm = "0.27.0"
|
crossterm = "0.27.0"
|
||||||
dirs = "5.0.1"
|
dirs = "5.0.1"
|
||||||
|
|
Loading…
Reference in a new issue