mirror of
https://github.com/getzola/zola
synced 2025-01-22 08:35:12 +00:00
Update grass
to 0.13 (#2321)
This allows benefitting from some bugfixes (potentially breaking but better compatibility with the reference Sass impl)
This commit is contained in:
parent
105257b21a
commit
8fe219a716
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -1277,18 +1277,18 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grass"
|
name = "grass"
|
||||||
version = "0.12.4"
|
version = "0.13.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "85cc4b64880a2264a41f9eab431780e72a68a6c88b9bddef361ba638812d572e"
|
checksum = "7746cd9bf09f9bb7d98638774a70642000356f543898d9a352cd043f82744528"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"grass_compiler",
|
"grass_compiler",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grass_compiler"
|
name = "grass_compiler"
|
||||||
version = "0.12.4"
|
version = "0.13.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8e4feeef87d958eebd4d55431040768b93a5b088202198e0b203adc3c1d468c6"
|
checksum = "187adfc0b34289c7f8f3819453ce9da3177c3d73f40ac74bb17faba578813d45"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"codemap",
|
"codemap",
|
||||||
"indexmap 1.9.3",
|
"indexmap 1.9.3",
|
||||||
|
|
|
@ -27,7 +27,7 @@ rayon = "1"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
relative-path = "1"
|
relative-path = "1"
|
||||||
reqwest = { version = "0.11", default-features = false, features = ["blocking"] }
|
reqwest = { version = "0.11", default-features = false, features = ["blocking"] }
|
||||||
grass = {version = "0.12.1", default-features = false, features = ["random"]}
|
grass = {version = "0.13", default-features = false, features = ["random"]}
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
serde_yaml = "0.9"
|
serde_yaml = "0.9"
|
||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
|
|
Loading…
Reference in a new issue