deps: bump asynchronous-codec from 0.6.1 to 0.6.2

Pull-Request: #4244.
This commit is contained in:
dependabot[bot] 2023-07-24 16:51:08 +00:00 committed by GitHub
parent cfa879396c
commit 3f0fef2823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -495,9 +495,9 @@ dependencies = [
[[package]]
name = "asynchronous-codec"
version = "0.6.1"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182"
checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568"
dependencies = [
"bytes",
"futures-sink",

View File

@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
async-trait = "0.1"
asynchronous-codec = "0.6.1"
asynchronous-codec = "0.6.2"
bytes = "1"
futures = "0.3"
futures-timer = "3"