Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.37 (#416)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
ata-no-one and Renovate Bot authored Apr 3, 2024
1 parent e01ba8e commit b0d5cdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ thiserror = "1.0"
uuid = { version = "1.8", features = ["serde", "v4"] }
reqwest = { version = "0.12", features = ["stream"] }
regex = "1.10"
tokio = { version = "1.36", features = ["sync", "fs"] }
tokio = { version = "1.37", features = ["sync", "fs"] }
sha2 = "0.10"
futures = "0.3"
rand = "0.8"
Expand All @@ -30,4 +30,4 @@ tokio-stream = "0.1.15"

[dev-dependencies]
dotenv = "0.15"
tokio = { version = "1.36", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.37", 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.36", features = [ "rt-multi-thread", "macros"] }
tokio = { version = "1.37", features = [ "rt-multi-thread", "macros"] }
clap = { version = "4.5", features = ["env"]}
reqwest = "0.12"
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.5"
vaas = { path = "../.."}
tokio = { version = "1.36", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.37", features = ["rt", "macros", "rt-multi-thread"] }
structopt = "0.3"

[build-dependencies]
Expand Down

0 comments on commit b0d5cdb

Please sign in to comment.