From 666f3347a7400749d395f2d7fbd89e12146bfde4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Burgos=20Gunt=C3=ADn?= <101651981+joseburgosguntin@users.noreply.github.com> Date: Sat, 10 Feb 2024 04:30:43 -0400 Subject: [PATCH] :bookmark: 0.7.5 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f5fafd..8281006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-test-helpers" -version = "0.7.4" +version = "0.7.5" edition = "2021" categories = ["development-tools::testing"] description = "🧪 Test client for axum copied from axum" @@ -10,7 +10,7 @@ readme = "README.md" repository = "https://github.com/cloudwalk/axum-test-helpers" [dependencies] -axum = "0.7.4" +axum = "0.7" reqwest = { version = "0.11", features = ["json", "multipart"], default-features = false} http = "1.0" bytes = "1.4.0"