mirror of
https://github.com/typst/typst
synced 2025-06-28 08:12:53 +08:00
Bump comemo
This commit is contained in:
parent
480ad7670b
commit
b51cb131bd
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -279,9 +279,9 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "comemo"
|
name = "comemo"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "70b396e6f0a1a7d2c1d588fd8a255a8c30a8edeef65bc96b4afb3fdb8a8bf281"
|
checksum = "1ba423e212681b51c5452a458bb24e88165f4c09857a783c802719cc46313f3f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"comemo-macros",
|
"comemo-macros",
|
||||||
"siphasher",
|
"siphasher",
|
||||||
@ -289,9 +289,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "comemo-macros"
|
name = "comemo-macros"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "421c3e125e48959f3b6a18c0d266f3c228f6e28464c73cc44cff24e808fcda2d"
|
checksum = "fca5ceeb99665bad04a32fe297d1581a68685e36fb6da92a1c9b7d9693638c01"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -23,7 +23,7 @@ bench = false
|
|||||||
typst-macros = { path = "macros" }
|
typst-macros = { path = "macros" }
|
||||||
bitflags = "1"
|
bitflags = "1"
|
||||||
bytemuck = "1"
|
bytemuck = "1"
|
||||||
comemo = "0.2.1"
|
comemo = "0.2.2"
|
||||||
ecow = "0.1"
|
ecow = "0.1"
|
||||||
flate2 = "1"
|
flate2 = "1"
|
||||||
if_chain = "1"
|
if_chain = "1"
|
||||||
|
@ -23,7 +23,7 @@ typst = { path = ".." }
|
|||||||
typst-library = { path = "../library" }
|
typst-library = { path = "../library" }
|
||||||
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
|
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
|
||||||
codespan-reporting = "0.11"
|
codespan-reporting = "0.11"
|
||||||
comemo = "0.2.1"
|
comemo = "0.2.2"
|
||||||
dirs = "4"
|
dirs = "4"
|
||||||
elsa = "1.7"
|
elsa = "1.7"
|
||||||
memmap2 = "0.5"
|
memmap2 = "0.5"
|
||||||
|
@ -15,7 +15,7 @@ typst-library = { path = "../library" }
|
|||||||
unscanny = "0.1"
|
unscanny = "0.1"
|
||||||
include_dir = "0.7"
|
include_dir = "0.7"
|
||||||
pulldown-cmark = "0.9"
|
pulldown-cmark = "0.9"
|
||||||
comemo = "0.2.1"
|
comemo = "0.2.2"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
serde_yaml = "0.8"
|
serde_yaml = "0.8"
|
||||||
heck = "0.4"
|
heck = "0.4"
|
||||||
|
@ -16,7 +16,7 @@ bench = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
typst = { path = ".." }
|
typst = { path = ".." }
|
||||||
comemo = "0.2.1"
|
comemo = "0.2.2"
|
||||||
csv = "1"
|
csv = "1"
|
||||||
ecow = "0.1"
|
ecow = "0.1"
|
||||||
hayagriva = "0.3"
|
hayagriva = "0.3"
|
||||||
|
@ -8,7 +8,7 @@ publish = false
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
typst = { path = ".." }
|
typst = { path = ".." }
|
||||||
typst-library = { path = "../library" }
|
typst-library = { path = "../library" }
|
||||||
comemo = "0.2.1"
|
comemo = "0.2.2"
|
||||||
elsa = "1.7"
|
elsa = "1.7"
|
||||||
iai = { git = "https://github.com/reknih/iai" }
|
iai = { git = "https://github.com/reknih/iai" }
|
||||||
once_cell = "1"
|
once_cell = "1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user