diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-07-09 17:15:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-09 17:15:50 +0200 |
| commit | ab079a8d63e9a32d2ddae1071797f57823357967 (patch) | |
| tree | f00ef2694ddcf8fd31f32848102035758f4eb6a4 /test_util/Cargo.toml | |
| parent | 391bf17479dbc087e0e7dde65f8b353f5089486c (diff) | |
chore: update crates (#11332)
Diffstat (limited to 'test_util/Cargo.toml')
| -rw-r--r-- | test_util/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 7e8ad55b2..ccb49cea1 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.40" -async-stream = "0.3.0" +anyhow = "1.0.41" +async-stream = "0.3.2" bytes = "1.0.1" -futures = "0.3.13" -hyper = { version = "0.14.5", features = ["server", "http1", "runtime"] } +futures = "0.3.15" +hyper = { version = "0.14.10", features = ["server", "http1", "runtime"] } lazy_static = "1.4.0" os_pipe = "0.9.2" regex = "1.4.3" -serde = { version = "1.0.125", features = ["derive"] } +serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.64" tempfile = "3.2.0" -tokio = { version = "1.8.0", features = ["full"] } +tokio = { version = "1.8.1", features = ["full"] } tokio-rustls = "0.22.0" tokio-tungstenite = "0.14.0" |
