diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-12-22 22:20:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-22 22:20:17 +0100 |
| commit | 9391ba1098177c9463392eca8e3a725b564d90dc (patch) | |
| tree | dd1c6d6267141e7627cdd3667450db16b86d6363 /ext/net | |
| parent | 8547a37132752cf6a979237c5a52a7bf16a4e833 (diff) | |
chore: merge v1.17.1 into main (#13184)
Diffstat (limited to 'ext/net')
| -rw-r--r-- | ext/net/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 903525109..dfc99b24c 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_net" -version = "0.21.0" +version = "0.22.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,8 +14,8 @@ description = "Networking for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.111.0", path = "../../core" } -deno_tls = { version = "0.16.0", path = "../tls" } +deno_core = { version = "0.112.0", path = "../../core" } +deno_tls = { version = "0.17.0", path = "../tls" } log = "0.4.14" serde = { version = "1.0.129", features = ["derive"] } tokio = { version = "1.10.1", features = ["full"] } |
