1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-05 17:08:59 +00:00
Commit Graph

55 Commits

Author SHA1 Message Date
Daniel Hofstetter
228a58080d deny.toml: remove aho-corasick from skip list 2023-08-17 11:22:06 +02:00
Terts Diepraam
a4e8be4456 chore(deps): update deny.toml 2023-08-11 10:51:18 +02:00
Daniel Hofstetter
0c6b1893a4
Merge pull request #5140 from cakebaker/bump_aho_corasick_crates
Bump aho-corasick crates
2023-08-09 09:00:13 +02:00
Daniel Hofstetter
492c9a4591 Bump rustix crates
From 0.36.14 to 0.36.15 and from 0.37.19 to 0.37.23
2023-08-09 07:47:30 +02:00
Daniel Hofstetter
256b6bbb23 Bump aho-corasick crates
From 0.7.19 to 0.7.20 and from 1.0.1 to 1.0.2
2023-08-09 07:36:03 +02:00
Daniel Hofstetter
fe2aa232a5
Merge pull request #5135 from cakebaker/deny_toml_remove_redox_syscall_from_skip_list
deny.toml: remove redox_syscall from skip list
2023-08-07 06:59:36 +02:00
Daniel Hofstetter
5c3fb3c53b deny.toml: remove redox_syscall from skip list 2023-08-06 16:15:00 +02:00
Daniel Hofstetter
0f5b6e8978 deny.toml: add bitflags to skip list 2023-08-06 15:10:10 +02:00
Daniel Hofstetter
8a58b0ae74 deny.toml: remove hashbrown from skip list 2023-07-25 14:22:19 +02:00
Roy Ivy III
97a369c755 deny.toml: remove MPL license from allow list 2023-07-13 10:25:16 +02:00
Daniel Hofstetter
24c74d0f57 deny.toml: add syn to skip list 2023-07-06 15:10:22 +02:00
Daniel Hofstetter
9ac31e057d deny.toml: remove hermit-abi from skip list 2023-07-04 16:42:25 +02:00
Daniel Hofstetter
5882151eb1 deny.toml: add hashbrown to skip list 2023-06-18 15:13:15 +02:00
Daniel Hofstetter
67114ac63c date: switch to parse_datetime 2023-06-11 14:36:51 +02:00
Daniel Hofstetter
e817e6fc27 deny.toml: add comments 2023-06-08 10:52:15 +02:00
Sylvestre Ledru
6ecef3a0e3 Reformat TOML files with taplo
npx --yes @taplo/cli fmt
2023-06-08 09:07:19 +02:00
Wandering Lethe
81313e63ea
Upgrade humantime_to_duration to version 0.3.1.
Latest patch fixes the transitive dependency on time. Which can now
also be removed from the deny skipped bans.
2023-06-06 18:07:21 +02:00
Wandering Lethe
1ff4684f8a
Revert accidental removal of skipped deny 2023-06-05 23:01:26 +02:00
Wandering Lethe
2842d1fa0f
Add duplicate packages to deny ban skips
Duplicates of humantime_to_duration and time can be removed when touch
switches from time to chrono
2023-06-05 22:54:26 +02:00
Daniel Hofstetter
7a706d3719 deny.toml: remove io-lifetimes from skip list 2023-05-31 22:14:47 +02:00
Daniel Hofstetter
d1349b30fa Add windows-targets & its deps to deny.toml 2023-05-29 21:58:31 +02:00
Daniel Hofstetter
f0fe7b3bba Bump tempfile from 3.4.0 to 3.5.0 2023-05-27 16:16:18 +02:00
Daniel Hofstetter
2d15b01c8b Bump rustix from 0.36.8 to 0.36.14 2023-05-25 15:21:45 +02:00
Sylvestre Ledru
b9f5fc4b7c Ignore the duplicate declaration for aho-corasick
error[duplicate]: found 2 duplicate entries for crate 'aho-corasick'
  ┌─ /github/workspace/Cargo.lock:4:1
  │
4 │ ╭ aho-corasick 0.7.19 registry+https://github.com/rust-lang/crates.io-index
5 │ │ aho-corasick 1.0.1 registry+https://github.com/rust-lang/crates.io-index
  │ ╰────────────────────────────────────────────────────────────────────────^ lock entries
  │
  = aho-corasick v0.7.19
    └── cpp_macros v0.5.7
        └── cpp v0.5.7
            └── uu_stdbuf_libstdbuf v0.0.18
                └── (build) uu_stdbuf v0.0.18
                    └── coreutils v0.0.18
  = aho-corasick v1.0.1
    └── regex v1.8.1
        ├── bindgen v0.63.0
        │   ├── (build) fts-sys v0.2.4
        │   │   └── uu_chcon v0.0.18
        │   │       └── coreutils v0.0.18
        │   └── (build) selinux-sys v0.6.2
        │       └── selinux v0.4.0
