Skip to content

Commit

Permalink
fix: hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakowskiii committed Mar 1, 2023
1 parent 910c81f commit d0236c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde_json = "1"
thiserror = "1"
openssl = { version = "0.10", optional = true }
hyper = { version = "0.14", default-features = false, features = ["client", "http2"] }
hyper-alpn = "0.4"
hyper-alpn = { git = "https://github.com/WalletConnect/hyper-alpn", ref = "0030fd0" }
http = "0.2"
base64 = "0.20"
tracing = { version = "0.1", optional = true }
Expand Down

0 comments on commit d0236c3

Please sign in to comment.