summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-12-08 09:53:26 -0800
committerWez Furlong <wez@wezfurlong.org>2019-12-08 09:53:26 -0800
commitedc43469c70aacca0e604c5bcbee76312e3c7625 (patch)
treefce7ad9fbecd4c81c1eb60a760cb8b7d278e97d1
parent9fa01a1aeb5af2b54ceae83b17c1a2affd9e23aa (diff)
downloadssh2-rs-edc43469c70aacca0e604c5bcbee76312e3c7625.zip
update bitflags dep
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8fa3b2e..0d32a82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ commands, forwarding local ports, etc.
vendored-openssl = ["libssh2-sys/vendored-openssl"]
[dependencies]
-bitflags = "1.0.4"
+bitflags = "1.2"
libc = "0.2"
libssh2-sys = { path = "libssh2-sys", version = "0.2.13" }