summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2023-09-030.0.20 => 0.0.21Sylvestre Ledru
2023-09-02chore(deps): update rust crate regex to 1.9.5renovate[bot]
2023-08-30chore(deps): update rust crate chrono to ^0.4.28renovate[bot]
2023-08-29chore(deps): update rust crate chrono to ^0.4.27renovate[bot]
2023-08-26chore(deps): update rust crate regex to 1.9.4renovate[bot]
2023-08-23chore(deps): update rust crate num-bigint to 0.4.4renovate[bot]
2023-08-18chore(deps): update rust crate tempfile to 3.8.0renovate[bot]
2023-08-17Bump aho-corasick from 1.0.2 to 1.0.4Daniel Hofstetter
2023-08-17Bump cpp from 0.5.8 to 0.5.9Daniel Hofstetter
2023-08-17Downgrade windows-targets from 0.48.2 to 0.48.0Daniel Hofstetter
2023-08-15Bump windows-targets from 0.48.0 to 0.48.2Daniel Hofstetter
2023-08-13chore(deps): update rust crate rstest to 0.18.2renovate[bot]
2023-08-12Bump js-sys from 0.3.60 to 0.3.64Daniel Hofstetter
2023-08-11chore(deps): update clap, tempfile & is_terminal (all are rustix-based)Terts Diepraam
2023-08-10Merge pull request #5146 from cakebaker/bump_cppDaniel Hofstetter
Bump cpp from 0.5.7 to 0.5.8
2023-08-10Bump cpp from 0.5.7 to 0.5.8Daniel Hofstetter
2023-08-10Bump futures from 0.3.25 to 0.3.28Daniel Hofstetter
2023-08-09Merge pull request #5140 from cakebaker/bump_aho_corasick_cratesDaniel Hofstetter
Bump aho-corasick crates
2023-08-09Bump rustix cratesDaniel Hofstetter
From 0.36.14 to 0.36.15 and from 0.37.19 to 0.37.23
2023-08-09Bump aho-corasick cratesDaniel Hofstetter
From 0.7.19 to 0.7.20 and from 1.0.1 to 1.0.2
2023-08-08Bump fundu from 1.2.0 to 2.0.0Daniel Hofstetter
2023-08-07chore(deps): update rust crate crossterm to >=0.27.0renovate[bot]
2023-08-06Bump parking_lot_core from 0.9.7 to 0.9.8Daniel Hofstetter
2023-08-06Bump filetime from 0.2.20 to 0.2.22Daniel Hofstetter
2023-08-06chore(deps): update rust crate regex to 1.9.3renovate[bot]
2023-07-30chore(deps): update rust crate xattr to 1.0.1renovate[bot]
2023-07-27touch: move from time to chronoTerts Diepraam
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-25Bump unicode-linebreak from 0.1.4 to 0.1.5Daniel Hofstetter
2023-07-24chore(deps): update rust crate lscolors to 0.15.0renovate[bot]
2023-07-21chore(deps): update rust crate num-traits to 0.2.16renovate[bot]
2023-07-19chore(deps): update rust crate rlimit to 0.10.1renovate[bot]
2023-07-18chore(deps): update rust crate signal-hook to 0.3.17renovate[bot]
2023-07-15chore(deps): update rust crate signal-hook to 0.3.16renovate[bot]
2023-07-14Update the version to 0.0.20Sylvestre Ledru
2023-07-13Bump pretty_assertions from 1.3.0 to 1.4.0Daniel Hofstetter
2023-07-12update platform-info 2.0.2Sylvestre Ledru
2023-07-09chore(deps): update rust crate fundu to 1.2.0renovate[bot]
2023-07-07chore(deps): update rust crate regex to 1.9.1renovate[bot]
2023-07-07chore(deps): update rust crate rstest to 0.18.1renovate[bot]
2023-07-06Bump syn from 1.0.103 to 1.0.109Daniel Hofstetter
2023-07-06Merge pull request #5043 from uutils/renovate/regex-1.xDaniel Hofstetter
chore(deps): update rust crate regex to 1.9.0
2023-07-06Merge pull request #5046 from uutils/renovate/smallvec-1.xDaniel Hofstetter
chore(deps): update rust crate smallvec to 1.11
2023-07-06chore(deps): update rust crate regex to 1.9.0renovate[bot]
2023-07-05chore(deps): update rust crate smallvec to 1.11renovate[bot]
2023-07-05chore(deps): update rust crate bstr to 1.6renovate[bot]
2023-07-05chore(deps): update rust crate bigdecimal to 0.4renovate[bot]
2023-07-05Bump iana-time-zone-haiku from 0.1.1 to 0.1.2Daniel Hofstetter
2023-07-04Bump hermit-abi and num_cpusDaniel Hofstetter
hermit-abi from 0.3.1 -> 0.3.2 num_cpus from 1.14.0 -> 1.16.0
2023-07-04chore(deps): update rust crate rlimit to 0.10.0renovate[bot]
2023-07-03touch: use parse_datetime in Cargo.lockDaniel Hofstetter