Skip to content

Commit

Permalink
Bump uwp_helper
Browse files Browse the repository at this point in the history
- Bump tokio to 1.29.1
- Bump cbdinggen to 0.26.0
  • Loading branch information
DRSchlaubi committed Sep 13, 2023
1 parent f2b58ca commit 05a2ef3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/desktop/uwp_helper/Cargo.lock

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

4 changes: 2 additions & 2 deletions app/desktop/uwp_helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ version = "0.51.1"
features = ["System", "Foundation", "Storage", "Win32_Foundation"]

[dependencies.tokio]
version = "1.29.1"
version = "1.32.0"
features = ["macros", "rt-multi-thread"]

[build-dependencies]
cbindgen = "0.25.0"
cbindgen = "0.26.0"

0 comments on commit 05a2ef3

Please sign in to comment.