1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

various: adapt to new composefs-rs fsverity API

Bump our composefs-rs version and adjust to the API changes there.

Also, add "BSL-1.0" (Boost Software Licence, OSI/FSF approved) to our
allowed licence lists: it's used by xxhash-rust.

Signed-off-by: Allison Karlitskaya <allison.karlitskaya@redhat.com>
This commit is contained in:
Allison Karlitskaya
2025-04-11 14:13:28 +02:00
parent 0886b20cdc
commit 7eadcb6ed1
6 changed files with 55 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
[licenses]
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT",
"BSD-3-Clause", "BSD-2-Clause", "Zlib",
"Unlicense", "CC0-1.0",
"Unlicense", "CC0-1.0", "BSL-1.0",
"Unicode-DFS-2016", "Unicode-3.0"]
private = { ignore = true }