Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 26, 2024
1 parent 62facf9 commit 52f652d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 24 deletions.
41 changes: 21 additions & 20 deletions 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 SOEMAUTDServer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["autd"]

[dependencies]
clap = { version = "4.3.0", features = ["derive"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39.1", features = ["macros", "rt-multi-thread"] }
autd3-protobuf = { version = "27.0.0-alpha.3", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "27.0.0-alpha.3", features = ["async-trait"] }
autd3-driver = { version = "27.0.0-alpha.3", features = ["async-trait"] }
Expand Down
2 changes: 1 addition & 1 deletion TwinCATAUTDServerLightweight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["autd"]

[dependencies]
clap = { version = "4.3.0", features = ["derive"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39.1", features = ["macros", "rt-multi-thread"] }
autd3-protobuf = { version = "27.0.0-alpha.3", features = ["lightweight", "async-trait"] }
autd3-link-twincat = { version = "27.0.0-alpha.3", features = ["async-trait"] }
anyhow = "1.0.72"
Expand Down
2 changes: 1 addition & 1 deletion simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ vulkano-shaders = "0.34.0"
winit = "0.28.6"
crossbeam-channel = "0.5.8"
image = "0.25.0"
tokio = { version = "1.34.0", features = ["rt-multi-thread"] }
tokio = { version = "1.39.1", features = ["rt-multi-thread"] }
futures-util = "0.3.28"
tonic = "0.12.1"
anyhow = "1.0.83"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tauri-build = { version = "1.4.0", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.6.1", features = ["window-all", "shell-sidecar", "dialog-all", "notification-all", "os-all", "path-all"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "time", "process"] }
tokio = { version = "1.39.1", features = ["macros", "rt-multi-thread", "time", "process"] }
autd3-driver = { version = "27.0.0-alpha.3", features = ["serde"] }
autd3-link-soem = { version = "27.0.0-alpha.3", features = ["serde"] }

Expand Down

0 comments on commit 52f652d

Please sign in to comment.