chore(deps): update compatible

This commit is contained in:
renovate[bot] 2024-05-01 00:55:38 +00:00
parent 9305d4d411
commit b8891a72ea
2 changed files with 9 additions and 9 deletions

12
Cargo.lock generated
View file

@ -125,9 +125,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.81"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
[[package]]
name = "anymap2"
@ -250,9 +250,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.37"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
@ -587,9 +587,9 @@ dependencies = [
[[package]]
name = "deunicode"
version = "1.4.3"
version = "1.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6e854126756c496b8c81dec88f9a706b15b875c5849d4097a3854476b9fdf94"
checksum = "322ef0094744e63628e6f0eb2295517f79276a5b342a4c2ff3042566ca181d4e"
[[package]]
name = "digest"

View file

@ -80,7 +80,7 @@ relative-path = { version = "1", features = ["serde"] }
liquid = "0.26"
liquid-core = "0.26"
liquid-lib = { version = "0.26", features = ["jekyll", "shopify", "extra"] }
deunicode = "1.4.3"
deunicode = "1.4.4"
walkdir = "2.5"
time = "0.3"
log = "0.4"
@ -108,9 +108,9 @@ 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.81"
anyhow = "1.0.82"
anstream = "0.6.13"
chrono = "0.4.37"
chrono = "0.4.38"
[dev-dependencies]
trycmd = "0.15"