This commit is contained in:
dependabot[bot] 2024-03-25 19:55:06 +00:00 committed by GitHub
commit cac49f6dce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -508,9 +508,9 @@ dependencies = [
[[package]] [[package]]
name = "rayon" name = "rayon"
version = "1.8.0" version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
dependencies = [ dependencies = [
"either", "either",
"rayon-core", "rayon-core",
@ -518,9 +518,9 @@ dependencies = [
[[package]] [[package]]
name = "rayon-core" name = "rayon-core"
version = "1.12.0" version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [ dependencies = [
"crossbeam-deque", "crossbeam-deque",
"crossbeam-utils", "crossbeam-utils",

View File

@ -34,7 +34,7 @@ pathdiff = "0.2.1"
percent-encoding = "2.3.1" percent-encoding = "2.3.1"
pulldown-cmark = "0.9.3" pulldown-cmark = "0.9.3"
pulldown-cmark-to-cmark = "11.0.2" pulldown-cmark-to-cmark = "11.0.2"
rayon = "1.8.0" rayon = "1.10.0"
regex = "1.10.2" regex = "1.10.2"
serde_yaml = "0.9.27" serde_yaml = "0.9.27"
slug = "0.1.5" slug = "0.1.5"