Skip to content

Commit ef1b3f8

Browse files
deps(deps): bump windows-sys from 0.59.0 to 0.61.0
Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.59.0 to 0.61.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.59.0...0.61.0) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d48fbb commit ef1b3f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

crates/codegraph-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bytecheck = "0.6"
5454
libc = "0.2"
5555

5656
[target.'cfg(windows)'.dependencies]
57-
windows-sys = { version = "0.59", features = [
57+
windows-sys = { version = "0.61", features = [
5858
"Win32_Foundation",
5959
"Win32_System_Memory"
6060
] }

0 commit comments

Comments
 (0)