diff --git a/Cargo.lock b/Cargo.lock index d432747..f73f525 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,7 +688,7 @@ dependencies = [ [[package]] name = "hyperdriver" -version = "0.12.4" +version = "0.12.5" dependencies = [ "axum", "bytes", @@ -1188,12 +1188,6 @@ version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" -[[package]] -name = "pin-utils" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" - [[package]] name = "portable-atomic" version = "1.13.1" diff --git a/Cargo.toml b/Cargo.toml index 6b7f31b..f393687 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperdriver" -version = "0.12.4" +version = "0.12.5" edition = "2024" description = "The missing middle for Hyper - Servers and Clients with ergonomic APIs" license = "MIT"