@@ -101,7 +101,7 @@ lto = true
101101
102102[package ]
103103name = " cobalt-bin"
104- version = " 0.20.1 "
104+ version = " 0.20.2 "
105105description = " Static site generator written in Rust"
106106readme = " README.md"
107107categories = [" command-line-utilities" ]
@@ -144,8 +144,8 @@ name = "cobalt"
144144doc = false
145145
146146[dependencies ]
147- cobalt-config = { version = " =0.19.8 " , path = " crates/config" , features = [" unstable" ] }
148- cobalt-core = { version = " =0.19.8 " , path = " crates/core" , features = [" unstable" ] }
147+ cobalt-config = { version = " =0.19.9 " , path = " crates/config" , features = [" unstable" ] }
148+ cobalt-core = { version = " =0.19.9 " , path = " crates/core" , features = [" unstable" ] }
149149clap = { version = " 4.5.37" , features = [" derive" , " wrap_help" ] }
150150clap-verbosity-flag = " 3.0.2"
151151proc-exit = " 2.0.2"
@@ -166,7 +166,7 @@ env_logger = "0.11.8"
166166rss = " 2.0.12"
167167jsonfeed = " 0.2.0"
168168pulldown-cmark = {version =" 0.13.0" , default-features = false , features = [" html" ] }
169- engarde = { version = " 0.1.14 " , path = " crates/engarde" }
169+ engarde = { version = " 0.1.15 " , path = " crates/engarde" }
170170regex = " 1.11.1"
171171itertools = " 0.14.0"
172172ignore = " 0.4.23"
@@ -179,7 +179,7 @@ sitemap = "0.4.1"
179179open = " 5.3.2"
180180dunce = " 1.0.5"
181181
182- file-serve = { version = " 0.3.9 " , path = " crates/file-serve" , optional = true }
182+ file-serve = { version = " 0.3.10 " , path = " crates/file-serve" , optional = true }
183183notify = { version = " 8.0.0" , optional = true , default-features = false , features = [" macos_fsevent" ] }
184184
185185grass = { version = " 0.13.4" , features = [" random" ], default-features = false , optional = true }
0 commit comments