diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-08-10 14:19:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-10 14:19:42 +0200 |
| commit | 548e4661121b32b2b9bfb0356b2329be91dec738 (patch) | |
| tree | 3161f88f673a41fa6480e4371dc2d2e322180845 /extensions/http | |
| parent | b9a8111a00b58e355baf60a55893dbfc70b0dfdd (diff) | |
chore: release crates (#11628)
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 c7c01eb1f..3463735c5 100644 --- a/extensions/http/Cargo.toml +++ b/extensions/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.4.0" +version = "0.5.0" authors = ["the Deno authors"] edition = "2018" license = "MIT" @@ -16,8 +16,8 @@ path = "lib.rs" [dependencies] base64 = "0.13.0" bytes = "1" -deno_core = { version = "0.95.0", path = "../../core" } -deno_websocket = { version = "0.18.0", path = "../websocket" } +deno_core = { version = "0.96.0", path = "../../core" } +deno_websocket = { version = "0.19.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"] } |
