Skip to content

Commit

Permalink
scylla: Use Tokio test-utils only in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Oct 12, 2023
1 parent d5572eb commit d8b1c47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scylla/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bytes = "1.0.1"
futures = "0.3.6"
histogram = "0.6.9"
num_enum = "0.6"
tokio = { version = "1.27", features = ["net", "time", "io-util", "sync", "rt", "macros", "test-util"] }
tokio = { version = "1.27", features = ["net", "time", "io-util", "sync", "rt", "macros"] }
snap = "1.0"
uuid = { version = "1.0", features = ["v4"] }
rand = "0.8.3"
Expand Down Expand Up @@ -57,6 +57,7 @@ socket2 = { version = "0.5.3", features = ["all"] }
scylla-proxy = { version = "0.0.3", path = "../scylla-proxy" }
ntest = "0.9.0"
criterion = "0.5"
tokio = { version = "1.27", features = ["test-util"] }
tracing-subscriber = { version = "0.3.14", features = ["env-filter"] }
assert_matches = "1.5.0"
rand_chacha = "0.3.1"
Expand Down

0 comments on commit d8b1c47

Please sign in to comment.