From 05c01effa3e912768dd779194b5687f9ec375924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:10:37 +0000 Subject: [PATCH] [chore(cargo)](deps): Bump ahash from 0.8.7 to 0.8.8 Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.7 to 0.8.8. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) --- updated-dependencies: - dependency-name: ahash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- homestar-workspace-hack/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"] }