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 10afde1 commit 47884e3Copy full SHA for 47884e3
Cargo.toml
@@ -39,15 +39,15 @@ http = "0.2.11"
39
lazy_static = "1.4.0"
40
linked_hash_set = "0.1.4"
41
log = "0.4.20"
42
-percent-encoding = "2.3.0"
+percent-encoding = "2.3.1"
43
rand = "0.8.5"
44
regex = "1.10.2"
45
scraper = "0.18.1"
46
serde = { version = "1.0", features = ["derive", "rc"] }
47
serde_json = "1.0.108"
48
stderrlog = "0.5.4"
49
tracing = "0.1.40"
50
-url = "2.4.1"
+url = "2.5.0"
51
52
[dev-dependencies]
53
pprof = { version = "0.13", features = ["flamegraph"] }
0 commit comments