Skip to content

Commit

Permalink
Merge pull request #448 from GDATASoftwareAG/renovate/rust
Browse files Browse the repository at this point in the history
chore(deps): update rust
  • Loading branch information
lennartdohmann authored May 6, 2024
2 parents 796c688 + 301efe2 commit 2e9bf59
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ homepage = "https://github.com/GDATASoftwareAG/vaas"

[dependencies]
websockets = "0.3.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
thiserror = "1.0.59"
uuid = { version = "1.8", features = ["serde", "v4"] }
reqwest = { version = "0.12", features = ["stream"] }
regex = "1.10"
reqwest = { version = "0.12.4", features = ["stream"] }
regex = "1.10.4"
tokio = { version = "1.37", features = ["sync", "fs"] }
sha2 = "0.10"
futures = "0.3"
rand = "0.8"
async-trait = "0.1"
sha2 = "0.10.8"
futures = "0.3.30"
rand = "0.8.5"
async-trait = "0.1.80"
bytes = "1.6.0"
tokio-util = "0.7"
tokio-util = "0.7.11"
futures-util = "0.3.30"
tokio-stream = "0.1.15"

Expand Down
6 changes: 3 additions & 3 deletions rust/examples/gscan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
[dependencies]
vaas = { version = "3.0.2" }
tokio = { version = "1.37", features = [ "rt-multi-thread", "macros"] }
clap = { version = "4.5", features = ["env"]}
reqwest = "0.12"
futures = "0.3"
clap = { version = "4.5.4", features = ["env"]}
reqwest = "0.12.4"
futures = "0.3.30"
dotenv = "0.15"
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.5"
slint = "1.5.1"
vaas = { path = "../.."}
tokio = { version = "1.37", features = ["rt", "macros", "rt-multi-thread"] }
structopt = "0.3"
structopt = "0.3.26"

[build-dependencies]
slint-build = "1.5"
slint-build = "1.5.1"

0 comments on commit 2e9bf59

Please sign in to comment.