diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0878f764..958be1fa 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -18,7 +18,7 @@ thiserror = "1.0" uuid = { version = "1.5", features = ["serde", "v4"] } reqwest = "0.11" regex = "1.10" -tokio = { version = "1.33", features = ["sync", "fs"] } +tokio = { version = "1.34", features = ["sync", "fs"] } sha2 = "0.10" futures = "0.3" rand = "0.8" @@ -26,4 +26,4 @@ async-trait = "0.1" [dev-dependencies] dotenv = "0.15" -tokio = { version = "1.33", features = ["rt", "macros", "rt-multi-thread"] } \ No newline at end of file +tokio = { version = "1.34", features = ["rt", "macros", "rt-multi-thread"] } \ No newline at end of file diff --git a/rust/examples/gscan/Cargo.toml b/rust/examples/gscan/Cargo.toml index a5ee8587..43668395 100644 --- a/rust/examples/gscan/Cargo.toml +++ b/rust/examples/gscan/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] vaas = { version = "3.0.2" } -tokio = { version = "1.33", features = [ "rt-multi-thread", "macros"] } +tokio = { version = "1.34", features = [ "rt-multi-thread", "macros"] } clap = { version = "4.4", features = ["env"]} reqwest = "0.11" futures = "0.3" diff --git a/rust/examples/kde_dolphin/Cargo.toml b/rust/examples/kde_dolphin/Cargo.toml index 424618c1..75246487 100644 --- a/rust/examples/kde_dolphin/Cargo.toml +++ b/rust/examples/kde_dolphin/Cargo.toml @@ -9,10 +9,10 @@ build = "build.rs" publish = false [dependencies] -slint = "1.2" +slint = "1.3" vaas = { path = "../.."} -tokio = { version = "1.33", features = ["rt", "macros", "rt-multi-thread"] } +tokio = { version = "1.34", features = ["rt", "macros", "rt-multi-thread"] } structopt = "0.3" [build-dependencies] -slint-build = "1.2" \ No newline at end of file +slint-build = "1.3" \ No newline at end of file