Eliminate dependency on Open SSL in cargo-build-sbf (#31205)

This commit is contained in:
Dmitri Makarov 2023-04-14 13:42:35 -04:00 committed by GitHub
parent 8eb31f6cfd
commit d12501056d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ cargo_metadata = { workspace = true }
clap = { version = "3.1.5", features = ["cargo", "env"] }
log = { workspace = true, features = ["std"] }
regex = { workspace = true }
reqwest = { workspace = true, features = ["blocking"] }
reqwest = { workspace = true, features = ["blocking", "rustls-tls"] }
semver = { workspace = true }
solana-download-utils = { workspace = true }
solana-logger = { workspace = true }