diff --git a/Cargo.lock b/Cargo.lock index 75f656b..2508a15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2725,7 +2725,7 @@ dependencies = [ [[package]] name = "installer" -version = "0.10.1" +version = "0.10.2" dependencies = [ "adb_client", "aes", @@ -4672,7 +4672,7 @@ checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" [[package]] name = "rayhunter" -version = "0.10.1" +version = "0.10.2" dependencies = [ "bytes", "chrono", @@ -4696,7 +4696,7 @@ dependencies = [ [[package]] name = "rayhunter-check" -version = "0.10.1" +version = "0.10.2" dependencies = [ "clap", "futures", @@ -4709,7 +4709,7 @@ dependencies = [ [[package]] name = "rayhunter-daemon" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "async-trait", @@ -4898,7 +4898,7 @@ dependencies = [ [[package]] name = "rootshell" -version = "0.10.1" +version = "0.10.2" dependencies = [ "nix 0.29.0", ] @@ -5954,7 +5954,7 @@ dependencies = [ [[package]] name = "telcom-parser" -version = "0.10.1" +version = "0.10.2" dependencies = [ "asn1-codecs", "asn1-compiler", diff --git a/check/Cargo.toml b/check/Cargo.toml index 7840c6d..310827a 100644 --- a/check/Cargo.toml +++ b/check/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter-check" -version = "0.10.1" +version = "0.10.2" edition = "2024" [dependencies] diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 8d4bec1..dd48754 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter-daemon" -version = "0.10.1" +version = "0.10.2" edition = "2024" rust-version = "1.88.0" @@ -36,7 +36,7 @@ tokio-stream = { version = "0.1.14", default-features = false, features = ["io-u futures = { version = "0.3.30", default-features = false } serde_json = "1.0.114" image = { version = "0.25.1", default-features = false, features = ["png", "gif"] } -tempfile = "3.10.1" +tempfile = "3.10.2" async_zip = { version = "0.0.17", features = ["tokio"] } anyhow = "1.0.98" reqwest = { version = "0.12.20", default-features = false } diff --git a/installer/Cargo.toml b/installer/Cargo.toml index 57b2d22..885c2fe 100644 --- a/installer/Cargo.toml +++ b/installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "installer" -version = "0.10.1" +version = "0.10.2" edition = "2024" [lib] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8401d97..a945336 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter" -version = "0.10.1" +version = "0.10.2" edition = "2024" description = "Realtime cellular data decoding and analysis for IMSI catcher detection" diff --git a/rootshell/Cargo.toml b/rootshell/Cargo.toml index f5ae95d..f959a49 100644 --- a/rootshell/Cargo.toml +++ b/rootshell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rootshell" -version = "0.10.1" +version = "0.10.2" 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 055099d..ac43e7d 100644 --- a/telcom-parser/Cargo.toml +++ b/telcom-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telcom-parser" -version = "0.10.1" +version = "0.10.2" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html