diff options
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" |