diff options
| author | ylxdzsw <ylxdzsw@gmail.com> | 2022-02-16 07:16:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-16 00:16:12 +0100 |
| commit | 074f53234a161b3ef02d3d28e3ff16053fa69a5a (patch) | |
| tree | d4cfed3c7e97088581d2e2a96a41f807f247e7d0 /Cargo.lock | |
| parent | 2dc5dba8baf148a525cbb7987cdad0ba6398c5e4 (diff) | |
feat(ext/http): add support for unix domain sockets (#13628)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 113529785..d78f55230 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -966,6 +966,7 @@ dependencies = [ "deno_core", "deno_websocket", "hyper", + "percent-encoding", "ring", "serde", "tokio", |
