We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d013f1d + c2c0589 commit 98a43e7Copy full SHA for 98a43e7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "parsec-client"
3
-version = "0.14.0"
+version = "0.14.1"
4
authors = ["Contributors to the Parsec project"]
5
description = "Parsec Client library for the Rust ecosystem"
6
license = "Apache-2.0"
@@ -12,12 +12,12 @@ edition = "2018"
12
documentation = "https://docs.rs/crate/parsec-client"
13
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"
+parsec-interface = "0.27.0"
+num = "0.4.0"
+log = "0.4.17"
18
derivative = "2.1.1"
19
zeroize = "1.1.0"
20
-users = "0.10.0"
+users = "0.11.0"
21
url = "2.2.0"
22
spiffe = { version = "0.2.0", optional = true }
23
0 commit comments