Skip to content

Commit

Permalink
Bump tonic from 0.12.2 to 0.12.3
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.2 to 0.12.3.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.12.2...v0.12.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Sep 30, 2024
1 parent 7a44563 commit 48743ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -18,7 +18,7 @@ autd3-link-soem = { version = "27.0.0", features = ["async-trait"] }
autd3-driver = { version = "27.0.0", features = ["async-trait"] }
anyhow = "1.0.89"
ctrlc = "3.4.5"
tonic = "0.12.2"
tonic = "0.12.3"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
chrono = "0.4.31"
Expand Down
2 changes: 1 addition & 1 deletion TwinCATAUTDServerLightweight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ autd3-protobuf = { version = "27.0.0", features = ["lightweight", "async-trait"]
autd3-link-twincat = { version = "27.0.0", features = ["async-trait"] }
anyhow = "1.0.89"
ctrlc = "3.4.5"
tonic = "0.12.2"
tonic = "0.12.3"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
chrono = "0.4.31"
Expand Down
2 changes: 1 addition & 1 deletion simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ crossbeam-channel = "0.5.8"
image = "0.25.2"
tokio = { version = "1.40.0", features = ["rt-multi-thread"] }
futures-util = "0.3.28"
tonic = "0.12.2"
tonic = "0.12.3"
anyhow = "1.0.89"
chrono = "0.4.38"
gltf = "1.4.1"
Expand Down

0 comments on commit 48743ee

Please sign in to comment.