diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-07-19 20:20:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-19 20:20:42 +0200 |
| commit | cd445a2a0d945c4f224878aabb46ad3c7f119a7e (patch) | |
| tree | cf7eb1f6b8e2778b45e0f9b539347501d878acd7 /extensions/http | |
| parent | 08d2c7250bc47db8fef96a52b3a39508a0ecc8f8 (diff) | |
chore: release crates (#11454)
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 cc2ba8b50..79320b768 100644 --- a/extensions/http/Cargo.toml +++ b/extensions/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.2.0" +version = "0.3.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.93.0", path = "../../core" } -deno_websocket = { version = "0.16.0", path = "../websocket" } +deno_core = { version = "0.94.0", path = "../../core" } +deno_websocket = { version = "0.17.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"] } |
