Skip to content

Commit

Permalink
Bump winit from 0.28.3 to 0.28.4
Browse files Browse the repository at this point in the history
Bumps [winit](https://github.com/rust-windowing/winit) from 0.28.3 to 0.28.4.
- [Release notes](https://github.com/rust-windowing/winit/releases)
- [Changelog](https://github.com/rust-windowing/winit/blob/v0.28.4/CHANGELOG.md)
- [Commits](rust-windowing/winit@v0.28.3...v0.28.4)

---
updated-dependencies:
- dependency-name: winit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and pacman82 committed May 4, 2023
1 parent 2a2cd0f commit df34de3
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 @@ -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"
Expand Down

0 comments on commit df34de3

Please sign in to comment.