We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04f02b commit 418fe04Copy full SHA for 418fe04
Cargo.toml
@@ -30,19 +30,19 @@ http = "0.2.8"
30
lazy_static = "1.4.0"
31
libc = "0.2.132"
32
log = "0.4.17"
33
-percent-encoding = "2.1.0"
+percent-encoding = "2.2.0"
34
rand = "0.8.5"
35
regex = "1.6.0"
36
scraper = "0.13.0"
37
serde = { version = "1.0", features = ["derive"] }
38
serde_json = "1.0.85"
39
stderrlog = "0.5.3"
40
string_cache = "=0.8.4"
41
-url = "2.2.2"
+url = "2.3.1"
42
uuid = { version = "0.8", features = ["serde", "v4"] }
43
44
[dev-dependencies]
45
-criterion = "0.3.6"
+criterion = "0.4.0"
46
47
[target.'cfg(target_arch = "wasm32")'.dependencies]
48
wee_alloc = { version = "0.4.5" }
0 commit comments