summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-10-09 14:59:32 +0200
committerLaurenz <laurmaedje@gmail.com>2023-10-09 15:00:07 +0200
commit2a19e7f4dcdc5f09da5961f5c9bee4ec955c95c0 (patch)
tree85b6a8e69c4c5509627026f3468fa71694005171 /crates
parentcb7079711a75df0126a8e02f0d6b0620495637ec (diff)
Bump ecow
Diffstat (limited to 'crates')
-rw-r--r--crates/typst-cli/Cargo.toml2
-rw-r--r--crates/typst-docs/Cargo.toml2
-rw-r--r--crates/typst-ide/Cargo.toml2
-rw-r--r--crates/typst-library/Cargo.toml2
-rw-r--r--crates/typst-syntax/Cargo.toml2
-rw-r--r--crates/typst/Cargo.toml2
6 files changed, 6 insertions, 6 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml
index 5fcb2797..5df74029 100644
--- a/crates/typst-cli/Cargo.toml
+++ b/crates/typst-cli/Cargo.toml
@@ -26,7 +26,7 @@ chrono = { version = "0.4.24", default-features = false, features = ["clock", "s
clap = { version = "4.4", features = ["derive", "env"] }
codespan-reporting = "0.11"
comemo = "0.3"
-ecow = "0.1.1"
+ecow = "0.2"
dirs = "5"
flate2 = "1"
filetime = "0.2"
diff --git a/crates/typst-docs/Cargo.toml b/crates/typst-docs/Cargo.toml
index e9d84658..02d238ed 100644
--- a/crates/typst-docs/Cargo.toml
+++ b/crates/typst-docs/Cargo.toml
@@ -14,7 +14,7 @@ bench = false
typst = { path = "../typst" }
typst-library = { path = "../typst-library" }
comemo = "0.3"
-ecow = { version = "0.1.2", features = ["serde"] }
+ecow = { version = "0.2", features = ["serde"] }
heck = "0.4"
include_dir = "0.7"
once_cell = "1"
diff --git a/crates/typst-ide/Cargo.toml b/crates/typst-ide/Cargo.toml
index ba3574f1..8513acbc 100644
--- a/crates/typst-ide/Cargo.toml
+++ b/crates/typst-ide/Cargo.toml
@@ -19,7 +19,7 @@ bench = false
[dependencies]
typst = { path = "../typst" }
comemo = "0.3"
-ecow = { version = "0.1.2", features = ["serde"] }
+ecow = { version = "0.2", features = ["serde"] }
if_chain = "1"
serde = { version = "1.0.184", features = ["derive"] }
unscanny = "0.1"
diff --git a/crates/typst-library/Cargo.toml b/crates/typst-library/Cargo.toml
index 49d3d088..10a1e1a6 100644
--- a/crates/typst-library/Cargo.toml
+++ b/crates/typst-library/Cargo.toml
@@ -22,7 +22,7 @@ az = "1.2"
chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] }
comemo = "0.3"
csv = "1"
-ecow = { version = "0.1.2", features = ["serde"] }
+ecow = { version = "0.2", features = ["serde"] }
hayagriva = "0.3.2"
hypher = "0.1.4"
icu_properties = { version = "1.2.0", features = ["serde"] }
diff --git a/crates/typst-syntax/Cargo.toml b/crates/typst-syntax/Cargo.toml
index fe56e5dd..ae13bcd5 100644
--- a/crates/typst-syntax/Cargo.toml
+++ b/crates/typst-syntax/Cargo.toml
@@ -17,7 +17,7 @@ bench = false
[dependencies]
comemo = "0.3"
-ecow = { version = "0.1.2", features = ["serde"] }
+ecow = { version = "0.2", features = ["serde"] }
once_cell = "1"
serde = { version = "1.0.184", features = ["derive"] }
tracing = "0.1.37"
diff --git a/crates/typst/Cargo.toml b/crates/typst/Cargo.toml
index 33f3fada..2db1d702 100644
--- a/crates/typst/Cargo.toml
+++ b/crates/typst/Cargo.toml
@@ -22,7 +22,7 @@ base64 = "0.21.2"
bitflags = { version = "2", features = ["serde"] }
bytemuck = "1"
comemo = "0.3"
-ecow = { version = "0.1.2", features = ["serde"] }
+ecow = { version = "0.2", features = ["serde"] }
flate2 = "1"
fontdb = { version = "0.14", default-features = false }
image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] }