Skip to content

Commit

Permalink
Merge pull request #139 from MolotovCherry/dependabot/cargo/rust/toki…
Browse files Browse the repository at this point in the history
…o-1.38.0

Bump tokio from 1.37.0 to 1.38.0 in /rust
  • Loading branch information
MolotovCherry authored Jun 3, 2024
2 parents 98a8730 + 38318c1 commit 9eadb9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/driver-ipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ windows = { version = "0.56.0", features = ["Win32_Foundation"] }
lazy_format = "2.0.3"
joinery = "3.1.0"
winreg = "0.52.0"
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }
2 changes: 1 addition & 1 deletion rust/virtual-display-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bytemuck = { version = "1.16.0", features = ["derive"] }
serde_json = "1.0.117"
driver-ipc = { path = "../driver-ipc" }
driver-logger = { path = "../driver-logger" }
tokio = { version = "1.37.0", features = [
tokio = { version = "1.38.0", features = [
"macros",
"net",
"rt-multi-thread",
Expand Down

0 comments on commit 9eadb9c

Please sign in to comment.