summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-17 19:59:45 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-17 19:59:45 +0200
commitb51cb131bdfff327eadf5cfcb33e938b04363945 (patch)
treecb847bfc0d6783ca6718cbb6731f52ed0aa23bae
parent480ad7670b19457a3163d59e948bfac5eacd9472 (diff)
Bump comemo
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
-rw-r--r--cli/Cargo.toml2
-rw-r--r--docs/Cargo.toml2
-rw-r--r--library/Cargo.toml2
-rw-r--r--tests/Cargo.toml2
6 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b1927c94..b0bf355c 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 f68f6056..ea4bde6b 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 31d2dc97..768c6053 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 9baf7628..a2e64f99 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 2c054ebe..aa752c75 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 3ec90bee..7ab3ef90 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"