Skip to content

Commit

Permalink
Merge pull request #311 from GDATASoftwareAG/renovate/rust
Browse files Browse the repository at this point in the history
Update rust
  • Loading branch information
secana authored Oct 28, 2023
2 parents 14201bc + d0b4a30 commit d1b4696
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ serde_json = "1.0"
thiserror = "1.0"
uuid = { version = "1.4.1", features = ["serde", "v4"] }
reqwest = "0.11"
regex = "1.9"
tokio = { version = "1.32", features = ["sync", "fs"] }
regex = "1.10"
tokio = { version = "1.33", features = ["sync", "fs"] }
sha2 = "0.10.8"
futures = "0.3"
rand = "0.8"

[dev-dependencies]
dotenv = "0.15"
tokio = { version = "1.32", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.33", 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.32", features = [ "rt-multi-thread", "macros"] }
tokio = { version = "1.33", features = [ "rt-multi-thread", "macros"] }
clap = { version = "4.4", features = ["env"]}
reqwest = "0.11"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion rust/examples/kde_dolphin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
[dependencies]
slint = "1.2"
vaas = { path = "../.."}
tokio = { version = "1.32", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.33", features = ["rt", "macros", "rt-multi-thread"] }
structopt = "0.3"

[build-dependencies]
Expand Down

0 comments on commit d1b4696

Please sign in to comment.