Skip to content

Commit 8f4b17b

Browse files
committed
fix: WIP match reqwest & ring deps between epic-wallet and epicboxlib
to be compatible with
1 parent 1d45e45 commit 8f4b17b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rust/epic-wallet/impls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sysinfo = "0.9"
4646
parking_lot = "0.6"
4747
tungstenite = {version="*", features = ["native-tls"] }
4848
tokio = { version = "0.2", features = ["full"] }
49-
reqwest = { version = "0.10", features = ["rustls-tls", "socks"] }
49+
reqwest = { version = "0.10.10", features = ["rustls-tls", "socks"] }
5050

5151
epic_wallet_util = { path = "../util", version = "3.6.0" }
5252
epic_wallet_config = { path = "../config", version = "3.6.0" }

rust/epicbox/epicboxlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ log = "0.4"
1515
parking_lot = {version = "0.6"}
1616
rand = "0.5"
1717
regex = "1"
18-
ring = "0.13"
18+
ring = "^0.16.11"
1919
serde = "1.0"
2020
serde_derive = "1.0"
2121
serde_json = "1.0"

0 commit comments

Comments
 (0)