Skip to content

Commit

Permalink
Bump anyhow from 1.0.89 to 1.0.90
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.90.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.89...1.0.90)

---
updated-dependencies:
- dependency-name: anyhow
  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 21, 2024
1 parent 30d7d4a commit 6971337
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 @@ -16,7 +16,7 @@ tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
autd3-protobuf = { version = "28.1.0", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "28.1.0", features = ["async-trait"] }
autd3-driver = { version = "28.1.0", features = ["async-trait"] }
anyhow = "1.0.89"
anyhow = "1.0.90"
ctrlc = "3.4.5"
tonic = "0.12.3"
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion TwinCATAUTDServerLightweight/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.1.0", features = ["lightweight", "async-trait"] }
autd3-link-twincat = { version = "28.1.0", features = ["async-trait"] }
anyhow = "1.0.89"
anyhow = "1.0.90"
ctrlc = "3.4.5"
tonic = "0.12.3"
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/shinolab/autd3-server"
keywords = ["autd"]

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
autd3-derive = "28.0.1"
autd3-driver = { version = "28.1.0", features = ["async-trait"] }
autd3-firmware-emulator = { version = "28.1.0", features = ["async-trait"] }
Expand Down

0 comments on commit 6971337

Please sign in to comment.