diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-07-26 15:45:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 15:45:40 +0200 |
commit | f9bb7949b8e64762fd160a61cb1760277f5df23a (patch) | |
tree | 10b51a7f6d36ad1355b36d6ef66cfb71be35a581 /extensions/http | |
parent | b2fcd3d01458072265e5ce9bfe9e8ed34fe4c00b (diff) |
chore: release crates (#11519)
Diffstat (limited to 'extensions/http')
-rw-r--r-- | extensions/http/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/http/Cargo.toml b/extensions/http/Cargo.toml index 79320b768..1bf946bea 100644 --- a/extensions/http/Cargo.toml +++ b/extensions/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.3.0" +version = "0.4.0" edition = "2018" description = "HTTP server implementation for Deno" authors = ["the Deno authors"] @@ -16,8 +16,8 @@ path = "lib.rs" [dependencies] base64 = "0.13.0" bytes = "1" -deno_core = { version = "0.94.0", path = "../../core" } -deno_websocket = { version = "0.17.0", path = "../websocket" } +deno_core = { version = "0.95.0", path = "../../core" } +deno_websocket = { version = "0.18.0", path = "../websocket" } hyper = { version = "0.14.9", features = ["server", "stream", "http1", "http2", "runtime"] } ring = "0.16.20" serde = { version = "1.0.125", features = ["derive"] } |