diff --git a/Cargo.lock b/Cargo.lock index 65155fc8..71c49552 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,9 +70,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.9" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f" +checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", "once_cell", diff --git a/homestar-workspace-hack/Cargo.toml b/homestar-workspace-hack/Cargo.toml index 9ad7acc9..16ed3370 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.9", default-features = false, features = ["no-rng", "std"] } +ahash = { version = "0.8.11", default-features = false, features = ["no-rng", "std"] } anyhow = { version = "1.0.80", features = ["backtrace"] } arrayvec = { version = "0.7.4" } base64 = { version = "0.13.1", features = ["alloc"] } @@ -87,7 +87,7 @@ wasmtime-runtime = { version = "18.0.1", default-features = false, features = [" zeroize = { version = "1.7.0", features = ["zeroize_derive"] } [build-dependencies] -ahash = { version = "0.8.9", default-features = false, features = ["no-rng", "std"] } +ahash = { version = "0.8.11", default-features = false, features = ["no-rng", "std"] } anyhow = { version = "1.0.80", features = ["backtrace"] } arrayvec = { version = "0.7.4" } base64 = { version = "0.13.1", features = ["alloc"] }