Bump comemo

This commit is contained in:
Laurenz 2023-04-17 19:59:45 +02:00
parent 480ad7670b
commit b51cb131bd
6 changed files with 9 additions and 9 deletions

8
Cargo.lock generated
View File

@ -279,9 +279,9 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "comemo"
version = "0.2.1"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70b396e6f0a1a7d2c1d588fd8a255a8c30a8edeef65bc96b4afb3fdb8a8bf281"
checksum = "1ba423e212681b51c5452a458bb24e88165f4c09857a783c802719cc46313f3f"
dependencies = [
"comemo-macros",
"siphasher",
@ -289,9 +289,9 @@ dependencies = [
[[package]]
name = "comemo-macros"
version = "0.2.1"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "421c3e125e48959f3b6a18c0d266f3c228f6e28464c73cc44cff24e808fcda2d"
checksum = "fca5ceeb99665bad04a32fe297d1581a68685e36fb6da92a1c9b7d9693638c01"
dependencies = [
"proc-macro2",
"quote",

View File

@ -23,7 +23,7 @@ bench = false
typst-macros = { path = "macros" }
bitflags = "1"
bytemuck = "1"
comemo = "0.2.1"
comemo = "0.2.2"
ecow = "0.1"
flate2 = "1"
if_chain = "1"

View File

@ -23,7 +23,7 @@ typst = { path = ".." }
typst-library = { path = "../library" }
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
codespan-reporting = "0.11"
comemo = "0.2.1"
comemo = "0.2.2"
dirs = "4"
elsa = "1.7"
memmap2 = "0.5"

View File

@ -15,7 +15,7 @@ typst-library = { path = "../library" }
unscanny = "0.1"
include_dir = "0.7"
pulldown-cmark = "0.9"
comemo = "0.2.1"
comemo = "0.2.2"
serde = "1"
serde_yaml = "0.8"
heck = "0.4"

View File

@ -16,7 +16,7 @@ bench = false
[dependencies]
typst = { path = ".." }
comemo = "0.2.1"
comemo = "0.2.2"
csv = "1"
ecow = "0.1"
hayagriva = "0.3"

View File

@ -8,7 +8,7 @@ publish = false
[dev-dependencies]
typst = { path = ".." }
typst-library = { path = "../library" }
comemo = "0.2.1"
comemo = "0.2.2"
elsa = "1.7"
iai = { git = "https://github.com/reknih/iai" }
once_cell = "1"