diff --git a/Cargo.toml b/Cargo.toml index 9fcfef7..d88ecb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,12 +8,12 @@ repository = "https://github.com/rbspy/spytools" edition = "2018" [dependencies] -anyhow = "1.0.58" -goblin = "0.7.1" -lazy_static = "1.4.0" -libc = "0.2.126" -log = "0.4.17" -memmap2 = "0.9.3" -proc-maps = "0.3.0" -regex = "1.5.6" -remoteprocess = "0.4.9" +anyhow = "1.0.91" +goblin = "0.9.2" +lazy_static = "1.5.0" +libc = "0.2.161" +log = "0.4.22" +memmap2 = "0.9.5" +proc-maps = "0.4.0" +regex = "1.11.1" +remoteprocess = "0.5.0"