Skip to content

Commit

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

---
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] committed Aug 12, 2024
1 parent 02c241e commit 0ad8947
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 crates/gosub_useragent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
gosub_shared = { path = "../gosub_shared" }
gosub_render_backend = { path = "../gosub_render_backend" }
gosub_renderer = { path = "../gosub_renderer" }
winit = "0.30.4"
winit = "0.30.5"
slotmap = "1.0.7"
log = "0.4.22"
anyhow = "1.0.82"
Expand Down

0 comments on commit 0ad8947

Please sign in to comment.