Skip to content

Commit a801001

Browse files
authored
Bump dependencies (#100)
1 parent 89c051c commit a801001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ edition = "2018"
1414
license = "MIT OR Apache-2.0"
1515

1616
[dependencies]
17-
keyboard-types = { version = "0.5.0", default-features = false }
17+
keyboard-types = { version = "0.6.1", default-features = false }
1818
raw-window-handle = "0.3.3"
1919

2020
[target.'cfg(target_os="linux")'.dependencies]
2121
xcb = { version = "0.9", features = ["thread", "xlib_xcb", "dri2"] }
2222
x11 = { version = "2.18", features = ["xlib", "xcursor"] }
2323
xcb-util = { version = "0.3", features = ["icccm"] }
24-
nix = "0.18"
24+
nix = "0.22.0"
2525

2626
[target.'cfg(target_os="windows")'.dependencies]
2727
winapi = { version = "0.3.8", features = ["libloaderapi", "winuser", "windef", "minwindef", "guiddef", "combaseapi", "wingdi", "errhandlingapi"] }

0 commit comments

Comments
 (0)