We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6d41c commit 3564be9Copy full SHA for 3564be9
Cargo.toml
@@ -59,7 +59,7 @@ crossbeam-deque = { version = "0.7.1", optional = true }
59
crossbeam-utils = { version = "0.6.6", optional = true }
60
futures-core = { version = "0.3.0", optional = true }
61
futures-io = { version = "0.3.0", optional = true }
62
-futures-timer = { version = "1.0.2", optional = true }
+futures-timer = { version = "2.0.2", optional = true }
63
kv-log-macro = { version = "1.0.4", optional = true }
64
log = { version = "0.4.8", features = ["kv_unstable"], optional = true }
65
memchr = { version = "2.2.1", optional = true }
0 commit comments