diff --git a/earthly/rust/stdcfgs/deny.toml b/earthly/rust/stdcfgs/deny.toml index a9b164847..d69e5b556 100644 --- a/earthly/rust/stdcfgs/deny.toml +++ b/earthly/rust/stdcfgs/deny.toml @@ -58,6 +58,8 @@ allow-git = [ "https://github.com/txpipe/kes", "https://github.com/txpipe/curve25519-dalek", "https://github.com/input-output-hk/mithril", + # Maintained fork of an archived crates-io version. + "https://github.com/dariusc93/rust-ipfs", ] [licenses] @@ -81,6 +83,7 @@ allow = [ "Zlib", "MIT-0", "CDLA-Permissive-2.0", + "OpenSSL", ] exceptions = [ #{ allow = ["Zlib"], crate = "tinyvec" }, diff --git a/examples/rust/deny.toml b/examples/rust/deny.toml index 7e6ee47aa..e6e3ed2ec 100644 --- a/examples/rust/deny.toml +++ b/examples/rust/deny.toml @@ -58,6 +58,8 @@ allow-git = [ "https://github.com/txpipe/kes", "https://github.com/txpipe/curve25519-dalek", "https://github.com/input-output-hk/mithril", + # Maintained fork of an archived crates-io version. + "https://github.com/dariusc93/rust-ipfs", ] [licenses] @@ -81,6 +83,7 @@ allow = [ "Zlib", "MIT-0", "CDLA-Permissive-2.0", + "OpenSSL", ] exceptions = [ #{ allow = ["Zlib"], crate = "tinyvec" },