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 89ee760 commit 881d956Copy full SHA for 881d956
Cargo.lock
@@ -2167,6 +2167,7 @@ version = "0.1.0"
2167
dependencies = [
2168
"html5ever",
2169
"regex",
2170
+ "urlencoding",
2171
]
2172
2173
[[package]]
@@ -5825,6 +5826,12 @@ dependencies = [
5825
5826
"percent-encoding",
5827
5828
5829
+[[package]]
5830
+name = "urlencoding"
5831
+version = "2.1.3"
5832
+source = "registry+https://github.com/rust-lang/crates.io-index"
5833
+checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
5834
+
5835
5836
name = "utf-8"
5837
version = "0.7.6"
0 commit comments