Skip to content

Commit

Permalink
chore(deps): update compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent 29f3186 commit a7f099b
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 45 deletions.
82 changes: 44 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ clap-verbosity-flag = "2.0"
proc-exit = "2"
yansi = "0.5.1"
colorchoice = "1.0.0"
colorchoice-clap = "1.0.2"
colorchoice-clap = "1.0.3"
human-panic = "1"
scrawl = "2.0"
tempfile = "3.8"
relative-path = { version = "1", features = ["serde"] }
liquid = "0.26"
liquid-core = "0.26"
liquid-lib = { version = "0.26", features = ["jekyll", "shopify", "extra"] }
deunicode = "1.3.3"
walkdir = "2.3"
deunicode = "1.4.0"
walkdir = "2.4"
time = "0.3"
log = "0.4"
env_logger = "0.10"
Expand Down Expand Up @@ -110,11 +110,11 @@ sass-rs = { version = "0.2", optional = true }
html-minifier = {version="3.0", optional = true }
anyhow = "1.0.75"
anstream = "0.5.0"
chrono = "0.4.28"
chrono = "0.4.31"

[dev-dependencies]
trycmd = "0.14"
snapbox = { version = "0.4.12", features = ["diff"] }
snapbox = { version = "0.4.13", features = ["diff"] }

[features]
default = ["syntax-highlight", "sass", "serve", "html-minifier"]
Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ serde_yaml = "0.9"
relative-path = { version = "1", features = ["serde"] }
once_cell = "1.18"
status = { version = "0.0.10", features = ["send_sync"] }
deunicode = "1.3"
deunicode = "1.4"
itertools = "0.11"
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ preview_unstable = []
[dependencies]
cobalt-config = { version = "=0.19.0", path = "..//config", features = ["unstable"] }
ignore = "0.4"
walkdir = "2.3"
walkdir = "2.4"
liquid-core = "0.26"
log = "0.4"
serde = "1.0"
Expand Down

0 comments on commit a7f099b

Please sign in to comment.