From f4f30f7fa809d03c8904d477a91a87ca0d3cf49e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:24:09 +0000 Subject: [PATCH] chore(deps): bump h3o from 0.9.3 to 0.9.4 Bumps [h3o](https://github.com/HydroniumLabs/h3o) from 0.9.3 to 0.9.4. - [Changelog](https://github.com/HydroniumLabs/h3o/blob/master/CHANGELOG.md) - [Commits](https://github.com/HydroniumLabs/h3o/compare/v0.9.3...v0.9.4) --- updated-dependencies: - dependency-name: h3o dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ae5a63..97af97d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,9 +320,9 @@ dependencies = [ [[package]] name = "h3o" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a78209b5ec22ba72456c935d8822a035d5f36f50f5bd5b289640dc93afa4965" +checksum = "60271ce96dbb45e1ac18955e1b44e9e04dcea01df040819efdedc56c0058c367" dependencies = [ "ahash", "either", diff --git a/Cargo.toml b/Cargo.toml index cd6e39b..f9a5c26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ geo = "0.31.0" approx = "0.5.1" criterion = "0.7.0" geohash = "0.13.1" -h3o = "0.9.3" +h3o = "0.9.4" [[bench]] name = "main"