From da5152b7695e7341ec3cc629313e1abcd96cb0de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 02:28:09 +0000 Subject: [PATCH] chore(deps): bump h3o from 0.9.0 to 0.9.2 Bumps [h3o](https://github.com/HydroniumLabs/h3o) from 0.9.0 to 0.9.2. - [Changelog](https://github.com/HydroniumLabs/h3o/blob/master/CHANGELOG.md) - [Commits](https://github.com/HydroniumLabs/h3o/compare/v0.9.0...v0.9.2) --- updated-dependencies: - dependency-name: h3o dependency-version: 0.9.2 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 bc70dcf..aea943b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,9 +320,9 @@ dependencies = [ [[package]] name = "h3o" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99168b82f2802d6ac6c0399516a7a97cfd1b465119b89c5a13f38a13b22e6be0" +checksum = "a2904b68d4350b1a86c8f24157e05fd81776c20bab18a0c18b45807bc9050f1e" dependencies = [ "ahash", "either", diff --git a/Cargo.toml b/Cargo.toml index 43e752d..c9daff4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ geo = "0.30.0" approx = "0.5.1" criterion = "0.7.0" geohash = "0.13.1" -h3o = "0.9.0" +h3o = "0.9.2" [[bench]] name = "main"