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"