diff options
author | Luca Casonato <hello@lcas.dev> | 2021-09-02 23:38:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-02 23:38:44 +0200 |
commit | 1bf7b90ca8ad8e2bf62e455c24d5498c9ee74a46 (patch) | |
tree | e92ed4d8cce51a38d8e728e5d4108edca018231d /test_util | |
parent | c84532b6d5a424694c519260f0cf407b1d8ba604 (diff) |
chore: update dependencies (#11856)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index ccb49cea1..5e2a41ed8 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -12,18 +12,18 @@ name = "test_server" path = "src/test_server.rs" [dependencies] -anyhow = "1.0.41" +anyhow = "1.0.43" async-stream = "0.3.2" -bytes = "1.0.1" -futures = "0.3.15" -hyper = { version = "0.14.10", features = ["server", "http1", "runtime"] } +bytes = "1.1.0" +futures = "0.3.16" +hyper = { version = "0.14.12", features = ["server", "http1", "runtime"] } lazy_static = "1.4.0" os_pipe = "0.9.2" -regex = "1.4.3" +regex = "1.5.4" serde = { version = "1.0.126", features = ["derive"] } -serde_json = "1.0.64" +serde_json = "1.0.65" tempfile = "3.2.0" -tokio = { version = "1.8.1", features = ["full"] } +tokio = { version = "1.10.1", features = ["full"] } tokio-rustls = "0.22.0" tokio-tungstenite = "0.14.0" |