diff --git a/Cargo.lock b/Cargo.lock index 31652de..0f48e53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -721,7 +721,7 @@ dependencies = [ [[package]] name = "hyperdriver" -version = "0.8.1" +version = "0.8.2" dependencies = [ "axum", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e72ed65..7521b91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperdriver" -version = "0.8.1" +version = "0.8.2" edition = "2021" description = "The missing middle for Hyper - Servers and Clients with ergonomic APIs" license = "MIT"