Skip to content

Commit 3564be9

Browse files
committed
update futures-timer dep
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent 3c6d41c commit 3564be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ crossbeam-deque = { version = "0.7.1", optional = true }
5959
crossbeam-utils = { version = "0.6.6", optional = true }
6060
futures-core = { version = "0.3.0", optional = true }
6161
futures-io = { version = "0.3.0", optional = true }
62-
futures-timer = { version = "1.0.2", optional = true }
62+
futures-timer = { version = "2.0.2", optional = true }
6363
kv-log-macro = { version = "1.0.4", optional = true }
6464
log = { version = "0.4.8", features = ["kv_unstable"], optional = true }
6565
memchr = { version = "2.2.1", optional = true }

0 commit comments

Comments
 (0)