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 /extensions/net | |
| parent | 391bf17479dbc087e0e7dde65f8b353f5089486c (diff) | |
chore: update crates (#11332)
Diffstat (limited to 'extensions/net')
| -rw-r--r-- | extensions/net/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/net/Cargo.toml b/extensions/net/Cargo.toml index de84dd851..c6219cad4 100644 --- a/extensions/net/Cargo.toml +++ b/extensions/net/Cargo.toml @@ -21,12 +21,12 @@ base64 = "0.13.0" bytes = "1" log = "0.4.14" lazy_static = "1.4.0" -http = "0.2.3" -hyper = { version = "0.14.9", features = ["server", "stream", "http1", "http2", "runtime"] } +http = "0.2.4" +hyper = { version = "0.14.10", features = ["server", "stream", "http1", "http2", "runtime"] } ring = "0.16.20" -rustls = "0.19.0" -serde = { version = "1.0.125", features = ["derive"] } -tokio = { version = "1.8.0", features = ["full"] } +rustls = "0.19.1" +serde = { version = "1.0.126", features = ["derive"] } +tokio = { version = "1.8.1", features = ["full"] } tokio-util = { version = "0.6", features = ["io"] } webpki = "0.21.4" webpki-roots = "0.21.1" |
