Skip to content

Commit 2dc8eb9

Browse files
committed
Cargo.toml: cargo update
Signed-off-by: kennytm <[email protected]>
1 parent ccc79a0 commit 2dc8eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-speed-limit"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["The TiKV Project Developers"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"
@@ -12,7 +12,7 @@ readme = "README.md"
1212
all-features = true
1313

1414
[dependencies]
15-
futures-timer = { version = "2.0.2", optional = true }
15+
futures-timer = { version = "3.0.2", optional = true }
1616
futures-io = { version = "0.3.1", optional = true }
1717
futures-core = { version = "0.3.1", optional = true }
1818
pin-project-lite = "0.1.1"

0 commit comments

Comments
 (0)