diff --git a/Cargo.lock b/Cargo.lock index e91b843..2454807 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1729,7 +1729,7 @@ dependencies = [ [[package]] name = "installer" -version = "0.6.0" +version = "0.6.1" dependencies = [ "adb_client", "aes", @@ -2707,7 +2707,7 @@ dependencies = [ [[package]] name = "rayhunter" -version = "0.6.0" +version = "0.6.1" dependencies = [ "bytes", "chrono", @@ -2729,7 +2729,7 @@ dependencies = [ [[package]] name = "rayhunter-check" -version = "0.6.0" +version = "0.6.1" dependencies = [ "clap", "futures", @@ -2743,7 +2743,7 @@ dependencies = [ [[package]] name = "rayhunter-daemon" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "async-trait", @@ -2888,7 +2888,7 @@ dependencies = [ [[package]] name = "rootshell" -version = "0.6.0" +version = "0.6.1" dependencies = [ "nix", ] @@ -3365,7 +3365,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "telcom-parser" -version = "0.6.0" +version = "0.6.1" dependencies = [ "asn1-codecs", "asn1-compiler", diff --git a/check/Cargo.toml b/check/Cargo.toml index a6e41cc..21ac953 100644 --- a/check/Cargo.toml +++ b/check/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter-check" -version = "0.6.0" +version = "0.6.1" edition = "2024" [dependencies] diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 1f74d85..71789ae 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter-daemon" -version = "0.6.0" +version = "0.6.1" edition = "2024" rust-version = "1.88.0" diff --git a/doc/reanalyzing.md b/doc/reanalyzing.md index 08f55b9..ce5c3a5 100644 --- a/doc/reanalyzing.md +++ b/doc/reanalyzing.md @@ -16,7 +16,7 @@ using the `rayhunter-check` CLI tool. That tool contains the same heuristics as Rayhunter and will also work on traffic data captured with other tools, such as QCSuper. -Since, 0.7.0, `rayhunter-check` is included in the release zipfile. +Since, 0.6.1, `rayhunter-check` is included in the release zipfile. You can build `rayhunter-check` from source with the following command: `cargo build --bin rayhunter-check` diff --git a/installer/Cargo.toml b/installer/Cargo.toml index 4abd814..2190cd0 100644 --- a/installer/Cargo.toml +++ b/installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "installer" -version = "0.6.0" +version = "0.6.1" edition = "2024" [dependencies] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index bfa52df..572cd43 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter" -version = "0.6.0" +version = "0.6.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 2ec2f52..5cd45e8 100644 --- a/rootshell/Cargo.toml +++ b/rootshell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rootshell" -version = "0.6.0" +version = "0.6.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 f11eeb3..9c7b89a 100644 --- a/telcom-parser/Cargo.toml +++ b/telcom-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telcom-parser" -version = "0.6.0" +version = "0.6.1" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html