From f5585b4b0196e366bc0ea3b6b25c4fdd34a5dae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:26:55 +0000 Subject: [PATCH] chore(deps): bump ecow from 0.2.6 to 0.3.0 Bumps [ecow](https://github.com/typst/ecow) from 0.2.6 to 0.3.0. - [Release notes](https://github.com/typst/ecow/releases) - [Commits](https://github.com/typst/ecow/compare/v0.2.6...v0.3.0) --- updated-dependencies: - dependency-name: ecow dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 +++++++++++++++++----------- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62c392d39..8ffe6c19b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2606,6 +2606,12 @@ dependencies = [ "serde", ] +[[package]] +name = "ecow" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62bac48c16a993694c703f2991527d422d9efb8ec5625756004ba30e97683720" + [[package]] name = "educe" version = "0.6.0" @@ -5208,7 +5214,7 @@ dependencies = [ "chrono", "common-domain", "derive_typst_intoval", - "ecow", + "ecow 0.3.0", "fluent-static", "once_cell", "rust_decimal", @@ -9953,7 +9959,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f6511ee598476f4f322b4d13891083d96dbacb8f9c2b908604c7094ba390653" dependencies = [ "comemo", - "ecow", + "ecow 0.2.6", "rustc-hash", "typst-eval", "typst-html", @@ -9975,7 +9981,7 @@ dependencies = [ "chrono", "comemo", "dirs", - "ecow", + "ecow 0.2.6", "thiserror 2.0.18", "typst", ] @@ -9993,7 +9999,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "687757487dfc0c1e941344d5024cf7a28364e70c3e304faad89ac65597f62526" dependencies = [ "comemo", - "ecow", + "ecow 0.2.6", "indexmap 2.14.0", "rustc-hash", "stacker", @@ -10014,7 +10020,7 @@ checksum = "e29f8da4f964d4c90739c3c1e0288b0ba1bccc3cc50623a6d558300b86ca8aad" dependencies = [ "bumpalo", "comemo", - "ecow", + "ecow 0.2.6", "palette", "rustc-hash", "time", @@ -10037,7 +10043,7 @@ dependencies = [ "bumpalo", "codex", "comemo", - "ecow", + "ecow 0.2.6", "either", "hypher", "icu_properties 1.5.1", @@ -10077,7 +10083,7 @@ dependencies = [ "codex", "comemo", "csv", - "ecow", + "ecow 0.2.6", "flate2", "fontdb", "glidesort", @@ -10150,7 +10156,7 @@ dependencies = [ "az", "bytemuck", "comemo", - "ecow", + "ecow 0.2.6", "image", "indexmap 2.14.0", "infer", @@ -10176,7 +10182,7 @@ dependencies = [ "arrayvec", "bumpalo", "comemo", - "ecow", + "ecow 0.2.6", "regex", "typst-library", "typst-macros", @@ -10193,7 +10199,7 @@ checksum = "e46b811837ade1f0243ef0d8bf3fb06d166443090eac22c28643f374c2ccdc9d" dependencies = [ "base64 0.22.1", "comemo", - "ecow", + "ecow 0.2.6", "flate2", "hayro", "hayro-svg", @@ -10215,7 +10221,7 @@ version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a95d9192060e23b1e491b0b94dff676acddc92a4d672aeb8ca3890a5a734e879" dependencies = [ - "ecow", + "ecow 0.2.6", "rustc-hash", "serde", "toml 0.8.23", diff --git a/Cargo.toml b/Cargo.toml index f5dd4dfb0..df58cead3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -193,7 +193,7 @@ typetag = "0.2.13" subsetter = "=0.2.3" # ecow 0.2.7 adds extra AsRef<_> impls on EcoString, making `self.as_ref().repr()` in # typst-library 0.14.x ambiguous (E0282) under Rust 1.94. Pin to the last working release. -ecow = "=0.2.6" +ecow = "=0.3.0" typst = { version = "0.14.1" } typst-pdf = { version = "0.14.1" } typst-svg = { version = "0.14.1" }