diff --git a/Cargo.toml b/Cargo.toml index 3ce6ce0..23e1caa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ documentation = "https://docs.rs/hassle-rs" bitflags = "2" com = { version = "0.6", features = ["production"] } # libloading 0.8 switches from `winapi` to `windows-sys`; permit either -libloading = ">=0.7,<0.9" +libloading = ">=0.7, <0.10" thiserror = "1.0.2" widestring = "1"