aboutsummaryrefslogtreecommitdiffstats
path: root/deny.toml
diff options
context:
space:
mode:
authorGae24 <96017547+Gae24@users.noreply.github.com>2024-10-10 19:18:03 +0200
committerGitHub <noreply@github.com>2024-10-10 17:18:03 +0000
commitfd19409f31c038b5b89c7ed4b73ebabcfd241355 (patch)
tree266b9404fd48563497c832ba4cb4e5d973de1260 /deny.toml
parent6b3a316e1bc31aaf4938bc093b5b4c72a7fadf86 (diff)
downloadservo-fd19409f31c038b5b89c7ed4b73ebabcfd241355.tar.gz
servo-fd19409f31c038b5b89c7ed4b73ebabcfd241355.zip
Upgrade to `egui@0.29.1` and `winit@0.30.5` (#33751)
* update egui dependencies Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * update glow to 0.14.1 Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * update winit to 0.30.5 Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * update servo-tidy.toml Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * Use more imports to avoid qualified usage, fix build, and silence warnings about deprecated methods Signed-off-by: Martin Robinson <mrobinson@igalia.com> --------- Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index a69647bf3ed..a36a07d9f54 100644
--- a/deny.toml
+++ b/deny.toml
@@ -33,9 +33,11 @@ allow = [
"BSL-1.0",
"CC0-1.0",
"ISC",
+ "LicenseRef-UFL-1.0", # No official SPDX, see https://github.com/emilk/egui/issues/2321.
"MIT",
"MPL-2.0",
"OpenSSL",
+ "OFL-1.1",
"Unicode-3.0",
"Zlib",
"zlib-acknowledgement",