diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-11-02 21:43:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-02 21:43:47 +0000 |
commit | 1063706f8e8a84139e5d2b464a4978e9d840ea17 (patch) | |
tree | 2aa5d1b9ac8233445196b9066cd7f4705f671597 /alacritty | |
parent | fd745a9f4cb3ba81623167c9d1117747353db33a (diff) | |
download | r-alacritty-1063706f8e8a84139e5d2b464a4978e9d840ea17.tar.gz r-alacritty-1063706f8e8a84139e5d2b464a4978e9d840ea17.tar.bz2 r-alacritty-1063706f8e8a84139e5d2b464a4978e9d840ea17.zip |
Bump all dependencies
This patch applies all major and minor version bumps, with the exception
of `unicode-width` since it will need to be handled separately for
Unicode version 16.
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 09a97706..d3a083cd 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -56,7 +56,7 @@ xdg = "2.5.0" png = { version = "0.17.5", default-features = false, optional = true } [target.'cfg(target_os = "macos")'.dependencies] -cocoa = "0.25.0" +cocoa = "0.26.0" objc = "0.2.2" [target.'cfg(windows)'.dependencies] |