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

Commit

Permalink
Switch the iml-rabbit to rustls (#2115)
Browse files Browse the repository at this point in the history
* Switch the iml-rabbit to rustls

Signed-off-by: Michael Pankov <work@michaelpankov.com>

* Remove rustls feature from tokio-amqp

Signed-off-by: Michael Pankov <work@michaelpankov.com>

* Remove rustls feature from deadpool-lapin

Signed-off-by: Michael Pankov <work@michaelpankov.com>

* Go back to upstream packages

Signed-off-by: Michael Pankov <work@michaelpankov.com>
  • Loading branch information
mkpankov authored Aug 5, 2020
1 parent 08d5176 commit 61a8a6a
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 18 deletions.
129 changes: 113 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions iml-rabbit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ deadpool-lapin = {git = "https://github.com/bikeshedder/deadpool", default-featu
futures = "0.3"
iml-manager-env = {path = "../iml-manager-env", version = "0.3"}
iml-wire-types = {path = "../iml-wire-types", version = "0.3"}
lapin = "1.2"
lapin = {version = "1.2", default-features = false, features = ["rustls"]}
serde_json = "1"
thiserror = "1.0"
tokio-amqp = "0.1"
tokio-amqp = {version = "0.1", default-features = false}
tracing = "0.1"
warp = {version = "0.2", optional = true}

Expand Down

0 comments on commit 61a8a6a

Please sign in to comment.