mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
build(deps): bump windows-sys from 0.60.2 to 0.61.2
Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.60.2 to 0.61.2. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
12a0cb04a2
commit
5bf208d438
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -441,7 +441,7 @@ dependencies = [
|
|||
"unicode-width 0.2.2",
|
||||
"uutils_term_grid",
|
||||
"uzers",
|
||||
"windows-sys 0.60.2",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ proc-mounts = "0.3"
|
|||
uzers = "0.12.1"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
windows-sys = { version = "0.60.2", features = [
|
||||
windows-sys = { version = "0.61.2", features = [
|
||||
"Win32_System_Console",
|
||||
"Win32_Foundation",
|
||||
] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue