Skip to content

Commit

Permalink
Updated hyper-rustls to native-tls
Browse files Browse the repository at this point in the history
To avoid the ring dependency updated hyper-rustls to native-tls

Fixes: #521

Signed-off-by: Kavitha Sivakavi <[email protected]>
  • Loading branch information
SivakaviKavitha committed Jun 19, 2023
1 parent d2ecf88 commit 6831071
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion common/k8s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ chrono = { version = "0.4", features = ["serde"] }
anyhow = "1.0.57"
hyper = "0.14"
hyper-timeout = "0.4"
hyper-rustls = "0.23"
native-tls = "0.23"
tower = "0.4"
tower-http = { version = "0.3", features = ["set-header"] }
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion common/test/mock-ingester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-compression = { version ="0.3", features = ["tokio", "gzip"] }
hyper = { version = "0.14", features = ["http1", "server", "stream", "tcp", "http2"] }
bytes = "*"
futures = "0.3"
hyper-rustls = { version = "0.23", features = ["http2"] }
native-tls = { version = "0.23", features = ["http2"] }
rcgen = "0.9"
rustls = "0.20"
rustls-pemfile = "1"
Expand Down

0 comments on commit 6831071

Please sign in to comment.