diff --git a/Cargo.toml b/Cargo.toml index 29ab2dd1..d12a8fdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,20 +49,20 @@ futures = "0.3.28" futures-core = "0.3.4" futures-util = "0.3.28" generic-json = "^0.7" -http = "0.2.9" -http-body = "0.4.5" -hyper = "0.14.27" +http = "1.1.0" +http-body = "1.0.1" +hyper = "1.4.1" image = "0.25.1" iref = "^3.1.2" lazy_static = "1.4.0" log = "^0.4" paho-mqtt = "0.12" parking_lot = "0.12.1" -prost = "0.12" -prost-types = "0.12" +prost = "0.13" +prost-types = "0.13" rand = "0.8.5" regex = "1.10.4" -sdl2 = "0.35.2" +sdl2 = "0.37.0" serde = "1.0.160" serde_derive = "1.0.163" serde_json = "^1.0" @@ -72,8 +72,8 @@ tokio = "1.29.1" tokio-console-subscriber = { version = "0.2.0", package = "console-subscriber" } tokio-retry = "0.3" tokio-stream = "0.1.14" -tonic = "0.11.0" -tonic-build = "0.11.0" +tonic = "0.12.0" +tonic-build = "0.12.0" tower = "0.4.13" tower-http = "0.4.3" url = "2.3.1"