Skip to content

Commit 0dbdc2c

Browse files
committed
update: tokio dependency
1 parent fcccf3c commit 0dbdc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hex = "0.3.2"
1616
# CLI
1717
clap = "2.33.0"
1818
# Server
19-
tokio = { version = "0.2", features = ["macros"] }
19+
tokio = { version = "0.2.9", features = ["macros", "rt-core"] }
2020
hyper = { version = "0.13", features = ["stream"] }
2121
regex = "1"
2222
# Database

0 commit comments

Comments
 (0)