Skip to content

Commit 902bd19

Browse files
committed
chore(deps): update goblin, thiserror, windows-core, and windows-strings versions
- Updated thiserror from 2.0.16 to 2.0.17 - Upgraded windows-core from 0.62.0 to 0.62.2 - Increased windows-strings from 0.5.0 to 0.5.1
1 parent e3026ec commit 902bd19

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ shellcode_fallback = []
88

99
[dependencies]
1010
byte-strings = "0.3.1"
11-
goblin = "0.10.1"
11+
goblin = "=0.10.1"
1212
hex = "0.4.3"
13-
thiserror = "2.0.16"
14-
windows-core = "0.62.0"
15-
windows-strings = "0.5.0"
13+
thiserror = "2.0.17"
14+
windows-core = "0.62.2"
15+
windows-strings = "0.5.1"
1616

1717
[dependencies.windows]
18-
version = "0.62.0"
18+
version = "0.62.2"
1919
features = [
2020
"Win32_Foundation",
2121
"Win32_Security",

0 commit comments

Comments
 (0)