diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-09-08 19:32:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 19:32:19 +0200 |
commit | 85e316bd6b65a4e42787ff602808cdf58c350c05 (patch) | |
tree | 27733ef97ab9c3e111028d6f4727fe2965072039 /runtime | |
parent | 2958b05d0c365a6705f506b332643e4d92e1ff9d (diff) |
chore: release deno_http 0.8.0 (#11956)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 8d6cee84c..98983b5de 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -28,7 +28,7 @@ deno_core = { version = "0.98.0", path = "../core" } deno_crypto = { version = "0.30.0", path = "../ext/crypto" } deno_fetch = { version = "0.39.0", path = "../ext/fetch" } deno_ffi = { version = "0.3.0", path = "../ext/ffi" } -deno_http = { version = "0.7.0", path = "../ext/http" } +deno_http = { version = "0.8.0", path = "../ext/http" } deno_net = { version = "0.7.0", path = "../ext/net" } deno_timers = { version = "0.14.0", path = "../ext/timers" } deno_tls = { version = "0.3.0", path = "../ext/tls" } @@ -50,7 +50,7 @@ deno_core = { version = "0.98.0", path = "../core" } deno_crypto = { version = "0.30.0", path = "../ext/crypto" } deno_fetch = { version = "0.39.0", path = "../ext/fetch" } deno_ffi = { version = "0.3.0", path = "../ext/ffi" } -deno_http = { version = "0.7.0", path = "../ext/http" } +deno_http = { version = "0.8.0", path = "../ext/http" } deno_net = { version = "0.7.0", path = "../ext/net" } deno_timers = { version = "0.14.0", path = "../ext/timers" } deno_tls = { version = "0.3.0", path = "../ext/tls" } |