diff --git a/Cargo.lock b/Cargo.lock index d4d03705..9dc819f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1733,9 +1733,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winit" -version = "0.28.3" +version = "0.28.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874" +checksum = "654fd36bd7ea8681c03b70b0748b749d3fe230063c06b3db3ba2af284065a468" dependencies = [ "android-activity", "bitflags", diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index d865e93a..d32a6065 100644 --- a/odbc-api/Cargo.toml +++ b/odbc-api/Cargo.toml @@ -72,7 +72,7 @@ force-send-sync = "1.0.0" # We use winit to display dialogs prompting for connection strings. We can deactivate default # features since it can work only on windows and therfore we do not need any dependencies # associated with various window managers. -winit = { version = "0.28.3", default-features = false } +winit = { version = "0.28.4", default-features = false } [dev-dependencies] lazy_static = "1.4.0"