Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BVE-Reborn/rend3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 377dbfd41a95e6e3ff17ed82568f696c95cc9b6a
Choose a base ref
..
head repository: BVE-Reborn/rend3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 211e35f5245ffda72e847c41f285ccba494fff0b
Choose a head ref
Showing with 3 additions and 2 deletions.
  1. +3 −2 deny.toml
5 changes: 3 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -15,12 +15,13 @@ wildcards = "allow"
skip = [
# gltf / reqwest
{ name = "base64", version = "0.13.1" },
# ndk_glue
{ name = "env_logger", version = "0.10.2" },
]
skip-tree = [
# winit brings in lots of duplicate deps that we can't fix
{ name = "winit", version = "0.29.4" },
# loom is depended on by tracy-client but under a custom cfg that is never on.
{ name = "loom", version = "0.5" },

]

[advisories]