Daniel Hofstetter
ae7bc7d2e3
Bump nix from 0.27 to 0.28
2024-03-12 08:31:15 +01:00
Daniel Hofstetter
a1c14fb550
Bump chrono from 0.4.34 to 0.4.35
2024-03-06 17:48:46 +01:00
Daniel Hofstetter
837bc9493a
Bump mio from 0.8.10 to 0.8.11
2024-03-05 07:10:59 +01:00
renovate[bot]
0a84ec2054
chore(deps): update rust crate walkdir to 2.5
2024-03-01 18:54:09 +00:00
renovate[bot]
716581ef77
chore(deps): update rust crate rayon to 1.9
2024-02-28 00:29:29 +00:00
renovate[bot]
06ad75ea30
chore(deps): update rust crate tempfile to 3.10.1
2024-02-27 01:22:08 +00:00
renovate[bot]
c2e7eed27f
chore(deps): update rust crate half to 2.4
2024-02-26 04:34:43 +00:00
Terts Diepraam
177ac7ea28
stat
: use chrono instead of time in fsext (#5934 )
...
* stat: use chrono instead of time in fsext
This removes the dependency of `fsext` on `time` and it cleans up the code.
* stat: use chrono instead of time in fsext
This removes the dependency of `fsext` on `time` and it cleans up the code.
* stat: fix two errors from clippy & spell-checker
* stat: move fn to fix clippy error
* stat: print - if birth time unknown
* uucore/fsext: fix "unused import" error on Windows
---------
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-02-19 10:21:26 +01:00
renovate[bot]
d76b3103f0
chore(deps): update rust crate textwrap to 0.16.1
2024-02-17 20:06:01 +00:00
renovate[bot]
3c9b5d35e6
chore(deps): update rust crate chrono to ^0.4.34
2024-02-11 06:46:34 +00:00
Daniel Hofstetter
3871c14190
Merge pull request #5871 from cakebaker/bump_shlex
...
Bump shlex from 1.1.0 to 1.3.0
2024-02-08 07:17:58 +01:00
Daniel Hofstetter
9f8ea47981
Merge pull request #5874 from cakebaker/bump_smallvec
...
Bump smallvec from 1.13.0 to 1.13.1
2024-02-08 07:17:06 +01:00
renovate[bot]
9c96f489a8
chore(deps): update rust crate num-traits to 0.2.18
2024-02-08 01:32:51 +00:00
renovate[bot]
5616ff970f
chore(deps): update rust crate unicode-segmentation to 1.11.0
2024-02-07 07:27:44 +00:00
renovate[bot]
b6214010a7
chore(deps): update rust crate tempfile to 3.10.0
2024-02-05 22:43:03 +00:00
renovate[bot]
8e1a6c851e
chore(deps): update rust crate exacl to 0.12.0
2024-02-03 05:15:12 +00:00
renovate[bot]
1459212ebc
chore(deps): update rust crate libc to 0.2.153
2024-01-31 21:56:02 +00:00
renovate[bot]
d91eea4b32
chore(deps): update rust crate itertools to 0.12.1
2024-01-29 18:15:32 +00:00
Daniel Hofstetter
929ceb89f4
Bump wild from 2.2.0 to 2.2.1
2024-01-28 13:09:52 +01:00
renovate[bot]
51fd22e41b
chore(deps): update rust crate chrono to ^0.4.33
2024-01-25 14:27:17 +00:00
Daniel Hofstetter
60d9151c3d
Bump smallvec from 1.13.0 to 1.13.1
2024-01-24 08:28:40 +01:00
Daniel Hofstetter
5e26898731
Bump shlex from 1.1.0 to 1.3.0
2024-01-23 07:11:56 +01:00
renovate[bot]
e050fa9c8c
chore(deps): update rust crate chrono to ^0.4.32
2024-01-22 23:21:22 +00:00
renovate[bot]
5006db2e92
chore(deps): update rust crate regex to 1.10.3
2024-01-21 16:53:53 +00:00
Sylvestre Ledru
dd5c6c2d00
0.0.23 => 0.0.24
2024-01-20 20:12:19 +01:00
renovate[bot]
667a9469c4
chore(deps): update rust crate smallvec to 1.13
2024-01-19 09:23:10 +00:00
Sylvestre Ledru
66637a6503
move the file_has_acl function into uucore
2024-01-16 13:12:02 +01:00
Sylvestre Ledru
fe3f8293ef
uucore: add a new feature called fsxattr
2024-01-16 13:11:58 +01:00
Sylvestre Ledru
fff83995fb
cp: --preserve should keep xattr ( #5834 )
...
* cp: --preserve should keep xattr
Should help with tests/cp/acl.sh
* Update tests/by-util/test_cp.rs
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
* Update tests/by-util/test_cp.rs
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
* Update tests/by-util/test_cp.rs
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
---------
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-01-15 10:59:04 +01:00
renovate[bot]
7914f22cfe
chore(deps): update rust crate xattr to 1.3.1
2024-01-15 03:14:26 +00:00
Sylvestre Ledru
67992be245
Merge pull request #5658 from cakebaker/bump_redox_syscall
...
Bump redox_syscall to 0.4.1
2024-01-14 23:42:34 +01:00
Sylvestre Ledru
e01d5f75f7
ls: if acl are used, show the + in the perms ( #5816 )
...
* ls: if acl are used, show the + in the perms
Tested by tests/mkdir/p-acl.sh
* CICD.yml: fix small formatting issue
---------
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-01-14 15:57:22 +01:00
renovate[bot]
e860b32a82
chore(deps): update rust crate smallvec to 1.12
2024-01-14 00:28:34 +00:00
Daniel Hofstetter
e0abb76c0f
Bump redox_syscall to 0.4.1
...
redox_syscall from 0.3.5 & 0.4.0 -> 0.4.1
filetime from 0.2.22 -> 0.2.23
parking_lot_core from 0.9.8 -> 0.9.9
2024-01-13 14:58:36 +01:00
renovate[bot]
c63b5b2a5d
chore(deps): update rust crate tempfile to 3.9.0
2024-01-13 13:57:26 +00:00
Daniel Hofstetter
d29adfcb09
Bump mio from 0.8.6 to 0.8.10
2024-01-10 10:47:20 +01:00
Daniel Hofstetter
0fe5f39b74
Bump console from 0.15.7 to 0.15.8
2024-01-10 10:46:03 +01:00
renovate[bot]
f612546ff7
chore(deps): update rust crate libc to 0.2.152
2024-01-07 15:21:27 +00:00
renovate[bot]
0ce73e1b02
chore(deps): update rust crate bstr to 1.9
2023-12-28 23:03:37 +00:00
renovate[bot]
efa7f8b4f7
chore(deps): update rust crate xattr to 1.2.0
2023-12-28 15:03:19 +00:00
Daniel Hofstetter
143705b193
Bump crossbeam crates
...
crossbeam-channel from 0.5.8 to 0.5.10
crossbeam-deque from 0.8.2 to 0.8.4
crossbeam-epoch from 0.9.14 to 0.9.17
crossbeam-utils from 0.8.15 to 0.8.18
2023-12-24 12:57:21 +01:00
renovate[bot]
b7bbec6d0f
chore(deps): update rust crate self_cell to 1.0.3
2023-12-20 17:09:27 +00:00
Daniel Hofstetter
c32fb25b1f
Bump xattr from 1.1.1 to 1.1.3
2023-12-13 06:56:27 +01:00
renovate[bot]
0491a97a33
chore(deps): update rust crate libc to 0.2.151
2023-12-10 18:51:09 +00:00
renovate[bot]
5d8c49ff07
chore(deps): update rust crate xattr to 1.1.1
2023-12-09 12:52:02 +00:00
renovate[bot]
cc26e55af2
chore(deps): update rust crate once_cell to 1.19.0
2023-12-07 12:27:43 +00:00
Daniel Hofstetter
5a32ab8004
ls: implement --hyperlink
2023-12-07 08:14:25 +01:00
clara swanson
9061b2ba7e
libstdbuf: remove crash macro ( #5565 )
...
* libstdbuf: remove crash macro
* libstdbuf: remove uucore macro/struct and use gnu messages
* libstdbuf: remove crash macro
* libstdbuf: remove uucore macro/struct and use gnu messages
* libstdbuf: remove :? from print by printing file descriptor instead of file
* merge main into libstdbuf-remove-crash-macro
* libstdbuf: remove uucore from dependencies
2023-11-30 11:01:31 +01:00
renovate[bot]
173153122b
chore(deps): update rust crate lscolors to 0.16.0
2023-11-29 21:49:08 +00:00
renovate[bot]
3425ee8d59
fix(deps): update rust crate data-encoding-macro to 0.1.14
2023-11-22 06:09:44 +00:00
renovate[bot]
18b5c22567
fix(deps): update rust crate data-encoding to 2.5
2023-11-21 22:24:11 +00:00
renovate[bot]
e2e5ec60cd
chore(deps): update rust crate itertools to 0.12.0
2023-11-14 20:05:36 +00:00
Sylvestre Ledru
ff92bfb25b
Prepare version 0.0.23
2023-11-13 22:02:01 +01:00
renovate[bot]
24d7f1fe5c
chore(deps): update rust crate self_cell to 1.0.2
2023-11-10 16:59:08 +00:00
renovate[bot]
7a38284075
chore(deps): update rust crate bstr to 1.8
2023-11-09 18:43:09 +00:00
renovate[bot]
4f14a9d552
chore(deps): update rust crate libc to 0.2.150
2023-11-05 13:50:12 +00:00
renovate[bot]
d899787ba6
chore(deps): update rust crate procfs to 0.16
2023-10-29 17:04:13 +00:00
renovate[bot]
391b422ce1
chore(deps): update rust crate tempfile to 3.8.1
2023-10-26 23:04:43 +00:00
renovate[bot]
e508b6e9df
chore(deps): update rust crate bytecount to 0.6.7
2023-10-24 22:49:28 +00:00
Daniel Hofstetter
c7c8c748d1
Bump const-random from 0.1.15 to 0.1.16
2023-10-24 07:29:06 +02:00
renovate[bot]
e6dd1045f0
chore(deps): update rust crate bytecount to 0.6.5
2023-10-23 07:26:01 +00:00
Daniel Hofstetter
1562ef52e8
Bump rustix crates
...
0.36.15 -> 0.36.16
0.37.23 -> 0.37.26
0.38.8 -> 0.38.20
2023-10-20 07:11:56 +02:00
renovate[bot]
3288c64b00
chore(deps): update rust crate regex to 1.10.2
2023-10-16 16:33:17 +00:00
renovate[bot]
c892c9346f
fix(deps): update rust crate dns-lookup to 2.0.4
2023-10-15 17:59:54 +00:00
Sylvestre Ledru
e1bd47d549
0.0.21 => 0.0.22
2023-10-15 14:33:23 +02:00
renovate[bot]
f89e6943b7
chore(deps): update rust crate regex to 1.10.1
2023-10-14 15:34:14 +00:00
Miles Liu
3b971e4806
ls: move to uutils-term-grid
2023-10-11 16:26:36 +08:00
Daniel Hofstetter
536dbae90a
Bump bstr and regex
...
bstr from 1.6 -> 1.7
regex from 1.9.6 -> 1.10.0
2023-10-10 07:58:16 +02:00
Daniel Hofstetter
2c9e091ebe
Bump errno from 0.3.1 to 0.3.5
2023-10-09 07:07:38 +02:00
renovate[bot]
849051f968
chore(deps): update rust crate num-traits to 0.2.17
2023-10-07 22:22:06 +00:00
renovate[bot]
959bfa0160
chore(deps): update rust crate libc to 0.2.149
2023-10-07 02:43:46 +00:00
Sylvestre Ledru
a596cda516
Merge pull request #5355 from boxdot/main
...
relpath: remove
2023-10-06 20:39:25 +02:00
renovate[bot]
7c3de40842
chore(deps): update rust crate byteorder to 1.5.0
2023-10-06 05:01:49 +00:00
boxdot
e88183174b
relpath: remove
...
Closes #5236
2023-10-04 16:13:06 +02:00
renovate[bot]
b591bedcab
chore(deps): update rust crate memmap2 to 0.9
2023-10-03 15:34:37 +00:00
renovate[bot]
d4220e9bb7
chore(deps): update rust crate bytecount to 0.6.4
2023-10-01 20:03:02 +00:00
Daniel Clarke
c27fcc4084
Update parse_datetime to 0.5.0 ( #5313 )
2023-10-01 18:01:46 +02:00
renovate[bot]
f92066cee2
chore(deps): update rust crate regex to 1.9.6
2023-09-30 13:25:14 +00:00
renovate[bot]
6c7a20fc18
chore(deps): update rust crate sha2 to 0.10.8
2023-09-26 16:57:54 +00:00
renovate[bot]
2a97eab685
chore(deps): update rust crate exacl to 0.11.0
2023-09-26 07:45:23 +00:00
Daniel Hofstetter
a3bf556259
Merge pull request #5317 from uutils/renovate/wild-2.x
...
fix(deps): update rust crate wild to 2.2
2023-09-25 09:20:55 +02:00
renovate[bot]
3da5809910
chore(deps): update rust crate memmap2 to 0.8
2023-09-25 01:21:46 +00:00
renovate[bot]
6aba3a4d67
fix(deps): update rust crate wild to 2.2
2023-09-24 20:04:53 +00:00
renovate[bot]
cc6a1ae4f4
chore(deps): update rust crate md-5 to 0.10.6
2023-09-22 15:40:11 +00:00
renovate[bot]
df211cd45f
chore(deps): update rust crate sha1 to 0.10.6
2023-09-21 16:11:20 +00:00
Daniel Hofstetter
aeb3b14736
Merge pull request #5292 from uutils/renovate/winapi-util-0.x
...
chore(deps): update rust crate winapi-util to 0.1.6
2023-09-21 07:56:01 +02:00
Daniel Hofstetter
f029242a70
Merge pull request #5296 from uutils/renovate/blake3-1.x
...
chore(deps): update rust crate blake3 to 1.5.0
2023-09-21 07:44:32 +02:00
renovate[bot]
78e774a937
chore(deps): update rust crate blake3 to 1.5.0
2023-09-21 04:49:34 +00:00
renovate[bot]
2ee4006bfd
chore(deps): update rust crate rayon to 1.8
2023-09-20 23:08:42 +00:00
renovate[bot]
3bb180f471
chore(deps): update rust crate winapi-util to 0.1.6
2023-09-20 16:33:12 +00:00
renovate[bot]
9443985b49
chore(deps): update rust crate unicode-width to 0.1.11
2023-09-19 18:13:47 +00:00
renovate[bot]
416a4832b8
fix(deps): update rust crate dns-lookup to 2.0.3
2023-09-17 17:46:16 +00:00
renovate[bot]
975b328630
chore(deps): update rust crate terminal_size to 0.3.0
2023-09-17 08:36:43 +00:00
renovate[bot]
b8ff52f28b
chore(deps): update rust crate chrono to ^0.4.31
2023-09-15 15:59:41 +00:00
renovate[bot]
2523d38139
chore(deps): update rust crate libc to 0.2.148
2023-09-13 11:51:31 +00:00
Daniel Hofstetter
e131ecdc85
Bump chrono from 0.4.28 to 0.4.30
2023-09-12 07:01:50 +02:00
renovate[bot]
55a62f56b9
chore(deps): update rust crate blake2b_simd to 1.0.2
2023-09-10 22:42:02 +00:00
Daniel Hofstetter
2c96a0d741
Bump nix and ctrlc
...
nix from 0.26.2 -> 0.27.1
ctrlc from 3.4.0 -> 3.4.1
2023-09-08 10:07:20 +02:00
renovate[bot]
7d2996bb1a
chore(deps): update rust crate redox_syscall to 0.4
2023-09-08 06:51:03 +00:00
Sylvestre Ledru
9d8656c0fa
Merge pull request #5249 from cakebaker/bump_blake3
...
Bump blake3 & add constant_time_eq to skip list in deny.toml
2023-09-07 10:26:07 +02:00
renovate[bot]
3cce11b46f
chore(deps): update rust crate walkdir to 2.4
2023-09-05 14:17:59 +00:00
Daniel Hofstetter
442e468efc
Bump constant_time_eq from 0.2.4 to 0.2.6
2023-09-05 10:45:14 +02:00
Daniel Hofstetter
cefb4eb265
Bump blake3 from 1.4.0 to 1.4.1
2023-09-05 10:43:26 +02:00
Daniel Hofstetter
862a638350
Remove is-terminal from Cargo.lock
2023-09-05 09:44:30 +02:00
Sylvestre Ledru
d3d2b36db3
Merge pull request #5240 from cakebaker/use_std_io_is_terminal
...
Use std::io::IsTerminal instead of is-terminal
2023-09-05 08:41:14 +02:00
renovate[bot]
7eec0ddaa3
chore(deps): update rust crate half to 2.3
2023-09-05 05:06:00 +00:00
renovate[bot]
8c1696084c
chore(deps): update rust crate clap to 4.4
2023-09-04 15:47:49 +00:00
Daniel Hofstetter
4992cb9b86
Use std::io::IsTerminal instead of is-terminal
2023-09-04 10:35:17 +02:00
renovate[bot]
c4c9c4730c
chore(deps): update rust crate clap_complete to 4.4
2023-09-04 10:01:19 +02:00
Sylvestre Ledru
9844f1f07d
0.0.20 => 0.0.21
2023-09-03 14:42:54 +02:00
renovate[bot]
cad6a06862
chore(deps): update rust crate regex to 1.9.5
2023-09-02 16:37:00 +00:00
renovate[bot]
0d4db7fc95
chore(deps): update rust crate chrono to ^0.4.28
2023-08-30 22:40:44 +00:00
renovate[bot]
0aeed93100
chore(deps): update rust crate chrono to ^0.4.27
2023-08-29 14:51:18 +00:00
renovate[bot]
b3e994b360
chore(deps): update rust crate regex to 1.9.4
2023-08-26 16:50:39 +00:00
renovate[bot]
079f7f9258
chore(deps): update rust crate num-bigint to 0.4.4
2023-08-23 00:11:14 +00:00
renovate[bot]
370920f0bd
chore(deps): update rust crate tempfile to 3.8.0
2023-08-18 22:40:06 +00:00
Daniel Hofstetter
a756fa3266
Bump aho-corasick from 1.0.2 to 1.0.4
2023-08-17 11:22:06 +02:00
Daniel Hofstetter
f63c87276c
Bump cpp from 0.5.8 to 0.5.9
2023-08-17 11:22:06 +02:00
Daniel Hofstetter
bdbf717605
Downgrade windows-targets from 0.48.2 to 0.48.0
2023-08-17 10:06:56 +02:00
Daniel Hofstetter
16bd3f35c1
Bump windows-targets from 0.48.0 to 0.48.2
2023-08-15 08:02:42 +02:00
renovate[bot]
5f4bc812fb
chore(deps): update rust crate rstest to 0.18.2
2023-08-13 10:02:53 +00:00
Daniel Hofstetter
df0a816f07
Bump js-sys from 0.3.60 to 0.3.64
2023-08-12 13:38:45 +02:00
Terts Diepraam
7c58ec081d
chore(deps): update clap, tempfile & is_terminal (all are rustix-based)
2023-08-11 10:48:02 +02:00
Daniel Hofstetter
a24bf0a430
Merge pull request #5146 from cakebaker/bump_cpp
...
Bump cpp from 0.5.7 to 0.5.8
2023-08-10 13:27:01 +02:00
Daniel Hofstetter
677df5cb1a
Bump cpp from 0.5.7 to 0.5.8
2023-08-10 10:50:49 +02:00
Daniel Hofstetter
122c8c5b80
Bump futures from 0.3.25 to 0.3.28
2023-08-10 10:38:15 +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
5b33670f96
Bump fundu from 1.2.0 to 2.0.0
2023-08-08 09:05:53 +02:00
renovate[bot]
a4f5145445
chore(deps): update rust crate crossterm to >=0.27.0
2023-08-07 05:03:04 +00:00
Daniel Hofstetter
d9921e48ca
Bump parking_lot_core from 0.9.7 to 0.9.8
2023-08-06 16:12:32 +02:00
Daniel Hofstetter
f03f18c3e8
Bump filetime from 0.2.20 to 0.2.22
2023-08-06 16:10:01 +02:00
renovate[bot]
745110ccbf
chore(deps): update rust crate regex to 1.9.3
2023-08-06 01:03:34 +00:00
renovate[bot]
bb9517dfc2
chore(deps): update rust crate xattr to 1.0.1
2023-07-30 00:21:31 +00:00
Terts Diepraam
c2997718cd
touch: move from time to chrono
...
This allows us to work with daylight savings time which is necessary to enable one of the tests. The leap second calculation and parsing are also ported over. A bump in the chrono version is necessary to use NaiveTime::MIN.
2023-07-27 17:06:38 +02:00
Daniel Hofstetter
1642509302
Bump unicode-linebreak from 0.1.4 to 0.1.5
2023-07-25 14:20:48 +02:00
renovate[bot]
781c915ba9
chore(deps): update rust crate lscolors to 0.15.0
2023-07-24 12:18:40 +00:00
renovate[bot]
6b95aabaa2
chore(deps): update rust crate num-traits to 0.2.16
2023-07-21 01:07:21 +00:00
renovate[bot]
15a95b46db
chore(deps): update rust crate rlimit to 0.10.1
2023-07-19 22:20:31 +00:00
renovate[bot]
427bec8b88
chore(deps): update rust crate signal-hook to 0.3.17
2023-07-18 17:13:29 +00:00
renovate[bot]
831404406c
chore(deps): update rust crate signal-hook to 0.3.16
2023-07-15 09:18:10 +00:00
Sylvestre Ledru
74530c0f51
Update the version to 0.0.20
2023-07-14 13:04:17 +02:00
Daniel Hofstetter
e7dc201f16
Bump pretty_assertions from 1.3.0 to 1.4.0
2023-07-13 09:29:33 +02:00
Sylvestre Ledru
697866ae3a
update platform-info 2.0.2
2023-07-12 09:06:14 +02:00
renovate[bot]
bc25b51567
chore(deps): update rust crate fundu to 1.2.0
2023-07-09 12:08:10 +00:00
renovate[bot]
4f24d81e86
chore(deps): update rust crate regex to 1.9.1
2023-07-07 18:29:31 +00:00
renovate[bot]
90a763137c
chore(deps): update rust crate rstest to 0.18.1
2023-07-07 11:36:30 +00:00
Daniel Hofstetter
725f226941
Bump syn from 1.0.103 to 1.0.109
2023-07-06 15:07:10 +02:00
Daniel Hofstetter
3035f0138b
Merge pull request #5043 from uutils/renovate/regex-1.x
...
chore(deps): update rust crate regex to 1.9.0
2023-07-06 09:16:11 +02:00
Daniel Hofstetter
75a2c40e3c
Merge pull request #5046 from uutils/renovate/smallvec-1.x
...
chore(deps): update rust crate smallvec to 1.11
2023-07-06 07:42:10 +02:00
renovate[bot]
eb3164002a
chore(deps): update rust crate regex to 1.9.0
2023-07-06 05:41:42 +00:00
renovate[bot]
c6be1c10ba
chore(deps): update rust crate smallvec to 1.11
2023-07-05 22:57:39 +00:00
renovate[bot]
389741eda3
chore(deps): update rust crate bstr to 1.6
2023-07-05 18:14:40 +00:00
renovate[bot]
2947c00e4c
chore(deps): update rust crate bigdecimal to 0.4
2023-07-05 10:30:04 +00:00
Daniel Hofstetter
51a4fa0c49
Bump iana-time-zone-haiku from 0.1.1 to 0.1.2
2023-07-05 10:14:12 +02:00
Daniel Hofstetter
66afeef84a
Bump hermit-abi and num_cpus
...
hermit-abi from 0.3.1 -> 0.3.2
num_cpus from 1.14.0 -> 1.16.0
2023-07-04 16:40:58 +02:00
renovate[bot]
8e2401c8ee
chore(deps): update rust crate rlimit to 0.10.0
2023-07-04 07:39:59 +00:00
Daniel Hofstetter
e6ec1490aa
touch: use parse_datetime in Cargo.lock
2023-07-03 14:28:39 +02:00
Daniel Hofstetter
5a1829e897
Bump proc-macro2 from 1.0.47 to 1.0.63
2023-06-29 10:18:50 +02:00
Daniel Hofstetter
c4b15a92a4
Merge pull request #5009 from uutils/renovate/self_cell-1.x
...
chore(deps): update rust crate self_cell to 1.0.1
2023-06-26 08:58:55 +02:00
Daniel Hofstetter
98dfba330c
Merge pull request #5011 from uutils/renovate/fundu-1.x
...
chore(deps): update rust crate fundu to 1.1.0
2023-06-26 08:02:30 +02:00
Daniel Hofstetter
6a7b5379ea
Merge pull request #5008 from uutils/renovate/libc-0.x
...
fix(deps): update rust crate libc to 0.2.147
2023-06-26 07:56:10 +02:00
renovate[bot]
c64f3ccbdd
chore(deps): update rust crate fundu to 1.1.0
2023-06-26 04:29:30 +00:00
renovate[bot]
0ba972b213
chore(deps): update rust crate self_cell to 1.0.1
2023-06-25 19:15:50 +00:00
Sylvestre Ledru
b03a88e154
Merge pull request #4972 from cakebaker/sort_migrate_from_ouroboros_to_self_cell
...
sort: migrate from ouroboros to self_cell
2023-06-25 21:15:02 +02:00
renovate[bot]
824097d224
fix(deps): update rust crate libc to 0.2.147
2023-06-25 19:09:01 +00:00
renovate[bot]
a02b3354e6
chore(deps): update rust crate phf to 0.11.2
2023-06-24 11:23:11 +00:00
renovate[bot]
9324a52a56
chore(deps): update rust crate phf_codegen to 0.11.2
2023-06-24 08:25:07 +00:00
renovate[bot]
0144a3c78f
fix(deps): update rust crate itertools to 0.11.0
2023-06-22 13:43:21 +00:00
Daniel Hofstetter
6ebfaf4b9d
sort: migrate from ouroboros to self_cell
2023-06-19 10:17:39 +02:00
renovate[bot]
9fbc98fc4e
chore(deps): update rust crate rust-ini to 0.19.0
2023-06-18 14:05:34 +00:00
Daniel Hofstetter
07c538f090
Merge pull request #4980 from uutils/renovate/notify-6.x
...
chore(deps): update rust crate notify to v6.0.1
2023-06-16 07:06:15 +02:00
renovate[bot]
6865f91fd3
chore(deps): update rust crate notify to v6.0.1
2023-06-16 00:01:15 +00:00
renovate[bot]
3506dd11b8
chore(deps): update rust crate sha2 to 0.10.7
2023-06-15 19:18:09 +00:00
Daniel Hofstetter
67114ac63c
date: switch to parse_datetime
2023-06-11 14:36:51 +02:00
Sylvestre Ledru
63b84fed8b
Merge pull request #4927 from cakebaker/bump_fundu_and_fix_compile_errors
...
Bump fundu to 1.0.0 and fix compile errors
2023-06-10 09:23:21 +02:00
Sylvestre Ledru
7b3467f810
Merge pull request #4947 from cakebaker/bump_getrandom_to_0_2_9
...
Bump getrandom from 0.2.8 to 0.2.9
2023-06-10 09:22:37 +02:00
Frantisek Kropac
ad96a1b8a0
Find MountInfo properly when symlink is used ( #4929 )
...
* Find MountInfo properly when symlink is entered
According to GNU implementation the entered path is
being compared with the canonicalized device name
in MountInfo.
Co-authored-by: Frantisek Kropac <kropac.ff@gmail.com>
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2023-06-10 09:22:01 +02:00
renovate[bot]
e1fd9e5342
chore(deps): update rust crate blake3 to 1.4.0
2023-06-08 22:55:22 +00:00
renovate[bot]
d26c596a4c
fix(deps): update rust crate memmap2 to 0.7
2023-06-08 11:02:36 +00:00
renovate[bot]
1965ba268e
chore(deps): update rust crate tempfile to 3.6.0
2023-06-06 20:22:27 +00:00
Sylvestre Ledru
6d6966cfb1
Merge pull request #4952 from wanderinglethe/date-remove-time-dep
...
Remove time dependency from date
2023-06-06 22:21:38 +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
renovate[bot]
c68b665bf9
fix(deps): update rust crate libc to 0.2.146
2023-06-06 14:39:50 +00:00
Wandering Lethe
42a22c12f1
Remove time dependency from date
...
Also upgrades humantime_to_duration to the latest version, it switched from time to chrono. Because touch still depends on time, its humantime_to_duration package version deviates from the workspace version.
2023-06-05 21:41:32 +02:00
renovate[bot]
c9f4c5dfb5
chore(deps): update rust crate regex to 1.8.4
2023-06-05 17:46:52 +00:00
Miles Liu
1c4d7b2f87
install: remove time crate
2023-06-05 16:34:50 +08:00
Daniel Hofstetter
65a8e1540c
Bump getrandom from 0.2.8 to 0.2.9
2023-06-05 10:09:03 +02:00
Daniel Hofstetter
e85382cff1
Merge pull request #4944 from uutils/renovate/once_cell-1.x
...
chore(deps): update rust crate once_cell to 1.18.0
2023-06-05 07:02:32 +02:00
Sylvestre Ledru
3d220513e3
Merge pull request #4942 from x-dune/pr-use-chrono
...
`pr` use chrono instead of time
2023-06-04 18:46:38 +02:00
Sylvestre Ledru
1895d1bc3a
Merge pull request #4943 from cakebaker/remove_users_crate
...
Remove users crate
2023-06-04 18:45:04 +02:00
renovate[bot]
ee2aa85cd8
chore(deps): update rust crate once_cell to 1.18.0
2023-06-04 14:03:47 +00:00
Daniel Hofstetter
29f011e28c
Remove users crate
2023-06-04 14:55:16 +02:00
x-dune
7958c5d061
pr: use chrono instead of time
2023-06-04 20:17:52 +08:00
Sylvestre Ledru
204d9b64f9
uuhelp_parser: update of the version
2023-06-04 09:46:59 +02:00
Sylvestre Ledru
e3cb5a111d
Rename help_parser => uuhelp_parser
2023-06-04 09:46:59 +02:00
Sylvestre Ledru
830b7d5ce1
New release
2023-06-04 09:46:59 +02:00
Daniel Hofstetter
7a449feaa0
Bump fundu from 0.5.1 to 1.0.0
2023-06-01 10:43:09 +02:00
Daniel Hofstetter
0b4a91744d
Bump io-lifetimes from 1.0.5 to 1.0.11
2023-05-31 22:14:47 +02:00