From 820b6944fc2762526658f5c102e63a00b40f09d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 05:00:06 +0000 Subject: [PATCH] Bump the dev-dependencies group with 4 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) and [sdl2](https://github.com/Rust-SDL2/rust-sdl2) 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 - [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.28 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.28/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.27...v0.14.28) 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) --- 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: sdl2 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 256d73d6..5e9b9be8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,9 +46,9 @@ 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.0" +hyper = "1.3.1" image = "0.25.1" iref = "^3.1.2" lazy_static = "1.4.0" @@ -59,7 +59,7 @@ prost = "0.12" prost-types = "0.12" rand = "0.8.5" regex = "1.10.4" -sdl2 = "0.35.2" +sdl2 = "0.36.0" serde = "1.0.160" serde_derive = "1.0.163" serde_json = "^1.0"