diff --git a/Cargo.lock b/Cargo.lock index a709989..8f14ca7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1448,7 +1448,7 @@ dependencies = [ [[package]] name = "installer" -version = "0.3.0" +version = "0.3.1" dependencies = [ "adb_client", "anyhow", @@ -2322,7 +2322,7 @@ dependencies = [ [[package]] name = "rayhunter" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bytes", "chrono", @@ -2343,7 +2343,7 @@ dependencies = [ [[package]] name = "rayhunter-daemon" -version = "0.3.0" +version = "0.3.1" dependencies = [ "axum", "chrono", @@ -2471,7 +2471,7 @@ checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a" [[package]] name = "rootshell" -version = "0.3.0" +version = "0.3.1" dependencies = [ "nix", ] @@ -2844,7 +2844,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "telcom-parser" -version = "0.3.0" +version = "0.3.1" dependencies = [ "asn1-codecs", "asn1-compiler", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index aecb469..88510c4 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter-daemon" -version = "0.3.0" +version = "0.3.1" edition = "2021" [features] diff --git a/installer/Cargo.toml b/installer/Cargo.toml index 8b600a5..bd27784 100644 --- a/installer/Cargo.toml +++ b/installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "installer" -version = "0.3.0" +version = "0.3.1" edition = "2024" [dependencies] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index fd9e1a8..d6ce6b8 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Realtime cellular data decoding and analysis for IMSI catcher detection" diff --git a/rootshell/Cargo.toml b/rootshell/Cargo.toml index 013bf2c..4bf990a 100644 --- a/rootshell/Cargo.toml +++ b/rootshell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rootshell" -version = "0.3.0" +version = "0.3.1" edition = "2021" # 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 f6de676..c2abd66 100644 --- a/telcom-parser/Cargo.toml +++ b/telcom-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telcom-parser" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html