Skip to content

Commit

Permalink
chore: update workspace hack
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Oct 14, 2024
1 parent a816987 commit b4ef664
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions libs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions libs/px_workspace_hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand All @@ -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"] }
Expand Down Expand Up @@ -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"] }
Expand All @@ -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"] }
Expand Down

0 comments on commit b4ef664

Please sign in to comment.