Skip to content

Commit 8c14e15

Browse files
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](hyperium/http@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](hyperium/http-body@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](hyperium/hyper@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](tokio-rs/prost@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](tokio-rs/prost@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](Rust-SDL2/rust-sdl2@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](hyperium/tonic@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](hyperium/tonic@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] <support@github.com>
1 parent 5fb3c0c commit 8c14e15

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ futures = "0.3.28"
4949
futures-core = "0.3.4"
5050
futures-util = "0.3.28"
5151
generic-json = "^0.7"
52-
http = "0.2.9"
53-
http-body = "0.4.5"
54-
hyper = "0.14.27"
52+
http = "1.1.0"
53+
http-body = "1.0.1"
54+
hyper = "1.4.1"
5555
image = "0.25.1"
5656
iref = "^3.1.2"
5757
lazy_static = "1.4.0"
5858
log = "^0.4"
5959
paho-mqtt = "0.12"
6060
parking_lot = "0.12.1"
61-
prost = "0.12"
62-
prost-types = "0.12"
61+
prost = "0.13"
62+
prost-types = "0.13"
6363
rand = "0.8.5"
6464
regex = "1.10.4"
65-
sdl2 = "0.35.2"
65+
sdl2 = "0.37.0"
6666
serde = "1.0.160"
6767
serde_derive = "1.0.163"
6868
serde_json = "^1.0"
@@ -72,8 +72,8 @@ tokio = "1.29.1"
7272
tokio-console-subscriber = { version = "0.2.0", package = "console-subscriber" }
7373
tokio-retry = "0.3"
7474
tokio-stream = "0.1.14"
75-
tonic = "0.11.0"
76-
tonic-build = "0.11.0"
75+
tonic = "0.12.0"
76+
tonic-build = "0.12.0"
7777
tower = "0.4.13"
7878
tower-http = "0.4.3"
7979
url = "2.3.1"

0 commit comments

Comments
 (0)