From 9a4a2a105b5670da0bdbdb5c3588cb8e2229f71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9A=AB=EF=B8=8F?= <jp@bultmann.eu> Date: Mon, 23 Sep 2024 12:35:11 +0200 Subject: [PATCH] upgrade anybytes dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65d35dd..c13fd3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = [ ] [dependencies] -anybytes = "0.5.0" +anybytes = "0.6.0" zerocopy = "0.7.35" serde = { version = "1.0", optional = true, features = ["derive"] }