Skip to content

Commit c5bcbba

Browse files
committed
Update deadpool to 0.11
1 parent 2a026c0 commit c5bcbba

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
@@ -23,7 +23,7 @@ mysql_async = { version = ">=0.30.0,<0.34", optional = true, default-features =
2323
mysql_common = {version = ">=0.29.0,<0.32.0", optional = true, default-features = false, features = ["frunk", "derive"]}
2424

2525
bb8 = {version = "0.8", optional = true}
26-
deadpool = {version = "0.10", optional = true, default-features = false, features = ["managed"] }
26+
deadpool = {version = "0.11", optional = true, default-features = false, features = ["managed"] }
2727
mobc = {version = ">=0.7,<0.10", optional = true}
2828
scoped-futures = {version = "0.1", features = ["std"]}
2929

0 commit comments

Comments
 (0)