chore: update dependency info for inno-updater bump (#299394)

This commit is contained in:
Robo
2026-03-06 02:15:36 +09:00
committed by GitHub
parent 9a4492fde6
commit 2ba48d2b52
2 changed files with 591 additions and 250 deletions

837
build/win32/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[package]
name = "inno_updater"
version = "0.18.2"
version = "0.19.0"
authors = ["Microsoft <monacotools@microsoft.com>"]
build = "build.rs"
@@ -9,7 +9,7 @@ byteorder = "1.4.3"
crc = "3.0.1"
slog = "2.7.0"
slog-async = "2.7.0"
slog-term = "2.9.1"
slog-term = "2.9.2"
tempfile = "3.5.0"
[target.'cfg(windows)'.dependencies.windows-sys]