diff options
| author | Yosi Pramajaya <yosi.pramajaya@gmail.com> | 2020-12-26 20:06:00 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-26 08:06:00 -0500 |
| commit | c1fdb30394ab336ec2e004d563be40180e218b0d (patch) | |
| tree | 13352d292e08114300463ca02eb7b70b4efb88f5 /core | |
| parent | bfe1b053815f68b121691e9690b8353178d86128 (diff) | |
fix: fetch bad URL will not panic (#8884)
Diffstat (limited to 'core')
| -rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 4e81f935c..2d4abc2cf 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -23,7 +23,7 @@ rusty_v8 = "0.14.0" serde_json = { version = "1.0", features = ["preserve_order"] } serde = { version = "1.0", features = ["derive"] } smallvec = "1.4.2" -url = { version = "2.1.1", features = ["serde"] } +url = { version = "2.2", features = ["serde"] } pin-project = "1.0.2" [[example]] |
