Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Go back to upstream packages
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Pankov <work@michaelpankov.com>
  • Loading branch information
mkpankov committed Aug 5, 2020
1 parent fbdfcad commit 5a8c279
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions iml-rabbit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ name = "iml-rabbit"
version = "0.3.0"

[dependencies]
deadpool-lapin = {git = "https://github.com/whamcloud/deadpool", branch = "rustls", default-features = false}
deadpool-lapin = {git = "https://github.com/bikeshedder/deadpool", default-features = false}
futures = "0.3"
iml-manager-env = {path = "../iml-manager-env", version = "0.3"}
iml-wire-types = {path = "../iml-wire-types", version = "0.3"}
lapin = {git = "https://github.com/whamcloud/lapin.git", branch = "rustls", version = "1.2", default-features = false, features = ["rustls"]}
lapin = {version = "1.2", default-features = false, features = ["rustls"]}
serde_json = "1"
thiserror = "1.0"
tokio-amqp = {git = "https://github.com/whamcloud/lapin.git", branch = "rustls", version = "0.1", default-features = false}
tokio-amqp = {version = "0.1", default-features = false}
tracing = "0.1"
warp = {version = "0.2", optional = true}

Expand Down

0 comments on commit 5a8c279

Please sign in to comment.