diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-11-24 20:22:01 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-24 20:22:01 +0400 |
commit | 3bb4fb78b4e433c6176fa4422134e38fecc9ede3 (patch) | |
tree | b482b51731c30c4b12c398c88bde8a7f7c2952f6 /alacritty_terminal | |
parent | 6017326d8293b67eff952ebba2310ea070537f55 (diff) | |
download | alacritty-3bb4fb78b4e433c6176fa4422134e38fecc9ede3.tar.gz alacritty-3bb4fb78b4e433c6176fa4422134e38fecc9ede3.zip |
Bump dependencies
Update dependencies with `cargo update` as well as do explicit update
of winit, crossfont, and regex-automata.
Diffstat (limited to 'alacritty_terminal')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index d85be4f1..bf362888 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -21,7 +21,7 @@ libc = "0.2" log = "0.4" parking_lot = "0.12.0" polling = "3.0.0" -regex-automata = "0.3.6" +regex-automata = "0.4.3" unicode-width = "0.1" vte = { version = "0.13.0", default-features = false, features = ["ansi", "serde"] } serde = { version = "1", features = ["derive", "rc"], optional = true } |