From 17c03ae01d9bb59079994580ec9eec606702e519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:22:15 +0000 Subject: [PATCH] deps: bump asynchronous-codec from 0.6.2 to 0.7.0 Pull-Request: #4636. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cadddfa91fd..a1ecae7ccab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ quick-protobuf = "0.8" rand = "0.8" tracing = "0.1.37" quick-protobuf-codec = { workspace = true } -asynchronous-codec = "0.6.2" +asynchronous-codec = { workspace = true } [dev-dependencies] async-std = { version = "1.10", features = ["attributes"] }