diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-03-15 23:00:18 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-03-18 02:04:54 +0100 |
commit | 5b4e9c9a09df156aefdefed2075d9ff0d8e7ac74 (patch) | |
tree | 417ff2c5579c8b447180fc3b461a4b062e42a2e8 /alacritty_terminal | |
parent | 1a73fe5fd2735bed5c8ec34b4f92c52f67ecfad9 (diff) | |
download | alacritty-5b4e9c9a09df156aefdefed2075d9ff0d8e7ac74.tar.gz alacritty-5b4e9c9a09df156aefdefed2075d9ff0d8e7ac74.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 18ccdf11..bd7f02a1 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" |