Skip to content

Commit 858108e

Browse files
committed
update scoped-futures dependency
1 parent 6733465 commit 858108e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mysql_common = {version = "0.29.0", optional = true}
2424
bb8 = {version = "0.8", optional = true}
2525
deadpool = {version = "0.9", optional = true}
2626
mobc = {version = "0.7", optional = true}
27-
scoped-futures = { rev = "362cd58", git = "https://github.com/sidechainme/scoped-futures", features = ["std"] }
27+
scoped-futures = { rev = "9ca1007", git = "https://github.com/sidechainme/scoped-futures", features = ["std"] }
2828

2929
[dev-dependencies]
3030
tokio = {version = "1.12.0", features = ["rt", "macros", "rt-multi-thread"]}

0 commit comments

Comments
 (0)