From 8c14e15071d0aa9f3a33ee32832f829fbe6aaf4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 04:36:15 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 8 updates Updates the requirements on [http](https://github.com/hyperium/http), [http-body](https://github.com/hyperium/http-body), [hyper](https://github.com/hyperium/hyper), [prost](https://github.com/tokio-rs/prost), [prost-types](https://github.com/tokio-rs/prost), [sdl2](https://github.com/Rust-SDL2/rust-sdl2), [tonic](https://github.com/hyperium/tonic) and [tonic-build](https://github.com/hyperium/tonic) to permit the latest version. Updates `http` to 0.2.12 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/v0.2.12/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.9...v0.2.12) Updates `http-body` to 0.4.6 - [Release notes](https://github.com/hyperium/http-body/releases) - [Changelog](https://github.com/hyperium/http-body/blob/v0.4.6/CHANGELOG.md) - [Commits](https://github.com/hyperium/http-body/compare/v0.4.5...v0.4.6) Updates `hyper` to 0.14.30 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.30/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.27...v0.14.30) Updates `prost` to 0.12.6 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/compare/v0.12.0...v0.12.6) Updates `prost-types` to 0.12.6 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/compare/v0.12.0...v0.12.6) Updates `sdl2` to 0.35.2 - [Changelog](https://github.com/Rust-SDL2/rust-sdl2/blob/master/changelog.md) - [Commits](https://github.com/Rust-SDL2/rust-sdl2/compare/0.35.2...0.35.2) Updates `tonic` to 0.11.0 - [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.11.0...v0.11.0) Updates `tonic-build` to 0.11.0 - [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.11.0...v0.11.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: http-body dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hyper dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: prost dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: prost-types dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: sdl2 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: tonic dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: tonic-build dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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"