diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-02-09 15:34:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 15:34:34 +0100 |
commit | a195c75033eeed983c55f3ca9228b134f84c7651 (patch) | |
tree | 9e11d9d4266f384bc1bc587e1c6318ccf47acb64 /test_util | |
parent | b85ed4a6f03a631a318adf0afed214445809bfe3 (diff) |
chore: update dependencies (#9455)
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 3527a9b3f..d2fa1ad14 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -14,14 +14,14 @@ path = "src/test_server.rs" [dependencies] async-stream = "0.3.0" bytes = "1.0.1" -futures = "0.3.9" -hyper = { version = "0.14.2", features = ["server", "http1", "runtime"] } +futures = "0.3.12" +hyper = { version = "0.14.4", features = ["server", "http1", "runtime"] } lazy_static = "1.4.0" os_pipe = "0.9.2" regex = "1.4.3" -serde = { version = "1.0.116", features = ["derive"] } -tempfile = "3.1.0" -tokio = { version = "1.1.1", features = ["full"] } +serde = { version = "1.0.123", features = ["derive"] } +tempfile = "3.2.0" +tokio = { version = "1.2.0", features = ["full"] } tokio-rustls = "0.22.0" tokio-tungstenite = "0.13.0" |