extrawurst
1083006a55
cleanup deny ignore
...
after we finally upgraded ratatui
2026-03-31 12:09:57 +01:00
extrawurst
0cf38b5def
use tombi for toml formatting ( #2894 )
2026-03-28 21:02:05 +01:00
extrawurst
450caed840
add ignore for another CVE
2026-01-10 12:28:42 -05:00
Christoph Rüßler
db211e5ac7
Update gix from 0.71.0 to 0.74.1 ( #2745 )
...
* Update gix from 0.71.0 to 0.74.1
* Bump MSRC from 1.81 to 1.82
This is required by `gitoxide` 0.74.
* Address clippy issues
* Add getrandom and rustix to deny.toml
* Document reasons for ignoring duplicates
2025-10-27 18:37:30 +01:00
Johannes Agricola
381ab45d3a
Ignore RUSTSEC-2024-0436 ( #2562 )
...
cargo deny reports:
```
ID: RUSTSEC-2024-0436
Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0436
The creator of the crate `paste` has stated in the [`README.md`](https://github.com/dtolnay/paste/blob/master/README.md )
that this project is not longer maintained as well as archived the repository
Announcement: https://github.com/dtolnay/paste
Solution: No safe upgrade is available!
paste v1.0.15
└── ratatui v0.29.0
├── gitui v0.27.0
└── tui-textarea v0.7.0
└── gitui v0.27.0 (*)
```
In https://github.com/gitui-org/gitui/issues/2554 the decision was made
to ignore this advisory, as ratatui already has removed paste in
https://github.com/ratatui/ratatui/pull/1713 and we are just waiting for
an upstream release.
Co-authored-by: Naseschwarz <naseschwarz@0x53a.de>
2025-03-14 22:20:10 +01:00
extrawurst
778ac16cf7
upgrade notify an cleanup advisory ( #2475 )
2025-01-10 16:16:28 +01:00
extrawurst
40c79028ff
cargo updates ( #2474 )
2025-01-10 13:43:08 +01:00
extrawurst
d72617f5c2
some cargo upgrades ( #2471 )
2025-01-10 12:55:30 +01:00
extrawurst
640bf333fc
Fix ci ( #2447 )
2024-12-10 09:44:01 +01:00
extrawurst
603116f491
ratatui update ( #2403 )
2024-10-23 09:34:24 +02:00
extrawurst
b5d527bd97
update crossterm and ratatui
2024-09-17 13:13:09 +02:00
extrawurst
d3786992ba
cargo update
2024-07-09 09:06:56 +02:00
extrawurst
95bbbda9af
ratatui update
2024-07-08 08:52:39 +02:00
extrawurst
3dca5feeec
ratatui 0.25 update ( #2101 )
...
fixes #2098
2024-05-16 17:07:30 +02:00
extrawurst
98e0379736
fix cargo deny deprecation warnings
2024-05-16 12:02:16 +02:00
Antonio Yang
945ec45027
sign with ssh key in disc ( #2175 )
2024-04-10 11:53:23 +02:00
extrawurst
286283d3ed
cleanup license checks
2024-02-19 22:37:18 +01:00
extrawurst
673edd8f2d
cargo updates ( #1856 )
...
closes #1781
2024-02-12 11:53:22 +01:00
extrawurst
a87f66c131
switch back to dirs ( #1783 )
...
* switch back to `dirs`
2023-07-30 10:44:49 +02:00
extrawurst
e661ee6e3e
simplify deny config
2023-07-29 22:56:56 +02:00
extrawurst
201561bc7a
allow duplicates right now
2023-02-11 10:14:37 +00:00
extrawurst
cf9ce9d4ff
File watching using notify ( #1310 )
...
closes #1
2022-09-02 09:59:13 +02:00
extrawurst
6630dca197
add cargo deny to CI ( #1285 )
...
* check duplicate dependencies
* also use cargo-deny for licenses checking
* also run cargo deny check in make check
2022-08-17 19:48:14 +02:00