Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ corejs
coreutils
curta
daemonset
dalek
databend
datacenter
datadog
Expand Down
5 changes: 5 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ ntapi = { git = "https://github.com/MSxDOS/ntapi.git", rev = "24fc1e47677fc9f6e3
# version of that crate with the appropriate dependency patched in.
openssl-sys = { git = "https://github.com/vectordotdev/rust-openssl.git", tag = "openssl-sys-v0.9.91+3.0.0" }
openssl-src = { git = "https://github.com/vectordotdev/openssl-src-rs.git", tag = "release-300-force-engine+3.1.2"}
ed25519-dalek = { git= "https://github.com/dalek-cryptography/ed25519-dalek.git", tag = "2.0.0-rc.3", default-features = false, features = ["u64_backend"] }
Comment thread Fixed
Comment thread Fixed
Comment thread Fixed
Comment thread
pront marked this conversation as resolved.
Outdated

[features]
# Default features for *-unknown-linux-gnu and *-apple-darwin
Expand Down