diff --git a/Cargo.lock b/Cargo.lock index b1927c940..b0bf355c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index f68f60560..ea4bde6ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 31d2dc97b..768c60530 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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" diff --git a/docs/Cargo.toml b/docs/Cargo.toml index 9baf76286..a2e64f99b 100644 --- a/docs/Cargo.toml +++ b/docs/Cargo.toml @@ -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" diff --git a/library/Cargo.toml b/library/Cargo.toml index 2c054ebe5..aa752c759 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -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" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 3ec90beee..7ab3ef908 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -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"