Skip to content

Commit 9a8693e

Browse files
committed
Updated dependencies.
1 parent 544763c commit 9a8693e

File tree

2 files changed

+90
-49
lines changed

2 files changed

+90
-49
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ features = ["suggestions"]
2222

2323
[target.i686-pc-windows-gnu.dependencies]
2424
ole32-sys = "0.1.0"
25-
shell32-sys = "0.1.0"
26-
winapi = "0.1.19"
27-
uuid-sys = "0.1.1"
25+
shell32-sys = "0.1.1"
26+
winapi = "0.2.2"
27+
uuid-sys = "0.1.2"
2828

2929
[target.x86_64-pc-windows-gnu.dependencies]
3030
ole32-sys = "0.1.0"
31-
shell32-sys = "0.1.0"
32-
winapi = "0.1.19"
33-
uuid-sys = "0.1.1"
31+
shell32-sys = "0.1.1"
32+
winapi = "0.2.2"
33+
uuid-sys = "0.1.2"

0 commit comments

Comments
 (0)