diff --git a/Cargo.lock b/Cargo.lock index 1117d4fe..9cd764a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1805,9 +1805,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "winit" -version = "0.29.5" +version = "0.29.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cc935117ef48caed8822a893efef723e07ad868f668dfc4d244aea8873b07f9" +checksum = "0a5426b43d8782441f76a9b775686da171b9eedcfcee75a698fa5180c9a09d34" dependencies = [ "android-activity", "atomic-waker", diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index b30faaf7..cbfc5fdf 100644 --- a/odbc-api/Cargo.toml +++ b/odbc-api/Cargo.toml @@ -74,7 +74,7 @@ force-send-sync = "1.1.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.29.5", default-features = false, features = ["rwh_06"]} +winit = { version = "0.29.6", default-features = false, features = ["rwh_06"]} [dev-dependencies] lazy_static = "1.4.0"