Skip to content

Commit

Permalink
remove changes for ntex and ntex-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
clia committed May 31, 2023
1 parent b1a942d commit 2a80c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ntex-connect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ntex-async-std = { version = "0.2.2", optional = true }
tls-openssl = { version="0.10", package = "openssl", optional = true }

# rustls
tls-rustls = { version = "0.21", package = "rustls", optional = true }
tls-rustls = { version = "0.20", package = "rustls", optional = true }
webpki-roots = { version = "0.22", optional = true }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions ntex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ coo-kie = { version = "0.17", package = "cookie", optional = true }
tls-openssl = { version="0.10", package = "openssl", optional = true }

# rustls
tls-rustls = { version = "0.21", package = "rustls", optional = true }
tls-rustls = { version = "0.20", package = "rustls", optional = true }
webpki-roots = { version = "0.22", optional = true }

# compression
Expand All @@ -107,6 +107,6 @@ rand = "0.8"
time = "0.3"
futures-util = "0.3"
tls-openssl = { version="0.10", package = "openssl" }
tls-rustls = { version = "0.21", package="rustls", features = ["dangerous_configuration"] }
tls-rustls = { version = "0.20", package="rustls", features = ["dangerous_configuration"] }
rustls-pemfile = { version = "1.0" }
webpki-roots = { version = "0.22" }

0 comments on commit 2a80c8b

Please sign in to comment.