From 4ea50ff55bd625efba9d3c32947f7789d30ee337 Mon Sep 17 00:00:00 2001 From: Alexey Pashinov Date: Fri, 20 Dec 2024 14:06:33 +0100 Subject: [PATCH] test --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84ddc35c..efdba284 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ nekoton-utils = { path = "nekoton-utils" } nekoton-proto = { path = "nekoton-proto", optional = true } [dev-dependencies] -reqwest = { version = "0.11.8", features = ["gzip", "json", "blocking"] } +#reqwest = { version = "0.11.8", features = ["gzip", "json", "blocking"] } cargo-husky = { version = "1", features = ["default", "run-cargo-fmt", "run-cargo-check"] } tokio = { version = "1", features = ["rt-multi-thread", "macros"] }