Skip to content

Commit

Permalink
Merge 77a6ce2 into d5ea56a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 13, 2024
2 parents d5ea56a + 77a6ce2 commit bbe306f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion odbc-api/Cargo.toml
Expand Up @@ -78,7 +78,7 @@ atoi = "2.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.29.14", default-features = false, features = ["rwh_06"]}
winit = { version = "0.29.15", default-features = false, features = ["rwh_06"]}

[dev-dependencies]
lazy_static = "1.4.0"
Expand Down

0 comments on commit bbe306f

Please sign in to comment.