Skip to content

Commit

Permalink
Turn off twox-hash features
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Dec 24, 2024
1 parent 53c39f9 commit d5ccdcc
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tokio-util = { version = "0.7.2", features = ["codec", "io"] }
tracing = { version = "0.1.37", default-features = false, features = [
"attributes",
], optional = true }
twox-hash = "2"
twox-hash = { version = "2", default-features = false, features = ["xxhash64"] }
url = "2.1"
hdrhistogram = { version = "7.5", optional = true }

Expand Down Expand Up @@ -88,15 +88,9 @@ default = [
"binlog",
]

default-rustls = [
"default-rustls-no-provider",
"aws-lc-rs",
]
default-rustls = ["default-rustls-no-provider", "aws-lc-rs"]

default-rustls-ring = [
"default-rustls-no-provider",
"ring",
]
default-rustls-ring = ["default-rustls-no-provider", "ring"]

default-rustls-no-provider = [
"flate2/rust_backend",
Expand Down

0 comments on commit d5ccdcc

Please sign in to comment.