From 6acc218787911a87c56f30ff8d78dd6ad9428f94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:29:42 +0000 Subject: [PATCH] Bump tonic from 0.12.2 to 0.12.3 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](https://github.com/hyperium/tonic/compare/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] --- Cargo.lock | 8 ++++---- SOEMAUTDServer/Cargo.toml | 2 +- TwinCATAUTDServerLightweight/Cargo.toml | 2 +- simulator/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ac169c..ac676f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5527,9 +5527,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" dependencies = [ "futures-core", "pin-project-lite", @@ -5630,9 +5630,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6f6ba989e4b2c58ae83d862d3a3e27690b6e3ae630d0deb59f3697f32aa88ad" +checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" dependencies = [ "async-stream", "async-trait", diff --git a/SOEMAUTDServer/Cargo.toml b/SOEMAUTDServer/Cargo.toml index 8c45845..655e79f 100644 --- a/SOEMAUTDServer/Cargo.toml +++ b/SOEMAUTDServer/Cargo.toml @@ -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" diff --git a/TwinCATAUTDServerLightweight/Cargo.toml b/TwinCATAUTDServerLightweight/Cargo.toml index bd99b21..311dd02 100644 --- a/TwinCATAUTDServerLightweight/Cargo.toml +++ b/TwinCATAUTDServerLightweight/Cargo.toml @@ -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" diff --git a/simulator/Cargo.toml b/simulator/Cargo.toml index 433d136..1b7b3fa 100644 --- a/simulator/Cargo.toml +++ b/simulator/Cargo.toml @@ -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"