Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Sep 13, 2024
1 parent cd8348f commit f408384
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions hermes/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ ignore = [
multiple-versions = "warn"
wildcards = 'deny'
deny = [
# { crate = "git2", use-instead = "gix" },
{ crate = "openssl", use-instead = "rustls" },
{ crate = "openssl-sys", use-instead = "rustls" },
# Scylla DB Drivers currently require OpenSSL. Its unavoidable.
# However, there is movement to enable support for Rustls.
# So, for now, allow open-ssl but it needs to be disabled as soon as Scylla DB enables Rustls.
#{ crate = "openssl", use-instead = "rustls" },
#{ crate = "openssl-sys", use-instead = "rustls" },
"libssh2-sys",
# { crate = "git2", use-instead = "gix" },
# { crate = "cmake", use-instead = "cc" },
# { crate = "windows", reason = "bloated and unnecessary", use-instead = "ideally inline bindings, practically, windows-sys" },
]
Expand Down

0 comments on commit f408384

Please sign in to comment.