Skip to content

Commit

Permalink
Update dependencies (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonPost committed Aug 6, 2023
1 parent 8e25400 commit 9fb2e0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -39,7 +39,7 @@ serde = ["dep:serde", "bitflags/serde"] # Enables 'serde' for various types.
# Shared dependencies
#
[dependencies]
bitflags = {version = "2.1" }
bitflags = {version = "2.3" }
parking_lot = "0.12"

# optional deps only added when requested
Expand All @@ -55,14 +55,14 @@ features = ["winuser", "winerror"]
optional = true

[target.'cfg(windows)'.dependencies]
crossterm_winapi = { version = "0.9", optional = true }
crossterm_winapi = { version = "0.9.1", optional = true }

#
# UNIX dependencies
#
[target.'cfg(unix)'.dependencies]
libc = "0.2"
signal-hook = { version = "0.3.13", optional = true }
signal-hook = { version = "0.3.17", optional = true }
filedescriptor = { version = "0.8", optional = true }
mio = { version = "0.8", features = ["os-poll"], optional = true }
signal-hook-mio = { version = "0.2.3", features = ["support-v0_8"], optional = true }
Expand Down
1 change: 1 addition & 0 deletions src/terminal/sys/windows.rs
Expand Up @@ -392,6 +392,7 @@ mod tests {
// race condition has been addressed).
#[test]
#[serial]
#[ignore]
fn test_resize_winapi_30_31() {
let _test_screen = temp_screen_buffer().unwrap();

Expand Down

0 comments on commit 9fb2e0d

Please sign in to comment.