Browse Source

using rustls instead of openssl

tags/v0.3.11-rc1
Shar-jeel-Sajid 10 months ago
parent
commit
c5dc421c7d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      binaries/cli/Cargo.toml

+ 1
- 1
binaries/cli/Cargo.toml View File

@@ -50,7 +50,7 @@ tabwriter = "1.4.0"
log = { version = "0.4.21", features = ["serde"] }
colored = "2.1.0"
env_logger = "0.11.3"
self_update = "0.42.0"
self_update = { version = "0.27.0", features = ["rustls"], default-features = false }
pyo3 = { workspace = true, features = [
"extension-module",
"abi3",


Loading…
Cancel
Save