Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit 12fec62

Browse files
committed
fix: Missing socks support from ureq
1 parent 715f636 commit 12fec62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "proton-api-rs"
33
authors = ["Leander Beernaert <lbb-dev@pm.me>"]
4-
version = "0.7.0"
4+
version = "0.7.1"
55
edition = "2021"
66
license = "AGPL-3.0-only"
77
description = "Unofficial implemention of proton REST API in rust"
@@ -25,7 +25,7 @@ anyhow = "1.0"
2525
bytes = "1.4"
2626
log = "0.4"
2727
parking_lot = "0.12"
28-
ureq = {version="2.6", optional=true}
28+
ureq = {version="2.6", optional=true, features=["socks-proxy", "socks"]}
2929

3030

3131
[features]

0 commit comments

Comments
 (0)