Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Oct 31, 2024
1 parent e4f1c76 commit de4252f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit de4252f

Please sign in to comment.