diff --git a/Cargo.lock b/Cargo.lock index 1e636dd..c58a51e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2725,7 +2725,7 @@ dependencies = [ [[package]] name = "installer" -version = "0.10.0" +version = "0.10.1" dependencies = [ "adb_client", "aes", @@ -4671,7 +4671,7 @@ checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" [[package]] name = "rayhunter" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bytes", "chrono", @@ -4694,7 +4694,7 @@ dependencies = [ [[package]] name = "rayhunter-check" -version = "0.10.0" +version = "0.10.1" dependencies = [ "clap", "futures", @@ -4707,7 +4707,7 @@ dependencies = [ [[package]] name = "rayhunter-daemon" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "async-trait", @@ -4895,7 +4895,7 @@ dependencies = [ [[package]] name = "rootshell" -version = "0.10.0" +version = "0.10.1" dependencies = [ "nix 0.29.0", ] @@ -5951,7 +5951,7 @@ dependencies = [ [[package]] name = "telcom-parser" -version = "0.10.0" +version = "0.10.1" dependencies = [ "asn1-codecs", "asn1-compiler", diff --git a/check/Cargo.toml b/check/Cargo.toml index f49456e..7840c6d 100644 --- a/check/Cargo.toml +++ b/check/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter-check" -version = "0.10.0" +version = "0.10.1" edition = "2024" [dependencies] diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 0cc1066..baf2401 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter-daemon" -version = "0.10.0" +version = "0.10.1" edition = "2024" rust-version = "1.88.0" diff --git a/installer-gui/src-tauri/Cargo.toml b/installer-gui/src-tauri/Cargo.toml index bd1b67e..4e849d8 100644 --- a/installer-gui/src-tauri/Cargo.toml +++ b/installer-gui/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "installer-gui" -version = "0.10.0" +version = "0.10.1" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/installer/Cargo.toml b/installer/Cargo.toml index 3cfa241..57b2d22 100644 --- a/installer/Cargo.toml +++ b/installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "installer" -version = "0.10.0" +version = "0.10.1" edition = "2024" [lib] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 169f75a..7c4988e 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter" -version = "0.10.0" +version = "0.10.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 0e30a1e..f5ae95d 100644 --- a/rootshell/Cargo.toml +++ b/rootshell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rootshell" -version = "0.10.0" +version = "0.10.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 ec428a2..055099d 100644 --- a/telcom-parser/Cargo.toml +++ b/telcom-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telcom-parser" -version = "0.10.0" +version = "0.10.1" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html