Skip to content

Commit

Permalink
Bump tokio from 1.39.2 to 1.39.3 in /rust (#171)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.39.3.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.39.3)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 19, 2024
1 parent 13bafda commit 4333454
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions rust/driver-ipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ windows = { version = "0.58.0", features = ["Win32_Foundation"] }
lazy_format = "2.0.3"
joinery = "3.1.0"
winreg = "0.52.0"
tokio = { version = "1.39.2", features = [
tokio = { version = "1.39.3", features = [
"rt-multi-thread",
"sync",
"time",
Expand All @@ -24,7 +24,7 @@ tokio = { version = "1.39.2", features = [
tokio-stream = { version = "0.1.15", features = ["sync"] }

[dev-dependencies]
tokio = { version = "1.39.2", features = [
tokio = { version = "1.39.3", features = [
"rt-multi-thread",
"sync",
"time",
Expand Down
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.3", features = ["derive"] }
serde_json = "1.0.124"
driver-ipc = { path = "../driver-ipc" }
driver-logger = { path = "../driver-logger" }
tokio = { version = "1.39.2", features = [
tokio = { version = "1.39.3", features = [
"macros",
"net",
"rt-multi-thread",
Expand Down

0 comments on commit 4333454

Please sign in to comment.