From c1fdb30394ab336ec2e004d563be40180e218b0d Mon Sep 17 00:00:00 2001 From: Yosi Pramajaya Date: Sat, 26 Dec 2020 20:06:00 +0700 Subject: fix: fetch bad URL will not panic (#8884) --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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]] -- cgit v1.2.3