diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-02-05 13:58:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-05 12:58:43 +0000 |
| commit | 25f6a7ab161b2106c22a9997a68afee60ddb7412 (patch) | |
| tree | abf63fa1a19a3180e6473f6bd8fb762fbb09bb13 /Cargo.toml | |
| parent | 85b0318158cc1f71825f45c5fb7915b764f75776 (diff) | |
Bump more dependencies (#5813)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -47,7 +47,7 @@ clap = { version = "4.4", features = ["derive", "env", "wrap_help"] } clap_complete = "4.2.1" clap_mangen = "0.2.10" codespan-reporting = "0.11" -codex = "0.1.0" +codex = "0.1.1" color-print = "0.3.6" comemo = "0.4" csv = "1" @@ -58,7 +58,7 @@ env_proxy = "0.4" flate2 = "1" fontdb = { version = "0.21", default-features = false } fs_extra = "1.3" -hayagriva = "0.8" +hayagriva = "0.8.1" heck = "0.5" hypher = "0.1.4" icu_properties = { version = "1.4", features = ["serde"] } @@ -122,7 +122,7 @@ tiny_http = "0.12" tiny-skia = "0.11" toml = { version = "0.8", default-features = false, features = ["parse", "display"] } ttf-parser = "0.24.1" -two-face = { version = "0.4.0", default-features = false, features = ["syntect-fancy"] } +two-face = { version = "0.4.3", default-features = false, features = ["syntect-fancy"] } typed-arena = "2" unicode-bidi = "0.3.18" unicode-ident = "1.0" |
