aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-24 15:29:38 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-24 15:29:38 -0400
commit0be383fbd72bd7f8c87e5b15809f93240c13137c (patch)
treef1d3f50bc1f04551066e48b2210b779245e49289 /Cargo.lock
parent359ccda66cdda3a88907e51014aa52473ac46605 (diff)
downloadteleterm-0be383fbd72bd7f8c87e5b15809f93240c13137c.tar.gz
teleterm-0be383fbd72bd7f8c87e5b15809f93240c13137c.zip
bump component-future
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 462817c..5fe861c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -201,9 +201,9 @@ dependencies = [
[[package]]
name = "component-future"
-version = "0.1.0"
+version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e815962dcecc6faf0f0661924cfa240c5b4bccb73679542f00478555dd1cc2c"
+checksum = "043c4e1cef116e0ac3a60ef19f19f7448e5166543d1426af8e66ab68f9442d62"
dependencies = [
"futures",
]