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 /cli | |
parent | 2958b05d0c365a6705f506b332643e4d92e1ff9d (diff) |
chore: release deno_http 0.8.0 (#11956)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8ef84d71a..9f18a5b6d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -26,7 +26,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_url = { version = "0.16.0", path = "../ext/url" } |