diff --git a/rust/examples/gscan/Cargo.toml b/rust/examples/gscan/Cargo.toml index 94463885..6ae785a0 100644 --- a/rust/examples/gscan/Cargo.toml +++ b/rust/examples/gscan/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gscan" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["GDATA CyberDefense AG "] license = "MIT" @@ -11,6 +11,6 @@ publish = false vaas = { path = "../.."} tokio = { version = "1.37", features = ["rt-multi-thread", "macros"] } clap = { version = "4.5.4", features = ["env", "cargo"] } -reqwest = "0.12.4" +reqwest = "0.13.0" futures = "0.3.30" dotenv = "0.15"