Skip to content

Commit 98a43e7

Browse files
authored
Merge pull request #105 from mohamedasaker-arm/release-prep-0.14.1
Bump Crates' versions
2 parents d013f1d + c2c0589 commit 98a43e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parsec-client"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Contributors to the Parsec project"]
55
description = "Parsec Client library for the Rust ecosystem"
66
license = "Apache-2.0"
@@ -12,12 +12,12 @@ edition = "2018"
1212
documentation = "https://docs.rs/crate/parsec-client"
1313

1414
[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"
1818
derivative = "2.1.1"
1919
zeroize = "1.1.0"
20-
users = "0.10.0"
20+
users = "0.11.0"
2121
url = "2.2.0"
2222
spiffe = { version = "0.2.0", optional = true }
2323

0 commit comments

Comments
 (0)