Sebastian Dröge
74557132e1
deny: Remove heck
override as all dependencies are up to date now
2022-01-31 15:06:31 +02:00
Sebastian Dröge
74e70eb580
deny: Update
2021-12-18 10:05:44 +02:00
Sebastian Dröge
840a1129ba
deny: Remove obsolete configurations
2021-05-14 10:47:02 +03:00
Guillaume Gomez
6fdf35846e
Update repository URL for gtk-rs "core" crates
2021-05-12 21:21:18 +02:00
Marijn Suijten
e62558dde4
Remove docs/
crate and references to it
...
The `lgpl-docs` crate and all precompiled (easy to get outdated!)
docmentation files are removed in favour of being generated at runtime
by the improved generator, both during local development as well as in
the CI.
2021-04-24 09:39:02 +02:00
Marijn Suijten
5e8634e9eb
examples/glupload: Update glutin to 0.26 with winit 0.24
...
Winit 0.19 uses uninitialized variables which is invalid since Rust
1.48, leading to a runtime panic [1]. Updating to the latest version
resolves these issues but requires significant refactoring since the
event loop now runs entirely within a closure.
[1]: https://github.com/rust-windowing/winit/issues/1811
2021-04-11 01:08:59 +02:00
Sebastian Dröge
dbd2911fbc
deny: Update
2021-02-12 09:52:27 +02:00
Sebastian Dröge
89acc11e2c
deny: Update
2021-01-09 12:50:46 +02:00
Sebastian Dröge
0b5cc2c83e
deny: Update with cfg-if
2020-11-02 10:21:31 +02:00
Sebastian Dröge
7ce39a050c
deny: Update deny.toml
2020-11-01 09:48:31 +02:00
Sebastian Dröge
7f274ebe91
deny: Update
2020-10-10 11:14:01 +03:00
Sebastian Dröge
66069bcfa5
deny: Allow LGPL-2.0 license for the optional gstreamer-rs-lgpl-docs crate dependency
...
This is only pulled in when documentation build is enabled and thus
doesn't cause problems by pulling in an LGPL dependency.
2020-06-21 18:13:19 +03:00
Sebastian Dröge
8988e0daa8
deny: Allow libloading twice in the dependency tree
...
An older version is pulled in by the OpenGL example via glutin, and it
would have to be updated to a newer version of glutin to fix this. See
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/409
2020-05-29 11:43:25 +03:00
Guillaume Desmottes
33dbedf59c
deny: fail on multiple versions
...
Will ensure to keep the ignore list up to date.
2020-04-28 12:18:17 +02:00
Guillaume Desmottes
77af65634f
deny: ignore duplicated because of outdated glutin
2020-04-16 12:20:21 +02:00
Sebastian Dröge
47d839e58a
Switch from cargo-audit to cargo-deny
...
This provides a superset of the features, including license checks.
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/issues/238
2020-04-16 12:12:45 +02:00