Skip to content

Commit

Permalink
Merge pull request #6 from bobanetwork/add-cors
Browse files Browse the repository at this point in the history
Add cors
  • Loading branch information
mmontour1306 authored Jun 18, 2024
2 parents 6c22d9c + 80e2423 commit e780b45
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 99 deletions.
144 changes: 54 additions & 90 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cargo-husky = { version = "1", default-features = false, features = ["user-hooks
ethers = "2.0.10"
futures = "0.3.28"
futures-util = "0.3.28"
jsonrpsee = "0.20.1"
jsonrpsee = "0.20.3"
metrics = "0.21.0"
mockall = "0.11.4"
parse-display = "0.8.0"
Expand All @@ -39,9 +39,9 @@ tonic-build = "0.10.0"
tonic-health = "0.10.0"
tonic-reflection = "0.10.0"
tonic-types = "0.10.0"
tower = "0.4.13"
tower = { version = "0.4.13", features = ["full"] }
tracing = "0.1.37"
strum = "0.25.0"
url = "2.3.1"
tower-http = { version = "0.5.2", features = ["full"] }
hyper = "1.3"
tower-http = { version = "0.4.0", features = ["full"] }
hyper = "0.14.20"
Loading

0 comments on commit e780b45

Please sign in to comment.