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"