Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
fix: update the versions in Cargo (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Jan 10, 2024
1 parent ffd6bb3 commit 5c00386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"] }
Expand All @@ -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"

0 comments on commit 5c00386

Please sign in to comment.