diff options
author | Pavel Roskin <1317472+proski@users.noreply.github.com> | 2023-06-10 23:31:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-11 06:31:29 +0000 |
commit | 724f3be3c965f9616995dd4a4a56b43800e747c7 (patch) | |
tree | f645adfed3e6b8ec65d5a1d0c17b6f5cc4dddf2a /alacritty_terminal/Cargo.toml | |
parent | 4b92388396c6da783809c7ce511b5cf6be8a0624 (diff) | |
download | alacritty-724f3be3c965f9616995dd4a4a56b43800e747c7.tar.gz alacritty-724f3be3c965f9616995dd4a4a56b43800e747c7.zip |
Bump dependencies
Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-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 99a14e11..7d354f39 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -40,7 +40,7 @@ signal-hook-mio = { version = "0.2.1", features = ["support-v0_6"] } [target.'cfg(windows)'.dependencies] mio-anonymous-pipes = "0.2" miow = "0.3" -windows-sys = { version = "0.36", features = [ +windows-sys = { version = "0.48", features = [ "Win32_System_Console", "Win32_Foundation", "Win32_Security", |