From 5c00386119a6169ef58490878ca09f1e7f312373 Mon Sep 17 00:00:00 2001 From: Max Kalashnikoff Date: Wed, 10 Jan 2024 11:14:53 +0100 Subject: [PATCH] fix: update the versions in Cargo (#68) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f30efe8..a28dddf 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ build = "build.rs" tokio = { version = "1", features = ["full"] } axum = { version = "0.6", features = ["json"] } tower = "0.4" -tower-http = { version = "0.4.0", features = ["trace", "cors"] } +tower-http = { version = "0.4", features = ["trace", "cors"] } hyper = "0.14" # WalletConnect @@ -56,7 +56,7 @@ async-trait = "0.1" build-info = "0.0" chrono = { version = "0.4", features = ["serde"] } data-encoding = "2.3" -futures = "0.3.25" +futures = "0.3" hex = "0.4" log = "0.4" moka = { version = "0.10", features = ["future"] } @@ -69,7 +69,7 @@ ci-tests = [] [dev-dependencies] test-context = "0.1" -function_name = "0.3.0" +function_name = "0.3" [build-dependencies] build-info-build = "0.0"