1077 Commits

Author SHA1 Message Date
MisileLaboratory
f794f58328 chore: add .vscode and .idea to .gitignore 2023-11-25 21:33:22 -03:00
figsoda
36c2b7fe31
Merge pull request #554 from ouch-org/dependabot/cargo/fs-err-2.11.0
build(deps): bump fs-err from 2.10.0 to 2.11.0
2023-11-20 20:34:37 -05:00
dependabot[bot]
2ecf146a69
build(deps): bump fs-err from 2.10.0 to 2.11.0
Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 2.10.0 to 2.11.0.
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](https://github.com/andrewhickman/fs-err/compare/2.10.0...2.11.0)

---
updated-dependencies:
- dependency-name: fs-err
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 23:58:45 +00:00
Łukasz Krawiec
1aba1a2dfa use cross environment for x86_64-unknown-linux-musl builds 2023-11-15 08:59:00 -03:00
Łukasz Krawiec
dade163243 added support for listing and decompressing .rar archives 2023-11-15 08:59:00 -03:00
Łukasz Krawiec
a3dca85cdd fixed check_mime_type usage 2023-11-15 08:59:00 -03:00
figsoda
4c616ced10
Merge pull request #553 from ouch-org/dependabot/cargo/fs-err-2.10.0
build(deps): bump fs-err from 2.9.0 to 2.10.0
2023-11-13 22:29:51 -05:00
dependabot[bot]
87b025bef2
build(deps): bump fs-err from 2.9.0 to 2.10.0
Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 2.9.0 to 2.10.0.
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](https://github.com/andrewhickman/fs-err/compare/2.9.0...2.10.0)

---
updated-dependencies:
- dependency-name: fs-err
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 23:20:21 +00:00
dependabot[bot]
48af246562
build(deps): bump clap from 4.4.7 to 4.4.8 (#550) 2023-11-11 00:11:08 +00:00
dependabot[bot]
8ae68573ac
build(deps): bump proptest from 1.3.1 to 1.4.0 (#551) 2023-11-11 00:08:43 +00:00
dependabot[bot]
2fc4136ec7
build(deps): bump bstr from 1.7.0 to 1.8.0 (#549) 2023-11-10 16:39:13 +00:00
figsoda
37ce4eb71f
Merge pull request #548 from ouch-org/dependabot/cargo/libc-0.2.150
build(deps): bump libc from 0.2.149 to 0.2.150
2023-11-06 19:31:21 -05:00
dependabot[bot]
0e829fd246
build(deps): bump libc from 0.2.149 to 0.2.150
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.149 to 0.2.150.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.149...0.2.150)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 23:32:30 +00:00
figsoda
197b584e79
Merge pull request #547 from ouch-org/dependabot/cargo/tempfile-3.8.1
build(deps): bump tempfile from 3.8.0 to 3.8.1
2023-10-27 22:52:01 -04:00
dependabot[bot]
d190788c28
build(deps): bump tempfile from 3.8.0 to 3.8.1
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.0 to 3.8.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 23:21:03 +00:00
figsoda
822fe58cc6
Merge pull request #546 from ouch-org/dependabot/cargo/clap_complete-4.4.4
build(deps): bump clap_complete from 4.4.3 to 4.4.4
2023-10-25 20:57:15 -04:00
dependabot[bot]
cbd9eef9a0
build(deps): bump clap_complete from 4.4.3 to 4.4.4
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.3...clap_complete-v4.4.4)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 23:30:59 +00:00
dependabot[bot]
be8e2be482
build(deps): bump clap from 4.4.6 to 4.4.7 (#543) 2023-10-25 15:35:33 +00:00
dependabot[bot]
6335f0ef66
build(deps): bump clap_mangen from 0.2.14 to 0.2.15 (#545) 2023-10-25 15:35:28 +00:00
figsoda
4459d651a0
Merge pull request #542 from ouch-org/dependabot/cargo/time-0.3.30
build(deps): bump time from 0.3.29 to 0.3.30
2023-10-16 21:52:22 -04:00
dependabot[bot]
3bb54c8010
build(deps): bump time from 0.3.29 to 0.3.30
Bumps [time](https://github.com/time-rs/time) from 0.3.29 to 0.3.30.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.29...v0.3.30)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 23:38:28 +00:00
figsoda
3cc402bf4e
Merge pull request #541 from ouch-org/dependabot/cargo/flate2-1.0.28
build(deps): bump flate2 from 1.0.27 to 1.0.28
2023-10-14 09:55:42 -04:00
dependabot[bot]
e1a232d9ef
build(deps): bump flate2 from 1.0.27 to 1.0.28
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.27 to 1.0.28.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.27...1.0.28)

---
updated-dependencies:
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-13 23:10:52 +00:00
dependabot[bot]
385b99edb8
build(deps): bump zstd from 0.12.4 to 0.13.0 (#540) 2023-10-12 00:19:00 +00:00
dependabot[bot]
fe3212b9ee
build(deps): bump insta from 1.33.0 to 1.34.0 (#539) 2023-10-09 23:59:00 +00:00
dependabot[bot]
f07283c764
build(deps): bump bstr from 1.6.2 to 1.7.0 (#538) 2023-10-09 23:56:36 +00:00
dependabot[bot]
dc21932102
build(deps): bump libc from 0.2.148 to 0.2.149 (#536) 2023-10-07 19:42:19 +00:00
figsoda
a81cc6e461
Merge pull request #535 from ouch-org/strip-binary
Strip binary when building with cargo
2023-10-04 18:54:10 -04:00
João Marcos P. Bezerra
0dfded3457 Strip binary when building with cargo
This is already done in CI
2023-10-04 19:39:18 -03:00
figsoda
9faad52c63
Merge pull request #534 from ouch-org/dependabot/cargo/proptest-1.3.1
build(deps): bump proptest from 1.2.0 to 1.3.1
2023-10-02 20:10:53 -04:00
dependabot[bot]
7275df5337
build(deps): bump proptest from 1.2.0 to 1.3.1
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.2.0 to 1.3.1.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/proptest-rs/proptest/compare/v1.2.0...v1.3.1)

---
updated-dependencies:
- dependency-name: proptest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 23:45:08 +00:00
figsoda
6005b3146b
Merge pull request #531 from ouch-org/dependabot/cargo/clap-4.4.6
build(deps): bump clap from 4.4.5 to 4.4.6
2023-09-28 21:38:16 -04:00
dependabot[bot]
79d15cdfae
build(deps): bump clap from 4.4.5 to 4.4.6
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.5 to 4.4.6.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.5...v4.4.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-29 01:21:30 +00:00
figsoda
202f8350ad
Merge pull request #532 from ouch-org/dependabot/cargo/insta-1.33.0
build(deps): bump insta from 1.32.0 to 1.33.0
2023-09-28 20:50:53 -04:00
figsoda
349fd3c2bf
Merge pull request #530 from ouch-org/dependabot/cargo/clap_complete-4.4.3
build(deps): bump clap_complete from 4.4.2 to 4.4.3
2023-09-28 20:50:39 -04:00
dependabot[bot]
85edb521d8
build(deps): bump insta from 1.32.0 to 1.33.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.32.0 to 1.33.0.
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.32.0...1.33.0)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-28 23:20:34 +00:00
dependabot[bot]
cdad75e431
build(deps): bump clap_complete from 4.4.2 to 4.4.3
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.2...clap_complete-v4.4.3)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-28 23:20:14 +00:00
figsoda
6c2e1b6d82
Merge pull request #527 from ouch-org/dependabot/cargo/clap-4.4.5
build(deps): bump clap from 4.4.4 to 4.4.5
2023-09-25 20:50:38 -04:00
figsoda
74ea2894bf
Merge pull request #528 from ouch-org/dependabot/cargo/time-0.3.29
build(deps): bump time from 0.3.28 to 0.3.29
2023-09-25 20:24:09 -04:00
dependabot[bot]
d701f73fa5
build(deps): bump clap from 4.4.4 to 4.4.5
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.4 to 4.4.5.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.4...v4.4.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 00:14:35 +00:00
figsoda
ceaa8b876c
Merge pull request #526 from ouch-org/dependabot/cargo/clap_complete-4.4.2
build(deps): bump clap_complete from 4.4.1 to 4.4.2
2023-09-25 20:13:58 -04:00
dependabot[bot]
14626a9278
build(deps): bump time from 0.3.28 to 0.3.29
Bumps [time](https://github.com/time-rs/time) from 0.3.28 to 0.3.29.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.28...v0.3.29)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 23:11:08 +00:00
dependabot[bot]
c10f5db8f0
build(deps): bump clap_complete from 4.4.1 to 4.4.2
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.1...clap_complete-v4.4.2)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 23:10:53 +00:00
figsoda
5afd95b2db
Merge pull request #524 from ouch-org/dependabot/cargo/insta-1.32.0
build(deps): bump insta from 1.31.0 to 1.32.0
2023-09-20 20:18:03 -04:00
figsoda
2aad3fac0c
Merge pull request #523 from ouch-org/dependabot/cargo/rayon-1.8.0
build(deps): bump rayon from 1.7.0 to 1.8.0
2023-09-20 20:17:53 -04:00
dependabot[bot]
2d141c47a1
build(deps): bump insta from 1.31.0 to 1.32.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.31.0 to 1.32.0.
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.31.0...1.32.0)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 00:03:53 +00:00
dependabot[bot]
91eae7ea3a
build(deps): bump rayon from 1.7.0 to 1.8.0
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.7.0 to 1.8.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.7.0...rayon-core-v1.8.0)

---
updated-dependencies:
- dependency-name: rayon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 00:03:45 +00:00
figsoda
b7da9b02ac
Merge pull request #509 from ouch-org/fix-unaligned-messages
fix unaligned output when using parallelism
2023-09-19 22:42:39 -04:00
dependabot[bot]
86524ae6b6
Merge pull request #521 from ouch-org/dependabot/cargo/clap-4.4.4 2023-09-19 00:19:35 +00:00
dependabot[bot]
bab8023594
build(deps): bump clap from 4.4.3 to 4.4.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.3...v4.4.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 00:07:50 +00:00