Skip to content

Commit 605b80f

Browse files
committed
Use latest cargo-deny
1 parent 51e2287 commit 605b80f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
runs-on: ubuntu-latest
134134
steps:
135135
- uses: actions/checkout@v3
136-
- uses: EmbarkStudios/cargo-deny-action@v1
136+
- uses: EmbarkStudios/cargo-deny-action@v2
137137
with:
138138
rust-version: "1.81.0"
139139
log-level: warn

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ allow = [
5858
"BSL-1.0", # https://tldrlegal.com/license/boost-software-license-1.0-explained
5959
"CC0-1.0", # https://creativecommons.org/publicdomain/zero/1.0/
6060
"ISC", # https://www.tldrlegal.com/license/isc-license
61-
"LicenseRef-UFL-1.0", # no official SPDX, see https://github.com/emilk/egui/issues/2321
6261
"MIT-0", # https://choosealicense.com/licenses/mit-0/
6362
"MIT", # https://tldrlegal.com/license/mit-license
6463
"MPL-2.0", # https://www.mozilla.org/en-US/MPL/2.0/FAQ/ - see Q11. Used by webpki-roots on Linux.
6564
"OFL-1.1", # https://spdx.org/licenses/OFL-1.1.html
6665
"OpenSSL", # https://www.openssl.org/source/license.html - used on Linux
66+
"Ubuntu-font-1.0", # https://ubuntu.com/legal/font-licence
6767
"Unicode-3.0", # https://www.unicode.org/license.txt
6868
"Unicode-DFS-2016", # https://spdx.org/licenses/Unicode-DFS-2016.html
6969
"Zlib", # https://tldrlegal.com/license/zlib-libpng-license-(zlib)

0 commit comments

Comments
 (0)