Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent e90bc84 commit 8c9d135
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 = "27.0.0", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "27.0.0", features = ["async-trait"] }
autd3-driver = { version = "27.0.0", features = ["async-trait"] }
anyhow = "1.0.72"
anyhow = "1.0.89"
ctrlc = "3.4.5"
tonic = "0.12.2"
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.17", features = ["derive"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
autd3-protobuf = { version = "27.0.0", features = ["lightweight", "async-trait"] }
autd3-link-twincat = { version = "27.0.0", features = ["async-trait"] }
anyhow = "1.0.72"
anyhow = "1.0.89"
ctrlc = "3.4.5"
tonic = "0.12.2"
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 @@ -33,7 +33,7 @@ image = "0.25.2"
tokio = { version = "1.40.0", features = ["rt-multi-thread"] }
futures-util = "0.3.28"
tonic = "0.12.2"
anyhow = "1.0.83"
anyhow = "1.0.89"
chrono = "0.4.38"
gltf = "1.4.1"
tracing-subscriber = "0.3.17"
Expand Down

0 comments on commit 8c9d135

Please sign in to comment.