bump packages
This commit is contained in:
parent
c2ef25c9cf
commit
bb088ef018
506
Cargo.lock
generated
506
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
26
Cargo.toml
26
Cargo.toml
|
|
@ -10,17 +10,17 @@ description = "A command-line static site generator"
|
|||
homepage = "https://roxy-docs.netlify.app"
|
||||
|
||||
[dependencies]
|
||||
glob = "0.3.1"
|
||||
syntect = "5.1.0"
|
||||
roxy_markdown_parser = "0.1.0"
|
||||
roxy_tera_parser = "0.1.0"
|
||||
roxy_markdown_tera_rewriter = "0.1.0"
|
||||
roxy_syntect = "0.1.0"
|
||||
roxy_core = "0.1.1"
|
||||
clap = { version = "4.4.17", features = ["derive"] }
|
||||
toml = "0.8.8"
|
||||
tera = "1.19.1"
|
||||
serde = { version = "1.0.195", features = ["derive"]}
|
||||
slugify = "0.1.0"
|
||||
anyhow = "1.0.79"
|
||||
glob = "~0.3.1"
|
||||
syntect = "~5.2.0"
|
||||
roxy_markdown_parser = "~0.1.0"
|
||||
roxy_tera_parser = "~0.1.0"
|
||||
roxy_markdown_tera_rewriter = "~0.1.0"
|
||||
roxy_syntect = "~0.1.0"
|
||||
roxy_core = "~0.1.1"
|
||||
clap = { version = "~4.5.22", features = ["derive"] }
|
||||
toml = "~0.8.19"
|
||||
tera = "~1.20"
|
||||
serde = { version = "~1.0.215", features = ["derive"]}
|
||||
slugify = "~0.1.0"
|
||||
anyhow = "~1.0.94"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue