Skip to content

Commit

Permalink
use vendored ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRollen committed Jun 19, 2021
1 parent 2b46bcc commit ead5807
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reporting"
version = "0.1.0"
version = "0.1.1"
authors = ["Sebastian Rollen <[email protected]>"]
edition = "2018"

Expand All @@ -13,7 +13,7 @@ config = "0.11.0"
dogstatsd = { git = "ssh://[email protected]/Overmuse/dogstatsd", tag = "v0.3.0" }
futures = "0.3.15"
kafka-settings = { git = "ssh://[email protected]/Overmuse/kafka-settings", tag = "v0.3.1" }
rdkafka = "0.26.0"
rdkafka = { version = "0.26.0", features = ["ssl-vendored"] }
serde = "1.0.126"
serde_json = "1.0.64"
serde_plain = "0.3.0"
Expand Down

0 comments on commit ead5807

Please sign in to comment.