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] committed Apr 1, 2024
1 parent 30d8157 commit df119e1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
30 changes: 15 additions & 15 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 @@ -81,7 +81,7 @@ liquid = "0.26"
liquid-core = "0.26"
liquid-lib = { version = "0.26", features = ["jekyll", "shopify", "extra"] }
deunicode = "1.4.3"
walkdir = "2.4"
walkdir = "2.5"
time = "0.3"
log = "0.4"
env_logger = "0.11"
Expand All @@ -96,7 +96,7 @@ ignore = "0.4"
serde = "1.0"
serde_yaml = "0.9"
serde_json = "1.0"
toml = "0.8.10"
toml = "0.8.12"
normalize-line-endings = "0.3.0"
sitemap = "0.4"
open = "5"
Expand All @@ -108,13 +108,13 @@ notify = { version = "6", optional = true, default-features = false, features =
sass-rs = { version = "0.2", optional = true }

html-minifier = {version="3.0", optional = true }
anyhow = "1.0.80"
anyhow = "1.0.81"
anstream = "0.6.13"
chrono = "0.4.34"
chrono = "0.4.37"

[dev-dependencies]
trycmd = "0.15"
snapbox = { version = "0.5.7", features = ["diff"] }
snapbox = { version = "0.5.9", features = ["diff"] }

[features]
default = ["syntax-highlight", "sass", "serve", "html-minifier"]
Expand Down
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.1", path = "..//config", features = ["unstable"] }
ignore = "0.4"
walkdir = "2.4"
walkdir = "2.5"
liquid-core = "0.26"
log = "0.4"
serde = "1.0"
Expand Down

0 comments on commit df119e1

Please sign in to comment.