summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/Cargo.toml
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/typst-syntax/Cargo.toml
parentcb7079711a75df0126a8e02f0d6b0620495637ec (diff)
Bump ecow
Diffstat (limited to 'crates/typst-syntax/Cargo.toml')
-rw-r--r--crates/typst-syntax/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"