summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira Moroo <retrage01@gmail.com>2021-03-09 20:54:22 +0900
committerGitHub <noreply@github.com>2021-03-09 11:54:22 +0000
commit124a367fff514875eca9e1b876b7476d31272984 (patch)
tree83d091a3fa2a08d8e7b25ea2acc67c367c683e38
parent3b9fc6f60812a40ca22e265283f6e56d5379f0d3 (diff)
downloadssh2-rs-124a367fff514875eca9e1b876b7476d31272984.zip
Update libssh2-sys to 0.2.21 in ssh2 dependencies (#210)
* Update libssh2-sys to 0.2.21 in ssh2 dependencies * Update parking_lot to 0.11 Signed-off-by: Akira Moroo <retrage01@gmail.com>
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f54b43..4760ed2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,8 +19,8 @@ vendored-openssl = ["libssh2-sys/vendored-openssl"]
[dependencies]
bitflags = "1.2"
libc = "0.2"
-libssh2-sys = { path = "libssh2-sys", version = "0.2.20" }
-parking_lot = "0.10"
+libssh2-sys = { path = "libssh2-sys", version = "0.2.21" }
+parking_lot = "0.11"
[dev-dependencies]
tempdir = "0.3"