diff options
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 2d0ecc3ae..b9444a594 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -10,7 +10,7 @@ name = "test_server" path = "src/test_server.rs" [dependencies] -tokio = { version = "0.2.21", features = ["full"] } +tokio = { version = "0.2.22", features = ["full"] } futures = { version = "0.3.5", features = ["compat", "io-compat"] } bytes = "0.5.5" lazy_static = "1.4.0" |