From df1bdc4ecf20db3308840219889de687a2a1f9be Mon Sep 17 00:00:00 2001 From: William Lyles <26171886+wilyle@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:00:51 -0800 Subject: [PATCH] update dependencies --- Cargo.toml | 14 +++++++------- core/invehicle-digital-twin/src/main.rs | 3 ++- external/agemo | 2 +- external/chariott | 2 +- external/iot-plugandplay-models | 2 +- external/opendigitaltwins-dtdl | 2 +- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ebaa5b25..a85e8184 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,9 +38,9 @@ members = [ [workspace.dependencies] async-std = "^1.5" bytes = "1.4.0" -config = "0.13.3" +config = "0.14.0" dyn-clone = "1.0.14" -env_logger= "0.10.0" +env_logger= "0.11.2" futures = "0.3.28" futures-core = "0.3.4" futures-util = "0.3.28" @@ -57,17 +57,17 @@ parking_lot = "0.12.1" prost = "0.12" prost-types = "0.12" regex = " 1.9.3" -sdl2 = "0.35.2" +sdl2 = "0.36.0" serde = "1.0.160" serde_derive = "1.0.163" serde_json = "^1.0" -strum = "0.25" -strum_macros = "0.25.1" +strum = "0.26.1" +strum_macros = "0.26.1" tokio = "1.29.1" tokio-console-subscriber = { version = "0.2.0", package = "console-subscriber" } tokio-stream = "0.1.14" -tonic = "0.10.0" -tonic-build = "0.10.0" +tonic = "0.11.0" +tonic-build = "0.11.0" tower = "0.4.13" tower-http = "0.4.3" url = "2.3.1" diff --git a/core/invehicle-digital-twin/src/main.rs b/core/invehicle-digital-twin/src/main.rs index bf6f38ed..e17b53a3 100644 --- a/core/invehicle-digital-twin/src/main.rs +++ b/core/invehicle-digital-twin/src/main.rs @@ -30,7 +30,8 @@ use std::net::SocketAddr; use std::str::FromStr; use std::sync::Arc; use tonic::body::BoxBody; -use tonic::transport::{Body, NamedService}; +use tonic::transport::{Body}; +use tonic::server::NamedService; use tonic::{Request, Status}; use tower::layer::util::Identity; use tower::Service; diff --git a/external/agemo b/external/agemo index e4db66ab..5fd67248 160000 --- a/external/agemo +++ b/external/agemo @@ -1 +1 @@ -Subproject commit e4db66abb9d4e10520eec38472f722790d646106 +Subproject commit 5fd672488288aa779d46540f8f32c4d879f5034a diff --git a/external/chariott b/external/chariott index cc04a8f2..91635f36 160000 --- a/external/chariott +++ b/external/chariott @@ -1 +1 @@ -Subproject commit cc04a8f243611018281f7cf8f138f15f32f399c0 +Subproject commit 91635f36a3c30fda3f6dc7b123997571b2209573 diff --git a/external/iot-plugandplay-models b/external/iot-plugandplay-models index 8d9ea407..bc595167 160000 --- a/external/iot-plugandplay-models +++ b/external/iot-plugandplay-models @@ -1 +1 @@ -Subproject commit 8d9ea407dec9dce595073395dfa8118ec6b0f85f +Subproject commit bc595167934c51f2b64dd2042f41257577ee5360 diff --git a/external/opendigitaltwins-dtdl b/external/opendigitaltwins-dtdl index b3f36cf3..c3d5f1e7 160000 --- a/external/opendigitaltwins-dtdl +++ b/external/opendigitaltwins-dtdl @@ -1 +1 @@ -Subproject commit b3f36cf3fb6062a9da68ed4b085a17c7a1144763 +Subproject commit c3d5f1e7759d23cfe22b34521d9b17c261d76187