Skip to content

Commit

Permalink
chore: switch off dependency feature flags we don't use
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyscot committed Nov 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3510ca8 commit dc9373b
Showing 2 changed files with 4 additions and 211 deletions.
211 changes: 2 additions & 209 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -30,12 +30,12 @@ human-repr = "1.1.0"
humanize-rs = "0.1.5"
indicatif = { version = "0.17.8", features = ["tokio"] }
num-format = { version = "0.4.4" }
quinn = "0.11.5"
quinn = { version = "0.11.5", default-features = false, features = ["runtime-tokio", "rustls", "ring"] } # log ?
rcgen = { version = "0.13.1" }
rustls-pki-types = "1.9.0"
static_assertions = "1.1.0"
strum_macros = "0.26.4"
tokio = { version = "1.40.0", default-features = true, features = ["fs", "io-std", "macros", "net", "process", "rt", "time", "sync"] }
tokio = { version = "1.40.0", default-features = true, features = ["fs", "io-std", "macros", "process", "rt", "time", "sync"] }
tokio-util = { version = "0.7.12", features = ["compat"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

0 comments on commit dc9373b

Please sign in to comment.