Skip to content

Commit 124c325

Browse files
committed
got rid of openssl
1 parent 73c94f3 commit 124c325

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ariana"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
edition = "2021"
55

66
[dependencies]
@@ -13,7 +13,7 @@ ignore = "0.4.23"
1313
indicatif = "0.17.11"
1414
rand = "0.8.5"
1515
rayon = "1.10.0"
16-
reqwest = { version = "0.12.15", features = ["blocking", "json"] }
16+
reqwest = { version = "0.12.15", features = ["blocking", "json", "rustls-tls"], default-features = false }
1717
serde = { version = "1.0.219", features = ["derive"] }
1818
serde_json = "1.0.140"
1919
sha2 = "0.10"

cli/Cross.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ passthrough = [
77
[target.x86_64-unknown-linux-gnu]
88
pre-build = [
99
"dpkg --add-architecture $CROSS_DEB_ARCH",
10-
"apt-get update",
11-
"apt-get install --assume-yes libcrypto++-dev:$CROSS_DEB_ARCH",
12-
"apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH"
10+
"apt-get update"
1311
]

0 commit comments

Comments
 (0)