From b663abe09199c63f18abf5cc024b01fdc71553a4 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Thu, 13 Mar 2025 11:22:34 +0100 Subject: [PATCH] chore: update tokio-util version number (#7215) --- tokio-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml index 6160e3016..264f7b979 100644 --- a/tokio-util/Cargo.toml +++ b/tokio-util/Cargo.toml @@ -4,7 +4,7 @@ name = "tokio-util" # - Remove path dependencies # - Update CHANGELOG.md. # - Create "tokio-util-0.7.x" git tag. -version = "0.7.13" +version = "0.7.14" edition = "2021" rust-version = "1.70" authors = ["Tokio Contributors "]