diff --git a/Cargo.lock b/Cargo.lock index fc254a352a..fdd08141fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4415,9 +4415,9 @@ dependencies = [ [[package]] name = "papaya" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aab21828b6b5952fdadd6c377728ffae53ec3a21b2febc47319ab65741f7e2fd" +checksum = "6827e3fc394523c21d4464d02c0bb1c19966ea4a58a9844ad6d746214179d2bc" dependencies = [ "equivalent", "seize", diff --git a/deny.toml b/deny.toml index ed7aa9ef9f..be1c6a2f2c 100644 --- a/deny.toml +++ b/deny.toml @@ -45,9 +45,7 @@ allow = [ "ISC", "MIT", "MPL-2.0", - "OpenSSL", "Unicode-3.0", - "Zlib", ] confidence-threshold = 0.8 exceptions = [ @@ -56,14 +54,6 @@ exceptions = [ { allow = ["Zlib"], name = "const_format", version = "*" }, ] -[[licenses.clarify]] -name = "ring" -version = "*" -expression = "MIT AND ISC AND OpenSSL" -license-files = [ - { path = "LICENSE", hash = 0xbd0eed23 } -] - [licenses.private] ignore = true registries = [] @@ -116,7 +106,11 @@ name = "openssl" unknown-registry = "warn" unknown-git = "warn" allow-registry = ["https://github.com/rust-lang/crates.io-index"] -allow-git = [] +allow-git = [ + # Crate pinned to commit in origin repo due to opentelemetry version. + # TODO: Remove this once crate is fetched from crates.io again. + "https://github.com/mattiapenati/tower-otel", +] [sources.allow-org] github = [