Skip to content

Commit

Permalink
Bump autd3-driver from 28.0.0 to 28.0.1
Browse files Browse the repository at this point in the history
Bumps [autd3-driver](https://github.com/shinolab/autd3-rs) from 28.0.0 to 28.0.1.
- [Changelog](https://github.com/shinolab/autd3-rs/blob/main/CHANGELOG.md)
- [Commits](shinolab/autd3-rs@v28.0.0...v28.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 427d0c0 commit 8092ff3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -15,7 +15,7 @@ clap = { version = "4.5.19", features = ["derive"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
autd3-protobuf = { version = "28.0.0", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "28.0.0", features = ["async-trait"] }
autd3-driver = { version = "28.0.0", features = ["async-trait"] }
autd3-driver = { version = "28.0.1", features = ["async-trait"] }
anyhow = "1.0.89"
ctrlc = "3.4.5"
tonic = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["autd"]
[dependencies]
anyhow = "1.0.89"
autd3-derive = "28.0.1"
autd3-driver = { version = "28.0.0", features = ["async-trait"] }
autd3-driver = { version = "28.0.1", features = ["async-trait"] }
autd3-firmware-emulator = { version = "28.0.0", features = ["async-trait"] }
autd3-link-simulator = { version = "28.0.0", features = ["async-trait"] }
autd3-protobuf = { version = "28.0.0", features = ["async-trait", "lightweight"] }
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "time", "process"] }
tauri = { version = "2", features = [] }
autd3-driver = { version = "28.0.0", features = ["serde"] }
autd3-driver = { version = "28.0.1", features = ["serde"] }
autd3-link-soem = { version = "28.0.0", features = ["serde"] }
tauri-plugin-dialog = "2"
tauri-plugin-fs = "2"
Expand Down

0 comments on commit 8092ff3

Please sign in to comment.