Skip to content

Commit

Permalink
less openssl, more rust (#7460)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilescope authored Jul 4, 2023
1 parent 7149817 commit bf1a464
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 98 deletions.
97 changes: 0 additions & 97 deletions polkadot/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 polkadot/node/zombienet-backchannel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tokio-tungstenite = "0.17"
futures-util = "0.3.23"
lazy_static = "1.4.0"
parity-scale-codec = { version = "3.6.1", features = ["derive"] }
reqwest = "0.11"
reqwest = { version = "0.11", features = ["rustls-tls"], default-features = false }
thiserror = "1.0.31"
gum = { package = "tracing-gum", path = "../gum/" }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit bf1a464

Please sign in to comment.