From d413a76b3055dd873eaffffc4d1b8d7f137437d0 Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Wed, 8 Oct 2025 12:08:20 -0700 Subject: [PATCH] bump version 0.7.1 --- Cargo.lock | 12 ++++++------ check/Cargo.toml | 2 +- daemon/Cargo.toml | 2 +- installer/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- rootshell/Cargo.toml | 2 +- telcom-parser/Cargo.toml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91e5cfc..b58a40e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1733,7 +1733,7 @@ dependencies = [ [[package]] name = "installer" -version = "0.7.0" +version = "0.7.1" dependencies = [ "adb_client", "aes", @@ -2772,7 +2772,7 @@ dependencies = [ [[package]] name = "rayhunter" -version = "0.7.0" +version = "0.7.1" dependencies = [ "bytes", "chrono", @@ -2794,7 +2794,7 @@ dependencies = [ [[package]] name = "rayhunter-check" -version = "0.7.0" +version = "0.7.1" dependencies = [ "clap", "futures", @@ -2808,7 +2808,7 @@ dependencies = [ [[package]] name = "rayhunter-daemon" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "async-trait", @@ -2954,7 +2954,7 @@ dependencies = [ [[package]] name = "rootshell" -version = "0.7.0" +version = "0.7.1" dependencies = [ "nix", ] @@ -3439,7 +3439,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "telcom-parser" -version = "0.7.0" +version = "0.7.1" dependencies = [ "asn1-codecs", "asn1-compiler", diff --git a/check/Cargo.toml b/check/Cargo.toml index c851ed1..54f916b 100644 --- a/check/Cargo.toml +++ b/check/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter-check" -version = "0.7.0" +version = "0.7.1" edition = "2024" [dependencies] diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 8823027..d4da2c6 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter-daemon" -version = "0.7.0" +version = "0.7.1" edition = "2024" rust-version = "1.88.0" diff --git a/installer/Cargo.toml b/installer/Cargo.toml index 97197be..3e302fe 100644 --- a/installer/Cargo.toml +++ b/installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "installer" -version = "0.7.0" +version = "0.7.1" edition = "2024" [dependencies] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 59709e4..8754b56 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter" -version = "0.7.0" +version = "0.7.1" edition = "2024" description = "Realtime cellular data decoding and analysis for IMSI catcher detection" diff --git a/rootshell/Cargo.toml b/rootshell/Cargo.toml index 6a43088..2577363 100644 --- a/rootshell/Cargo.toml +++ b/rootshell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rootshell" -version = "0.7.0" +version = "0.7.1" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/telcom-parser/Cargo.toml b/telcom-parser/Cargo.toml index 124e4b4..ee1c88e 100644 --- a/telcom-parser/Cargo.toml +++ b/telcom-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telcom-parser" -version = "0.7.0" +version = "0.7.1" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html