From ef845e00adf6c59b032b8b997cdcea0aa8ccd7fe Mon Sep 17 00:00:00 2001 From: DanielNetzer Date: Wed, 5 Apr 2023 12:05:25 +0300 Subject: [PATCH] changed version to test auditing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08c3941..05f7f67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ tokio = { version = "1.26.0", features = ["full"] } hyper = { version = "0.14.25", features = ["full"] } tower = { version = "0.4", features = ["full"] } reqwest = { version = "0.11", features = ["json"] } -http = { version = "0.2.9" } \ No newline at end of file +http = { version = "0.2.8" } \ No newline at end of file