Skip to content

Commit 165beec

Browse files
committed
raur and reqwest update
1. Update raur v8.0.0 Specifying native-tls enables the native-tls feature for reqwest, typically activating OpenSSL. Specifying rusttls-tls enables the default feature for reqwest.(Depends on aws-lc-rs) Specifying rusttls-ring enables the rustls-no-provider and ring features for reqwest. The default has been set to native-tls. https://gitlab.com/davidbittner/raur/-/merge_requests/30 2. Updated to reqwest 0.13.1 Using native-tls to eliminate dependencies on aws-lc-rs and aws-lc-sys. ref PR #1500 Morganamilo/aur-depends#24
1 parent b341ce3 commit 165beec

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ aur-depends = "5.0.0"
2121
aur-fetch = "0.11.3"
2222
cini = "1.0.0"
2323
pacmanconf = "3.1.0"
24-
raur = "7.0.0"
24+
raur = { version = "8.0.0" , default-features = false, features = ["reqwest", "async", "native-tls"] }
2525
srcinfo = "2.1.0"
2626

2727

@@ -35,7 +35,7 @@ htmlescape = "0.3.1"
3535
indicatif = "0.18.3"
3636
scraper = "0.25.0"
3737
nix = { version = "0.30.1", features = ["fs", "user"] }
38-
reqwest = { version = "0.11.27", features = ["gzip", "socks"] }
38+
reqwest = { version = "0.13.1", default-features = false, features = ["rustls-no-provider", "form", "gzip", "socks", "charset", "http2", "system-proxy"] }
3939
rss = { version = "2.0.12", default-features = false }
4040
serde = { version = "1.0.228", features = ["derive"] }
4141
serde_json = "1.0.149"
@@ -78,3 +78,4 @@ mock_chroot = ["mock"]
7878
#aur-depends = { path = "../aur-depends" }
7979
#srcinfo = { path = "../srcinfo.rs" }
8080
#aur-fetch = { path = "../aur-fetch" }
81+
#raur = { path = "../raur" }

0 commit comments

Comments
 (0)