diff --git a/earthly/rust/stdcfgs/deny.toml b/earthly/rust/stdcfgs/deny.toml index b11e9e887..d28c1100d 100644 --- a/earthly/rust/stdcfgs/deny.toml +++ b/earthly/rust/stdcfgs/deny.toml @@ -105,7 +105,8 @@ allow = [ "MIT", "Apache-2.0", "Unicode-DFS-2016", - "BSD-3-Clause" + "BSD-3-Clause", + "BlueOak-1.0.0" ] # List of explicitly disallowed licenses # See https://spdx.org/licenses/ for list of possible licenses diff --git a/examples/rust/deny.toml b/examples/rust/deny.toml index b11e9e887..d28c1100d 100644 --- a/examples/rust/deny.toml +++ b/examples/rust/deny.toml @@ -105,7 +105,8 @@ allow = [ "MIT", "Apache-2.0", "Unicode-DFS-2016", - "BSD-3-Clause" + "BSD-3-Clause", + "BlueOak-1.0.0" ] # List of explicitly disallowed licenses # See https://spdx.org/licenses/ for list of possible licenses