diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-17 14:44:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-17 14:44:40 +0200 |
| commit | 94eabfeeba3849a5d3a853eca337e0628f4524e1 (patch) | |
| tree | 41ba7869fc9228fd626d76586977b8307147ce8e /extensions/url | |
| parent | 30b2779bb6239f7a59d64cec65637d83118f3c8f (diff) | |
chore: update dependencies (#10660)
Diffstat (limited to 'extensions/url')
| -rw-r--r-- | extensions/url/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/url/Cargo.toml b/extensions/url/Cargo.toml index b6849ab19..9c7b071fb 100644 --- a/extensions/url/Cargo.toml +++ b/extensions/url/Cargo.toml @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.87.0", path = "../../core" } -idna = "0.2.2" +idna = "0.2.3" percent-encoding = "2.1.0" serde = { version = "1.0.125", features = ["derive"] } |
