diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-03-15 23:00:18 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-03-19 02:20:53 +0100 |
commit | 6cfcda5e3aa6c1930a9e570d4ad510e9681d64d4 (patch) | |
tree | 19d148e6673785ed7f7336ffa160bb2fadab92f2 /alacritty_terminal | |
parent | 929f4aee3028971439e1a5761bbc3012fba96705 (diff) | |
download | alacritty-6cfcda5e3aa6c1930a9e570d4ad510e9681d64d4.tar.gz alacritty-6cfcda5e3aa6c1930a9e570d4ad510e9681d64d4.zip |
Bump dependencies
This bumps all dependencies that can be updated without introducing a
build failure.
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 5941a8b8..c0cc5072 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -14,7 +14,7 @@ default = ["serde"] serde = ["dep:serde", "bitflags/serde", "vte/serde"] [dependencies] -base64 = "0.21.3" +base64 = "0.22.0" bitflags = "2.4.1" home = "0.5.5" libc = "0.2" |