Skip to content

Commit

Permalink
Fully specify dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Jun 18, 2022
1 parent 33d5b25 commit 562657a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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"
anyhow = "1.0.58"
goblin = "0.5.2"
lazy_static = "1.4"
libc = "0.2"
log = "0.4"
memmap2 = "0.5"
proc-maps = "0.2"
regex = "1.5"
remoteprocess = "0.4"
lazy_static = "1.4.0"
libc = "0.2.126"
log = "0.4.17"
memmap2 = "0.5.4"
proc-maps = "0.2.1"
regex = "1.5.6"
remoteprocess = "0.4.9"

0 comments on commit 562657a

Please sign in to comment.