diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-10-09 14:59:32 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-10-09 15:00:07 +0200 |
| commit | 2a19e7f4dcdc5f09da5961f5c9bee4ec955c95c0 (patch) | |
| tree | 85b6a8e69c4c5509627026f3468fa71694005171 /crates/typst-cli | |
| parent | cb7079711a75df0126a8e02f0d6b0620495637ec (diff) | |
Bump ecow
Diffstat (limited to 'crates/typst-cli')
| -rw-r--r-- | crates/typst-cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 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" |
