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 2d96509 commit c56c997Copy full SHA for c56c997
Cargo.toml
@@ -18,7 +18,7 @@ glob = "^0.3.1"
18
libtool = "0.1.1"
19
linked_hash_set = { version = "0.1.4", features = ["serde"] }
20
serde = { version = "1.0", features = ["derive"] }
21
-serde_yaml = "0.9.27"
+serde_yaml = "0.9.30"
22
tera = "1.19.1"
23
24
[features]
@@ -41,10 +41,10 @@ linked_hash_set = "0.1.4"
41
log = "0.4.20"
42
percent-encoding = "2.3.1"
43
rand = "0.8.5"
44
-regex = "1.10.2"
+regex = "1.10.3"
45
scraper = "0.18.1"
46
serde = { version = "1.0", features = ["derive", "rc"] }
47
-serde_json = "1.0.108"
+serde_json = "1.0.111"
48
stderrlog = "0.5.4"
49
tracing = "0.1.40"
50
url = "2.5.0"
0 commit comments