diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-07-09 17:15:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-09 17:15:50 +0200 |
| commit | ab079a8d63e9a32d2ddae1071797f57823357967 (patch) | |
| tree | f00ef2694ddcf8fd31f32848102035758f4eb6a4 /extensions/url | |
| parent | 391bf17479dbc087e0e7dde65f8b353f5089486c (diff) | |
chore: update crates (#11332)
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 6633e001b..b473a4907 100644 --- a/extensions/url/Cargo.toml +++ b/extensions/url/Cargo.toml @@ -17,7 +17,7 @@ path = "lib.rs" deno_core = { version = "0.92.0", path = "../../core" } idna = "0.2.3" percent-encoding = "2.1.0" -serde = { version = "1.0.125", features = ["derive"] } +serde = { version = "1.0.126", features = ["derive"] } [dev-dependencies] deno_bench_util = { version = "0.4.0", path = "../../bench_util" } |
