diff --git a/bin/Cargo.toml b/bin/Cargo.toml index f85aa2c..a62dc3a 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter-daemon" -version = "0.3.3" +version = "0.3.4" edition = "2021" [features] @@ -29,12 +29,12 @@ libc = "0.2.150" log = "0.4.20" env_logger = { version = "0.11", default-features = false } tokio-util = { version = "0.7.10", features = ["rt", "io"] } -futures-macro = "0.3.30" +futures-macro = "0.3.40" include_dir = "0.7.3" mime_guess = "2.0.4" chrono = { version = "0.4.31", features = ["serde"] } tokio-stream = { version = "0.1.14", default-features = false } -futures = { version = "0.3.30", default-features = false } +futures = { version = "0.3.40", default-features = false } clap = { version = "4.5.2", features = ["derive"] } serde_json = "1.0.114" image = { version = "0.25.1", default-features = false, features = ["png", "gif"] } diff --git a/installer/Cargo.toml b/installer/Cargo.toml index 622551d..cfe747b 100644 --- a/installer/Cargo.toml +++ b/installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "installer" -version = "0.3.3" +version = "0.3.4" edition = "2024" [dependencies] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 1b7d178..29c862c 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter" -version = "0.3.3" +version = "0.3.4" edition = "2021" description = "Realtime cellular data decoding and analysis for IMSI catcher detection" @@ -26,5 +26,5 @@ pcap-file-tokio = "0.1.0" thiserror = "1.0.50" telcom-parser = { path = "../telcom-parser" } tokio = { version = "1.44.2", default-features = false } -futures = { version = "0.3.30", default-features = false } +futures = { version = "0.3.40", default-features = false } serde = { version = "1.0.197", features = ["derive"] } diff --git a/rootshell/Cargo.toml b/rootshell/Cargo.toml index a43d677..24fd205 100644 --- a/rootshell/Cargo.toml +++ b/rootshell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rootshell" -version = "0.3.3" +version = "0.3.4" 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 2468130..ef98566 100644 --- a/telcom-parser/Cargo.toml +++ b/telcom-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telcom-parser" -version = "0.3.3" +version = "0.3.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html