diff --git a/Cargo.toml b/Cargo.toml index 10eeff2..ef186fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,17 +24,17 @@ maintenance = { status = "actively-developed" } default-target = "x86_64-pc-windows-msvc" [dependencies] -libloading = "0.6.2" -com-rs = "0.2.1" -bitflags = "1.2.1" -widestring = "0.4.2" +libloading = "0.6" +com-rs = "0.2" +bitflags = "1.2" +widestring = "0.4" thiserror = "1.0" [target.'cfg(windows)'.dependencies] -winapi = { version = "0.3.9", features = ["wtypes", "oleauto", "combaseapi"] } +winapi = { version = "0.3", features = ["wtypes", "oleauto", "combaseapi"] } [target.'cfg(not(windows))'.dependencies] libc = "0.2" [dev-dependencies] -rspirv = "0.7.0" +rspirv = "0.7"