From 04e547573ec6ef3068084f25b78146b211f10523 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 10 Jun 2024 10:09:22 -0400 Subject: [PATCH] v1.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d91b56..7787330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "httparse" -version = "1.9.0" +version = "1.9.1" authors = ["Sean McArthur "] license = "MIT OR Apache-2.0" description = "A tiny, safe, speedy, zero-copy HTTP/1.x parser."