Skip to content

Commit 844113a

Browse files
Bump winit from 0.30.9 to 0.30.10
Bumps [winit](https://github.com/rust-windowing/winit) from 0.30.9 to 0.30.10. - [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.9...v0.30.10) --- updated-dependencies: - dependency-name: winit dependency-version: 0.30.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bec7d1c commit 844113a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ walkdir = "2.5.0"
6464
criterion = { version = "0.5", features = ["html_reports"] }
6565
test-case = "3.3.1"
6666
gtk4 = "0.8.0"
67-
winit = "0.30.8"
67+
winit = "0.30.10"
6868
cookie = { version = "0.18.1", features = ["secure", "private"] }
6969
url = "2.5.4"
7070
clap = { version = "4.5.37", features = ["derive"] }

crates/gosub_fontmanager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ log = "0.4.27"
3333
anyhow = "1.0.98"
3434
prettytable = "0.10.0"
3535
vello = "0.4.1"
36-
winit = "0.30.7"
36+
winit = "0.30.10"
3737
pollster = "0.4.0"
3838
image = "0.25.6"
3939
swash = "0.2.2"

0 commit comments

Comments
 (0)