Skip to content

Commit c8c7ebe

Browse files
update proxy version to 0.1.5
Signed-off-by: Andrew Whitehead <[email protected]>
1 parent a198344 commit c8c7ebe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

indy-vdr-proxy/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indy-vdr-proxy"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = [
55
"Hyperledger Indy Contributors <[email protected]>",
66
]
@@ -29,11 +29,11 @@ hyper-tls = { version = "0.5", optional = true }
2929
log = "0.4.8"
3030
percent-encoding = "2"
3131
regex = "1.5.4"
32+
rustls-pemfile = { version = "1.0.3", optional = true }
3233
serde_json = "1.0"
3334
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "signal"] }
35+
tokio-rustls = { version = "0.25", optional = true }
3436
url = "2.2.2"
35-
rustls-pemfile = { version = "1.0.3", optional = true }
36-
tokio-rustls = { version = "0.24.1", optional = true }
3737

3838
[target.'cfg(unix)'.dependencies]
3939
hyper-unix-connector = "0.2"

0 commit comments

Comments
 (0)