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 c4d4bdf commit a298f0aCopy full SHA for a298f0a
Cargo.toml
@@ -17,7 +17,7 @@ cbindgen="0.24.3"
17
libtool = "0.1.1"
18
linked_hash_set = { version = "0.1.4", features = ["serde"] }
19
serde = { version = "1.0", features = ["derive"] }
20
-serde_yaml = "0.9.13"
+serde_yaml = "0.9.14"
21
tera = "1.17.1"
22
23
[dependencies]
@@ -28,14 +28,14 @@ console_log = "0.2.0"
28
heck = "0.4.0"
29
http = "0.2.8"
30
lazy_static = "1.4.0"
31
-libc = "0.2.135"
+libc = "0.2.136"
32
log = "0.4.17"
33
percent-encoding = "2.2.0"
34
rand = "0.8.5"
35
regex = "1.6.0"
36
scraper = "0.13.0"
37
38
-serde_json = "1.0.86"
+serde_json = "1.0.87"
39
stderrlog = "0.5.3"
40
string_cache = "=0.8.4"
41
url = "2.3.1"
0 commit comments