diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-04-08 18:46:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 18:46:14 +0200 |
commit | 4e70ff80c2f630875b73c9010d959b518a977715 (patch) | |
tree | adf2f066d97fbc997e4f501fd2de0489dee5f8f7 /test_util | |
parent | d050b491b10fe37b4461b37c56028a14c8674c95 (diff) |
chore: update deps (#10058)
This commit updates crate dependencies.
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 4af4d7f9f..861a61ba2 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -14,16 +14,16 @@ path = "src/test_server.rs" [dependencies] async-stream = "0.3.0" bytes = "1.0.1" -futures = "0.3.12" -hyper = { version = "0.14.4", features = ["server", "http1", "runtime"] } +futures = "0.3.13" +hyper = { version = "0.14.5", features = ["server", "http1", "runtime"] } lazy_static = "1.4.0" os_pipe = "0.9.2" regex = "1.4.3" -serde = { version = "1.0.123", features = ["derive"] } +serde = { version = "1.0.125", features = ["derive"] } tempfile = "3.2.0" tokio = { version = "1.4.0", features = ["full"] } tokio-rustls = "0.22.0" -tokio-tungstenite = "0.13.0" +tokio-tungstenite = "0.14.0" [target.'cfg(unix)'.dependencies] pty = "0.2.2" |