Merge pull request #279 from figsoda/dependabot/cargo/async-net-1.8.0

Bump async-net from 1.7.0 to 1.8.0
This commit is contained in:
figsoda 2023-09-26 08:30:52 -04:00 committed by GitHub
commit 6b093ef7c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View file

@ -98,12 +98,11 @@ dependencies = [
[[package]]
name = "async-net"
version = "1.7.0"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
dependencies = [
"async-io",
"autocfg",
"blocking",
"futures-lite",
]

View file

@ -14,7 +14,7 @@ categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.75"
async-io = "1.13.0"
async-net = "1.7.0"
async-net = "1.8.0"
crossbeam-queue = "0.3.8"
crossterm = "0.27.0"
dirs = "5.0.1"