@@ -15,15 +15,15 @@ readme = "README.md"
15
15
[dependencies ]
16
16
amplify = " 4.6.0"
17
17
io-reactor = { version = " 0.5.1" , optional = true }
18
- cyphernet = { version = " 0.5.0 " , features = [" ed25519" , " pem" , " multibase" , " noise_sha2" , " noise_x25519" , " noise-framework" , " mixnets" , " dns" ] }
18
+ cyphernet = { version = " 0.5.1 " , features = [" ed25519" , " pem" , " multibase" , " noise_sha2" , " noise_x25519" , " noise-framework" , " mixnets" , " dns" ] }
19
19
mio = { version = " 0.8.11" , optional = true }
20
20
socket2 = { version = " 0.5.7" , optional = true , features = [" all" ] }
21
21
libc = " 0.2.154"
22
22
log_crate = { package = " log" , version = " 0.4.17" , optional = true }
23
23
rand = " 0.8.5" # Used in SplitIo shared secret
24
24
25
25
[dev-dependencies ]
26
- cyphernet = { version = " 0.5.0 " , features = [" ed25519" ] }
26
+ cyphernet = { version = " 0.5.1 " , features = [" ed25519" ] }
27
27
bitcoin_hashes = " 0.14.0"
28
28
log_crate = { package = " log" , version = " 0.4.17" }
29
29
@@ -38,11 +38,3 @@ log = ["log_crate", "io-reactor/log"]
38
38
[package .metadata .docs .rs ]
39
39
all-features = true
40
40
rustc-args = [" --cfg" , " docsrs" ]
41
-
42
- [patch .crates-io ]
43
- cypheraddr = { git = " https://github.com/cyphernet-dao/rust-cyphernet" , branch = " v0.5" }
44
- cyphergraphy = { git = " https://github.com/cyphernet-dao/rust-cyphernet" , branch = " v0.5" }
45
- eidolon-auth = { git = " https://github.com/cyphernet-dao/rust-cyphernet" , branch = " v0.5" }
46
- socks5-client = { git = " https://github.com/cyphernet-dao/rust-cyphernet" , branch = " v0.5" }
47
- noise-framework = { git = " https://github.com/cyphernet-dao/rust-cyphernet" , branch = " v0.5" }
48
- cyphernet = { git = " https://github.com/cyphernet-dao/rust-cyphernet" , branch = " v0.5" }
0 commit comments