@@ -22,7 +22,7 @@ include = [
22
22
23
23
[package ]
24
24
name = " cobalt-bin"
25
- version = " 0.19.0 "
25
+ version = " 0.19.1 "
26
26
description = " Static site generator written in Rust"
27
27
readme = " README.md"
28
28
categories = [" command-line-utilities" ]
@@ -65,8 +65,8 @@ name = "cobalt"
65
65
doc = false
66
66
67
67
[dependencies ]
68
- cobalt-config = { version = " =0.19.0 " , path = " crates/config" , features = [" unstable" ] }
69
- cobalt-core = { version = " =0.19.0 " , path = " crates/core" , features = [" unstable" ] }
68
+ cobalt-config = { version = " =0.19.1 " , path = " crates/config" , features = [" unstable" ] }
69
+ cobalt-core = { version = " =0.19.1 " , path = " crates/core" , features = [" unstable" ] }
70
70
clap = { version = " 4.4" , features = [" derive" , " wrap_help" ] }
71
71
clap-verbosity-flag = " 2.1"
72
72
proc-exit = " 2"
@@ -102,7 +102,7 @@ sitemap = "0.4"
102
102
open = " 5"
103
103
dunce = " 1.0.4"
104
104
105
- file-serve = { version = " 0.3.0 " , path = " crates/file-serve" , optional = true }
105
+ file-serve = { version = " 0.3.1 " , path = " crates/file-serve" , optional = true }
106
106
notify = { version = " 6" , optional = true , default-features = false , features = [" macos_fsevent" ] }
107
107
108
108
sass-rs = { version = " 0.2" , optional = true }
0 commit comments