File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " parsec-client"
3
- version = " 0.14.0 "
3
+ version = " 0.14.1 "
4
4
authors = [" Contributors to the Parsec project" ]
5
5
description = " Parsec Client library for the Rust ecosystem"
6
6
license = " Apache-2.0"
@@ -12,12 +12,12 @@ edition = "2018"
12
12
documentation = " https://docs.rs/crate/parsec-client"
13
13
14
14
[dependencies ]
15
- parsec-interface = { git = " https://github.com/parallaxsecond/parsec-interface-rs.git " , rev = " b2a4b6656f693b61f7fdac593de5fbbb1853d58e " }
16
- num = " 0.3 .0"
17
- log = " 0.4.11 "
15
+ parsec-interface = " 0.27.0 "
16
+ num = " 0.4 .0"
17
+ log = " 0.4.17 "
18
18
derivative = " 2.1.1"
19
19
zeroize = " 1.1.0"
20
- users = " 0.10 .0"
20
+ users = " 0.11 .0"
21
21
url = " 2.2.0"
22
22
spiffe = { version = " 0.2.0" , optional = true }
23
23
You can’t perform that action at this time.
0 commit comments