Commit graph

708 commits

Author SHA1 Message Date
Justin Tracey 5994759560
move lints from rustflags to Cargo.toml
This prevents unnecessary rebuilds when mixing runs of `cargo clippy` and other
cargo commands (e.g., `cargo c && cargo clippy && cargo c` no longer rebuilds).
2024-09-29 14:14:15 -04:00
renovate[bot] f44f244236
chore(deps): update rust crate rstest to 0.23.0 2024-09-29 13:24:35 +00:00
renovate[bot] d623b7931f
chore(deps): update rust crate terminal_size to 0.4.0 2024-09-25 04:48:26 +00:00
Daniel Hofstetter 3df015bbf5 Bump windows-sys from 0.48 to 0.59 2024-09-07 16:05:31 +02:00
Sylvestre Ledru 72473f73bc
Merge pull request #6648 from cakebaker/bump_nix_and_ctrlc
Bump `nix` & `ctrlc` and adapt code to API changes in `nix`
2024-08-21 21:27:13 +02:00
sreehari prasad 7887b76dab
ls: bump lscolors version (#6537)
when one suffix is specified more than once with different cases and with different styles, then ls would only do a case-sensitive matching.
2024-08-19 18:07:28 +02:00
Daniel Hofstetter 382c223500 Bump nix and ctrlc
nix from 0.28 to 0.29 and ctrlc from 3.4.4 to 3.4.5
2024-08-14 10:42:51 +02:00
renovate[bot] a1549cedfb
chore(deps): update rust crate rstest to 0.22.0 2024-08-04 19:13:21 +00:00
Daniel Hofstetter e0640b2e79 Cargo.toml: use "workspace = true" for sha1 2024-07-30 15:19:58 +02:00
Laurent Cheylus 6e236a4a72 hostname: use dns-lookup crate to get the network address(es) of the host
- on OpenBSD and FreeBSD, unable to get the network address(es) of the host with DNS request for
  hostname + ":1"
- use dns-lookup crate for this request with lookup_host function

Signed-off-by: Laurent Cheylus <foxy@free.fr>
2024-07-09 22:44:16 +02:00
Sylvestre Ledru 9c0f2f84ab
Merge pull request #6505 from Its-Just-Nans/fix-clippy-errors
Fix clippy errors
2024-06-30 18:55:51 +02:00
n4n5 0a2394faa0
add clippy config 2024-06-30 16:26:36 +02:00
Luca Barbato 11bd0c7fc4 coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
Daniel Hofstetter f451714d26
Merge pull request #6406 from jadijadi/users-openbsd
users: support OpenBSD using utmp
2024-06-29 07:52:10 +02:00
Jadi 576341bb93 users: support OpenBS using utmp
OpenBSD uses the original utmp file format so the general `users` does not
work there. By using the `utmp-classic` lib, we cna process the current users
on the system from the /var/run/utmp and show the list.

fixes #5665
2024-06-29 08:19:24 +03:30
n4n5 2a0adcd736
add clippy check 2024-06-28 11:28:25 +02:00
Sylvestre Ledru 371ba28db7
Merge pull request #6498 from cakebaker/cargo_expensive_tests_feature
Cargo.toml: add "expensive_tests" feature
2024-06-28 11:27:27 +02:00
n4n5 cc8a9f4c1b
build all features on docs.rs 2024-06-28 10:26:23 +02:00
Daniel Hofstetter b0716baeae Cargo.toml: add "expensive_tests" feature 2024-06-26 15:36:41 +02:00
sreehari prasad 92665144c9
ls: gnu color-norm test fix (#6481) 2024-06-24 21:38:10 +02:00
Sylvestre Ledru 276bebcf14 prepare version 0.0.27 2024-06-23 00:24:02 +02:00
Anirban Halder 2774274cc2
`uptime`: Support files in uptime (#6400) 2024-06-22 13:06:03 +02:00
Daniel Hofstetter 0048e9f6be Bump itertools from 0.12.1 to 0.13.0 2024-06-06 10:52:02 +02:00
renovate[bot] 4c9a0e1e64
chore(deps): update rust crate rstest to 0.21.0 2024-06-01 18:41:24 +00:00
Sylvestre Ledru e2aa2c7440
Merge pull request #6421 from cakebaker/cargo_toml_enable_mode_feature
Cargo.toml: enable uucore's `mode` feature
2024-05-23 13:55:19 +02:00
renovate[bot] 84494f753e
chore(deps): update rust crate parse_datetime to 0.6.0 2024-05-21 11:01:00 +00:00
Daniel Hofstetter 14dd223fc7 Cargo.toml: enable uucore's mode feature 2024-05-21 10:07:29 +02:00
Daniel Hofstetter 3ce6794cb0 Downgrade libc to 0.2.153 2024-05-17 07:31:15 +02:00
renovate[bot] a5ac917c89
chore(deps): update rust crate zip to 1.1.4 2024-05-04 17:56:51 +00:00
Daniel Hofstetter 99d234af87 Bump fts-sys and selinux-sys
fts-sys: 0.2.4 -> 0.2.9
selinux-sys: 0.6.2 -> 0.6.9
2024-05-04 12:58:39 +02:00
Daniel Hofstetter 8ad4d783ea
Merge pull request #6338 from uutils/renovate/num-traits-0.x
chore(deps): update rust crate num-traits to 0.2.19
2024-05-04 07:11:03 +02:00
renovate[bot] bd7d213204
chore(deps): update rust crate num-traits to 0.2.19 2024-05-03 23:02:03 +00:00
renovate[bot] c00369ba5e
chore(deps): update rust crate self_cell to 1.0.4 2024-05-03 16:54:38 +00:00
renovate[bot] 3eeda1e5e9
fix(deps): update rust crate rand to 0.8.5 2024-05-03 05:02:43 +00:00
renovate[bot] 48c9fb5602
chore(deps): update rust crate unindent to 0.2.3 2024-05-02 09:48:44 +00:00
renovate[bot] a51ac3d069
chore(deps): update rust crate time to 0.3.36 2024-05-02 08:51:50 +00:00
renovate[bot] 3e1c9eb005
chore(deps): update rust crate thiserror to 1.0.59 2024-05-02 08:06:41 +00:00
Daniel Hofstetter 8b7c063ba4
Merge pull request #6320 from uutils/renovate/smallvec-1.x
chore(deps): update rust crate smallvec to 1.13.2
2024-05-02 09:56:42 +02:00
Daniel Hofstetter e024798b94
Merge pull request #6319 from uutils/renovate/sha1-0.x
chore(deps): update rust crate sha1 to 0.10.6
2024-05-02 09:09:18 +02:00
renovate[bot] 2c4c95d09b
chore(deps): update rust crate smallvec to 1.13.2 2024-05-02 07:01:07 +00:00
renovate[bot] 3a87db9310
chore(deps): update rust crate sha1 to 0.10.6 2024-05-02 06:14:06 +00:00
renovate[bot] 42beae3443
chore(deps): update rust crate selinux to 0.4.4 2024-05-02 06:13:58 +00:00
Daniel Hofstetter 6abfc7ea58
Merge pull request #6317 from uutils/renovate/redox_syscall-0.x
chore(deps): update rust crate redox_syscall to 0.5.1
2024-05-02 08:11:57 +02:00
Daniel Hofstetter 9fb44cd41b
Merge pull request #6316 from uutils/renovate/rand_pcg-0.x
chore(deps): update rust crate rand_pcg to 0.3.1
2024-05-02 07:57:08 +02:00
Daniel Hofstetter 1176536e17
Merge pull request #6312 from uutils/renovate/rand_core-0.x
chore(deps): update rust crate rand_core to 0.6.4
2024-05-02 07:12:55 +02:00
renovate[bot] ff68493632
chore(deps): update rust crate redox_syscall to 0.5.1 2024-05-02 05:09:58 +00:00
Daniel Hofstetter 49f9f00f2e
Merge pull request #6311 from uutils/renovate/pretty_assertions-1.x
chore(deps): update rust crate pretty_assertions to 1.4.0
2024-05-02 07:08:40 +02:00
renovate[bot] fc7da18e29
chore(deps): update rust crate rand_pcg to 0.3.1 2024-05-02 05:06:43 +00:00
renovate[bot] d6913ded0b
chore(deps): update rust crate rand_core to 0.6.4 2024-05-01 19:38:01 +00:00
renovate[bot] 875b900f3f
chore(deps): update rust crate pretty_assertions to 1.4.0 2024-05-01 19:37:55 +00:00