Skip to content

Commit 0bebe30

Browse files
authored
update inno_updater (microsoft#187073)
1 parent 5721588 commit 0bebe30

File tree

3 files changed

+88
-19
lines changed

3 files changed

+88
-19
lines changed

build/win32/Cargo.lock

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

build/win32/Cargo.toml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
11
[package]
22
name = "inno_updater"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Microsoft <[email protected]>"]
55
build = "build.rs"
66

77
[dependencies]
8-
byteorder = "1"
9-
crc = "^1.0.0"
10-
slog = "2.1.1"
11-
slog-async = "2.2.0"
12-
slog-term = "2.3.0"
8+
byteorder = "1.4.3"
9+
crc = "3.0.1"
10+
slog = "2.7.0"
11+
slog-async = "2.7.0"
12+
slog-term = "2.9.0"
1313

14-
[target.'cfg(windows)'.dependencies]
15-
winapi = { version = "^0.3.9", features = ["winuser", "libloaderapi", "commctrl", "processthreadsapi", "tlhelp32", "handleapi", "psapi", "errhandlingapi", "winbase", "shellapi"] }
14+
[target.'cfg(windows)'.dependencies.windows-sys]
15+
version = "0.42"
16+
features = [
17+
"Win32_Foundation",
18+
"Win32_System_Shutdown",
19+
"Win32_UI_WindowsAndMessaging",
20+
"Win32_System_Threading",
21+
"Win32_System_LibraryLoader",
22+
"Win32_System_Diagnostics_Debug",
23+
"Win32_Storage_FileSystem",
24+
"Win32_Security",
25+
"Win32_System_ProcessStatus",
26+
"Win32_System_Diagnostics_ToolHelp"
27+
]
1628

1729
[profile.release]
1830
lto = true

build/win32/inno_updater.exe

15.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)