Skip to content

Commit

Permalink
add deps in test; allow dropshot consumers to choose flags for rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed Sep 27, 2024
1 parent d0eb686 commit 9382813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion 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 dropshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ indexmap = "2.5.0"
multer = "3.1.0"
paste = "1.0.15"
percent-encoding = "2.3.1"
rustls = { version = "0.23.13", default-features = false , features = ["ring", "tls12", "std", "logging"] }
rustls = { version = "0.23.13", default-features = false }
rustls-pemfile = "2.1.3"
scopeguard = "1.2.0"
serde_json = "1.0.128"
Expand Down Expand Up @@ -93,7 +93,7 @@ anyhow = "1.0.89"
async-channel = "2.3.1"
buf-list = "1.0.3"
expectorate = "1.1.0"
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1"] }
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "ring"] }
hyper-staticfile = "0.10"
lazy_static = "1.5.0"
libc = "0.2.159"
Expand Down

0 comments on commit 9382813

Please sign in to comment.