diff --git a/Cargo.lock b/Cargo.lock index 6489058b..bb068459 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,9 +70,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" +checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff" dependencies = [ "cfg-if", "once_cell", diff --git a/homestar-workspace-hack/Cargo.toml b/homestar-workspace-hack/Cargo.toml index e3f154fa..f70214f2 100644 --- a/homestar-workspace-hack/Cargo.toml +++ b/homestar-workspace-hack/Cargo.toml @@ -17,7 +17,7 @@ authors = { workspace = true } ### BEGIN HAKARI SECTION [dependencies] -ahash = { version = "0.8.7", default-features = false, features = ["no-rng", "std"] } +ahash = { version = "0.8.8", default-features = false, features = ["no-rng", "std"] } anyhow = { version = "1.0.79", features = ["backtrace"] } arrayvec = { version = "0.7.4" } base64 = { version = "0.13.1", features = ["alloc"] } @@ -87,7 +87,7 @@ wasmtime-runtime = { version = "17.0.0", default-features = false, features = [" zeroize = { version = "1.7.0", features = ["zeroize_derive"] } [build-dependencies] -ahash = { version = "0.8.7", default-features = false, features = ["no-rng", "std"] } +ahash = { version = "0.8.8", default-features = false, features = ["no-rng", "std"] } anyhow = { version = "1.0.79", features = ["backtrace"] } arrayvec = { version = "0.7.4" } base64 = { version = "0.13.1", features = ["alloc"] }