Skip to content

Commit

Permalink
Merge 03c8332 into 688540d
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 6, 2024
2 parents 688540d + 03c8332 commit bc4683a
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.13", default-features = false, features = ["rwh_06"]}
winit = { version = "0.29.14", default-features = false, features = ["rwh_06"]}

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

0 comments on commit bc4683a

Please sign in to comment.