Skip to content

Commit

Permalink
add new rustls dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LockedThread committed Jul 22, 2024
1 parent 4bda7a6 commit a60e0c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

11 changes: 9 additions & 2 deletions amqprs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ all-features = true
default = []
compliance_assert = []
traces = ["tracing"]
tls = ["tokio-rustls", "rustls-pemfile", "webpki-roots", "rustls-pki-types"]
tls = [
"tokio-rustls",
"rustls-pemfile",
"webpki-roots",
"rustls-pki-types",
"rustls-webpki",
]
urispec = ["uriparse"]

[dependencies]
Expand All @@ -47,8 +53,9 @@ serde_bytes_ng = { workspace = true }
# SSL/TLS dependencies
tokio-rustls = { version = "0.26", optional = true }
rustls-pemfile = { version = "1", optional = true }
rustls-webpki = { version = "0.102.5", optional = true }
webpki-roots = { version = "0.22", optional = true }
rustls-pki-types = {version = "1.7.0", optional = true}
rustls-pki-types = { version = "1.7.0", optional = true }

[dev-dependencies]
tracing = { version = "0.1" }
Expand Down

0 comments on commit a60e0c4

Please sign in to comment.