Skip to content

Commit 856fb19

Browse files
committed
Bump version to 1.0.3-2, update deps (thiserror 2, mach2 0.6)
1 parent 6826caf commit 856fb19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "specter-mem"
3-
version = "1.0.3"
3+
version = "1.0.3-2"
44
edition = "2024"
55
description = "ARM64 memory manipulation framework for iOS/macOS — inline hooking, stealth code patching, hardware breakpoints, and shellcode loading"
66
license = "MIT"
@@ -23,10 +23,10 @@ crate-type = ["staticlib", "rlib"]
2323
dev_release = []
2424

2525
[dependencies]
26-
mach2 = "0.4.3"
26+
mach2 = "0.6.0"
2727
once_cell = "1"
2828
parking_lot = "0.12"
29-
thiserror = "1.0.69"
29+
thiserror = "2.0.18"
3030
libc = "0.2"
3131
hex = "0.4"
3232
dashmap = "6"

0 commit comments

Comments
 (0)