diff --git a/Cargo.lock b/Cargo.lock index 51998b3..22464d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2966,7 +2966,7 @@ dependencies = [ [[package]] name = "nstealth" version = "0.1.0" -source = "git+https://github.com/gen0sec/nstealth?rev=3c87751b9d9537b055a119f155a730360a7d0078#3c87751b9d9537b055a119f155a730360a7d0078" +source = "git+https://github.com/gen0sec/nstealth?rev=f9a6323d41acf8b7d45e33ae7e4e863ec716ba05#f9a6323d41acf8b7d45e33ae7e4e863ec716ba05" dependencies = [ "serde", "sha2", @@ -5380,9 +5380,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.14.4" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f32a6f80051a4111560201420c7885d0082ba9efe2ab61875c587bb6b18b9a0" +checksum = "fec7c61a0695dc1887c1b53952990f3ad2e3a31453e1f49f10e75424943a93ec" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 3435113..5a0d4cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ axum-server = { version = "0.8.0", features = ["tls-openssl"] } axum = { version = "0.8.8" } tower-http = { version = "0.6.8", features = ["fs"] } urlencoding = "2.1" -tonic = "0.14.2" +tonic = "0.14.5" port_check = "0.3.0" notify = "8.2.0" privdrop = "0.5.6"