From 5b33f5a683b2c7c023172d30495cefce344abd84 Mon Sep 17 00:00:00 2001 From: "alexrudy-bot[bot]" <203902969+alexrudy-bot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:30:36 +0000 Subject: [PATCH] chore: release v0.12.5 --- Cargo.lock | 8 +------- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) 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"