Daniel Hofstetter
9fe4c9facf
Cargo.toml: allow large_stack_arrays lint
...
due to https://github.com/rust-lang/rust-clippy/issues/13774
2025-01-10 08:34:24 +01:00
Daniel Hofstetter
2ab6dac8f0
Bump tempfile from 3.14.0 to 3.15.0
2025-01-03 14:40:37 +01:00
renovate[bot]
974b18e85c
chore(deps): update rust crate rstest to 0.24.0
2025-01-01 20:00:24 +00:00
Daniel Hofstetter
1d2740c12a
Bump itertools from 0.13.0 to 0.14.0
2025-01-01 09:25:14 +01:00
Justin Tracey
ff8a31e835
wc: fix escaping
...
GNU wc only escapes file names with newlines in them.
2024-12-27 11:37:16 -05:00
Justin Tracey
cb3be5e3aa
Bump MSRV to 1.79
2024-12-18 14:02:42 -05:00
Daniel Hofstetter
dd3d0a383f
Bump zip from 1.1.4 to 2.2.2
2024-12-17 07:40:08 +01:00
Daniel Hofstetter
934cbb38f6
Bump clap from 4.4.2 to 4.5.23
2024-12-15 16:14:01 +01:00
Daniel Hofstetter
46d5d638fe
Bump unicode-width from 0.1.12 to 0.2.0
2024-12-09 09:20:15 +01:00
Daniel Hofstetter
91dc89c3ba
Bump thiserror from 1.0.69 to 2.0.3
2024-11-25 09:28:35 +01:00
Daniel Hofstetter
76477f2ed2
Bump crossterm from 0.27.0 to 0.28.1
2024-11-19 09:47:14 +01:00
Sylvestre Ledru
bf05a3d138
Merge pull request #6870 from cakebaker/bump_msrv
...
Bump MSRV to `1.77`
2024-11-18 15:34:19 +01:00
Daniel Hofstetter
412d4f4f15
Bump MSRV to 1.77
2024-11-18 09:20:51 +01:00
Banyc
2ac5ad6162
fix(deps): crates import compatible uucore
2024-11-18 14:44:08 +08:00
Sylvestre Ledru
9932aec085
prepare version 0.0.28
2024-11-03 20:59:42 +01:00
Andrey Turkin
b7819c0731
Get rid of redox-specific code
...
All of the specific functions are covered by relibc
2024-10-17 17:14:42 +03:00
Sylvestre Ledru
6028953b7b
num-prime => '0.4.4'
2024-10-15 22:46:44 +02:00
Justin Tracey
08962a36df
add back use_self clippy warning
2024-10-07 23:06:29 -04:00
renovate[bot]
ffce59b905
chore(deps): update rust crate procfs to 0.17
2024-10-07 03:12:00 +00:00
renovate[bot]
e500d6d711
chore(deps): update rust crate lscolors to 0.20.0
2024-10-01 10:14:43 +00:00
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