From 9d10d7cf575a1b7300ff3d3dd14893d98aee4be5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 23:14:51 +0000 Subject: [PATCH] chore(deps): update hyper ecosystem --- aliri_axum/Cargo.toml | 2 +- aliri_reqwest/Cargo.toml | 2 +- aliri_tower/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aliri_axum/Cargo.toml b/aliri_axum/Cargo.toml index aff5aab..a1fb7cb 100644 --- a/aliri_axum/Cargo.toml +++ b/aliri_axum/Cargo.toml @@ -17,7 +17,7 @@ aliri = { version = "0.6.0", path = "../aliri", default-features = false } aliri_oauth2 = { version = "0.10.0", path = "../aliri_oauth2", default-features = false } aliri_traits = { version = "0.1.1", path = "../aliri_traits" } axum-core = "0.3.0" -http = "0.2.8" +http = "0.2.12" once_cell = "1" [dev-dependencies] diff --git a/aliri_reqwest/Cargo.toml b/aliri_reqwest/Cargo.toml index d9301f7..5aeefa2 100644 --- a/aliri_reqwest/Cargo.toml +++ b/aliri_reqwest/Cargo.toml @@ -24,7 +24,7 @@ task-local-extensions = "0.1.1" tracing = "0.1" [dev-dependencies] -http = "0.2.6" +http = "0.2.12" tokio = { version = "1", features = [ "macros", "time" ] } [package.metadata.workspaces] diff --git a/aliri_tower/Cargo.toml b/aliri_tower/Cargo.toml index 39b95f6..f94adb6 100644 --- a/aliri_tower/Cargo.toml +++ b/aliri_tower/Cargo.toml @@ -18,7 +18,7 @@ aliri_traits = { version = "0.1.1", path = "../aliri_traits" } aliri_oauth2 = { version = "0.10.0", path = "../aliri_oauth2", features = [ "reqwest" ] } bytes = "1.1.0" http = "0.2" -http-body = "0.4.4" +http-body = "0.4.6" serde = { version = "1", features = [ "derive" ] } thiserror = "1" tracing = "0.1"