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