From b4ef66487a36dde7f7a58a9c89f328199f8708ea Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:28:10 +0200 Subject: [PATCH] chore: update workspace hack --- libs/Cargo.lock | 2 -- libs/px_workspace_hack/Cargo.toml | 4 ---- 2 files changed, 6 deletions(-) diff --git a/libs/Cargo.lock b/libs/Cargo.lock index e251f016..0555ae21 100644 --- a/libs/Cargo.lock +++ b/libs/Cargo.lock @@ -2596,7 +2596,6 @@ dependencies = [ name = "px_workspace_hack" version = "0.1.0" dependencies = [ - "ahash", "aho-corasick", "byteorder", "cc", @@ -2612,7 +2611,6 @@ dependencies = [ "futures-sink", "futures-util", "getrandom", - "hashbrown 0.14.5", "hmac", "indexmap", "log", diff --git a/libs/px_workspace_hack/Cargo.toml b/libs/px_workspace_hack/Cargo.toml index cb01d2b3..effbdd8f 100644 --- a/libs/px_workspace_hack/Cargo.toml +++ b/libs/px_workspace_hack/Cargo.toml @@ -17,7 +17,6 @@ license.workspace = true ### BEGIN HAKARI SECTION [dependencies] -ahash = { version = "0.8" } aho-corasick = { version = "1" } byteorder = { version = "1" } clap = { version = "4", features = ["derive", "env"] } @@ -32,7 +31,6 @@ futures-core = { version = "0.3" } futures-sink = { version = "0.3" } futures-util = { version = "0.3", features = ["channel", "io", "sink"] } getrandom = { version = "0.2", default-features = false, features = ["std"] } -hashbrown = { version = "0.14", default-features = false, features = ["ahash", "inline-more", "raw"] } hmac = { version = "0.12", default-features = false, features = ["reset"] } indexmap = { version = "2", features = ["serde"] } log = { version = "0.4", default-features = false, features = ["std"] } @@ -63,7 +61,6 @@ uuid = { version = "1", features = ["fast-rng", "serde", "v4", "v7"] } zeroize = { version = "1", features = ["zeroize_derive"] } [build-dependencies] -ahash = { version = "0.8" } aho-corasick = { version = "1" } byteorder = { version = "1" } cc = { version = "1", default-features = false, features = ["parallel"] } @@ -79,7 +76,6 @@ futures-core = { version = "0.3" } futures-sink = { version = "0.3" } futures-util = { version = "0.3", features = ["channel", "io", "sink"] } getrandom = { version = "0.2", default-features = false, features = ["std"] } -hashbrown = { version = "0.14", default-features = false, features = ["ahash", "inline-more", "raw"] } hmac = { version = "0.12", default-features = false, features = ["reset"] } indexmap = { version = "2", features = ["serde"] } log = { version = "0.4", default-features = false, features = ["std"] }