From 562657a01100dd5e4f283b7b4691aebab4fbbb85 Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Sat, 18 Jun 2022 17:45:19 -0400 Subject: [PATCH] Fully specify dependency versions --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 15a8dab..a2143cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"