Skip to content

Commit

Permalink
Downgrade warp version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsanchezq authored and Mikhail Zabaluev committed Jan 26, 2021
1 parent 0a6541f commit 754ce0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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 jormungandr/Cargo.toml
Expand Up @@ -60,7 +60,7 @@ tokio-util = { version = "0.6.0", features = ["time"] }
tonic = "0.4"
async-trait = "0.1"
lru = "^0.6.1"
warp = { version = "0.3", features = ["tls"] }
warp = { version = "0.2", features = ["tls"] }
pin-project = "1.0"

[dependencies.reqwest]
Expand Down

0 comments on commit 754ce0d

Please sign in to comment.