Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
364 changes: 364 additions & 0 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ untrusted = "0.9"
base64 = "0.22"
bencher = "0.1.5"
bzip2 = "0.6"
chrono = "0.4"
limbo-harness-support = { git = "https://github.com/C2SP/x509-limbo", rev = "9c7359242f16265a5154bc5989eca91822ef5ed2" }
once_cell = "1.17.2"
rcgen = { version = "0.14.2", default-features = false, features = ["aws_lc_rs"] }
rustls-aws-lc-rs = { version = "0.1.0-dev.0" }
Expand Down
4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ license-files = [

[bans]
wildcards = "deny"
# Allow git/path dev-dependencies (like limbo-harness-support) without version specs
allow-wildcard-paths = true
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think based on the docs this is what we want and (emphasis mine):

path or git dependencies and build-dependencies in public crates will continue to produce warnings and errors.


[sources]
unknown-registry = "deny"
unknown-git = "deny"
# Allow git source for x509-limbo test harness (dev dependency only)
allow-git = ["https://github.com/C2SP/x509-limbo"]
161 changes: 0 additions & 161 deletions tests/better_tls.rs

This file was deleted.

Loading