diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-07-30 13:34:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 14:34:52 +0200 |
| commit | c6ecf70a0963ce5cac67af97c55aa360a1d25c4b (patch) | |
| tree | 7dca6e0e90d409562475ac28c54cfbe2436208fa /Cargo.lock | |
| parent | 191de7d72b3f5236292b9cba363968ee83116d35 (diff) | |
refactor(ext/node): create separate ops for node:http module (#24788)
This commit duplicates ops from "ext/fetch" to "ext/node" to
kick off a bigger rewrite of "node:http".
Most of duplication is temporary and will be removed as these
ops evolve.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index e872982b7..354973874 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1759,6 +1759,8 @@ dependencies = [ "home", "http 1.1.0", "http-body-util", + "hyper 1.4.1", + "hyper-util", "idna 0.3.0", "indexmap", "ipnetwork", |
