Skip to content

Commit

Permalink
Merge pull request #326 from GDATASoftwareAG/renovate/rust
Browse files Browse the repository at this point in the history
Update rust
  • Loading branch information
secana authored Nov 13, 2023
2 parents 3475a01 + 19ef8fc commit 2401cc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ 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"
async-trait = "0.1"

[dev-dependencies]
dotenv = "0.15"
tokio = { version = "1.33", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.34", features = ["rt", "macros", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion rust/examples/gscan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions rust/examples/kde_dolphin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
slint-build = "1.3"

0 comments on commit 2401cc4

Please sign in to comment.