2023-04-24 22:23:11 +02:00
Guilherme A. de Souza
7d7b9eb49a
Migrate from atty to is-terminal (#4382) 2023-02-21 21:52:18 +01:00
Yang Hau
0b1edd33fc rm: Remove remove_dir_all dependency
Closes #4335
2023-02-11 01:04:30 +08:00
Terts Diepraam
152be8527d update blake2_simd to 1.0.1
This fixes the duplicate constant-time-eq dependency.
2023-02-10 09:56:24 +01:00
Terts Diepraam
41883301d1 deny: remove skipping env logger because we no longer use quickcheck 2023-02-09 14:09:06 +01:00
Terts Diepraam
357001dabc fix double dependency of memoffset by upgrading nix, libc and ctrlc 2023-02-09 14:02:40 +01:00
Niyaz Nigmatullin
fd42953984 deny: modify duplicate packages 2022-11-21 10:46:59 +02:00
Sylvestre Ledru
bdd67b7203 Remove some old and unused info from cargo-deny 2022-11-20 20:35:44 +01:00
Sylvestre Ledru
406f5978a0 ignore bindgen 0.60.1 2022-11-20 16:51:10 +01:00
Terts Diepraam
b821d21b7f add terminal_size to cargo deny exceptions 2022-11-11 00:44:44 +01:00
Niyaz Nigmatullin
3973e8dd79 deny: add windows-sys and its subcrates as duplicates 2022-10-20 12:16:22 +03:00
Terts Diepraam
23ef35e184 deny: add clap to exception (v3 still used by bindgen) 2022-10-13 23:13:28 +02:00
Niyaz Nigmatullin
ddfb49ce35 deny: remove redundant exceptions 2022-09-09 17:53:58 +03:00
Niyaz Nigmatullin
242ec35cfc deps: disable default features of procfs dependencies
It required using `chrono` dependency with features using
old insecure `time` crate version. Plus this change just
makes less dependencies
2022-09-09 17:49:03 +03:00
Sylvestre Ledru
a131ccd5dc cargo-deny: refresh with the new dependency 2022-09-07 21:26:06 +02:00
Niyaz Nigmatullin
db9f724242 deny: remove redundant duplicate crate exception 2022-08-22 18:53:20 +03:00
Niyaz Nigmatullin
b3cab32e54 deny: remove redundant duplicate crate exceptions 2022-08-20 21:08:43 +02:00
Niyaz Nigmatullin
4afbbf206f remove duplicate checking of cfg-if 2022-08-20 17:03:28 +03:00
Terts Diepraam
0edf0d91f9 deny: remove crates that no longer need to be duplicated 2022-08-20 13:30:34 +02:00
Niyaz Nigmatullin
f0cd3a0599 deny: removed hashbrown from checking duplicate crates, indexmap
requires new version of hashbrown as well
2022-08-19 07:36:14 +03:00
Niyaz Nigmatullin
ec23d02b19 update unicode-ident to 1.0.3, allow Unicode-DFS-2016 License 2022-08-17 13:13:27 +03:00
Sylvestre Ledru
52cf8fbb99 cargo deny: ignore hashbrow dup 0.11.2
Fix:

 error[B004]: found 2 duplicate entries for crate 'hashbrown'
    ┌─ /github/workspace/Cargo.lock:81:1
    │  
 81 │ ╭ hashbrown 0.11.2 registry+https://github.com/rust-lang/crates.io-index
 82 │ │ hashbrown 0.12.0 registry+https://github.com/rust-lang/crates.io-index
    │ ╰──────────────────────────────────────────────────────────────────────^ lock entries
2022-05-12 09:09:11 +02:00
Sylvestre Ledru
9d81d6fef2 touch: add support of -d '1970-01-01 18:43:33.023456789' 2022-05-01 17:01:22 +02:00
Sylvestre Ledru
3b3585bbe5 add time 0.1.44 to cargo deny
And no longer ignore RUSTSEC-2022-0013
2022-05-01 17:00:41 +02:00
Sylvestre Ledru
ca670148f2 build(deps): bump time from 0.1.43 to 0.3.9
Bumps [time](https://github.com/time-rs/time) from 0.1.43 to 0.3.9.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.1.43...v0.3.9)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-01 16:58:47 +02:00
Sylvestre Ledru
f3e5f31279 remove an old skipped crate for nix 0.21.0 2022-04-25 08:14:03 +02:00
Sylvestre Ledru
4ea443bf42
Merge pull request #3407 from uutils/dependabot/cargo/crossterm-0.23.2
build(deps): bump crossterm from 0.23.1 to 0.23.2
2022-04-21 21:32:51 +02:00