Skip to content

Commit

Permalink
clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmayclin committed Nov 9, 2024
1 parent 8b54cdb commit 880de7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bindings/rust/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
publish = false

[features]
# network tests are useful but expensive in terms of duration and inherent flakiness.
# Accordingly they are gated behind this feature flag.
# Network tests are useful but relatively slow and inherently flaky. So they are
# behind this feature flag.
network-tests = []

[dependencies]
Expand Down
3 changes: 0 additions & 3 deletions bindings/rust/s2n-tls-hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ hyper = { version = "1" }
hyper-util = { version = "0.1", features = ["client-legacy", "tokio", "http1"] }
tower-service = { version = "0.3" }
http = { version= "1" }
tracing-appender = "0.2.3"
tracing-subscriber = "0.3.18"
tracing = "0.1.40"

[dev-dependencies]
tokio = { version = "1", features = ["macros", "test-util"] }
Expand Down

0 comments on commit 880de7a

Please sign in to comment.