Commit Graph

403 Commits

Author SHA1 Message Date
renovate[bot] 647db30e2b Add renovate.json 2023-03-24 09:30:13 +00:00
Sylvestre Ledru 5659812641 Merge pull request #213 from int3/embedded
Add support for embedded "{}"
2023-03-13 08:34:09 +01:00
Jez Ng 30a22453d6 Add support for embedded "{}"
Given

  find . -exec foo{}bar \;

GNU find will replace `{}` by the filename. This commit matches that
behavior.

Note that this is not required by the POSIX spec.

The GNU testsuite doesn't cover this case, so I've added a test in this
repo.
2023-02-23 23:38:40 +01:00
Sylvestre Ledru a3287a978f Merge pull request #211 from sylvestre/ci-warnings
fix the ci warnings
2023-02-23 23:38:28 +01:00
Sylvestre Ledru 238100bc67 fix the ci warnings 2023-02-23 23:09:54 +01:00
Sylvestre Ledru 59301c788a Merge pull request #209 from uutils/dependabot/cargo/once_cell-1.17.1
build(deps): bump once_cell from 1.17.0 to 1.17.1
2023-02-15 14:54:48 +01:00
dependabot[bot] 5b907e2ea8 build(deps): bump once_cell from 1.17.0 to 1.17.1
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.17.0...v1.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 03:57:59 +00:00
Sylvestre Ledru 31d3ae2cd1 Merge pull request #207 from uutils/dependabot/cargo/bumpalo-3.12.0
build(deps): bump bumpalo from 3.10.0 to 3.12.0
2023-01-21 09:20:28 +01:00
dependabot[bot] f5f1aac007 build(deps): bump bumpalo from 3.10.0 to 3.12.0
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.10.0...3.12.0)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-20 22:14:12 +00:00
Sylvestre Ledru f044f44cf4 Merge pull request #206 from uutils/dependabot/cargo/serial_test-1.0.0
build(deps): bump serial_test from 0.10.0 to 1.0.0
2023-01-18 08:50:59 +01:00
Sylvestre Ledru cbd2849546 Merge pull request #205 from uutils/dependabot/cargo/nix-0.26.2
build(deps): bump nix from 0.26.1 to 0.26.2
2023-01-18 08:50:51 +01:00
dependabot[bot] 0cbeae5a21 build(deps): bump serial_test from 0.10.0 to 1.0.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.10.0 to 1.0.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v0.10.0...v1.0.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 03:02:13 +00:00
dependabot[bot] bd0ab84fd5 build(deps): bump nix from 0.26.1 to 0.26.2
Bumps [nix](https://github.com/nix-rust/nix) from 0.26.1 to 0.26.2.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/v0.26.2/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.26.1...v0.26.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 03:02:06 +00:00
Sylvestre Ledru 78865ea683 Merge pull request #203 from uutils/dependabot/cargo/regex-1.7.1
build(deps): bump regex from 1.7.0 to 1.7.1
2023-01-10 09:50:04 +01:00
Sylvestre Ledru 65c29e0d71 Merge pull request #204 from uutils/dependabot/cargo/assert_cmd-2.0.8
build(deps): bump assert_cmd from 2.0.7 to 2.0.8
2023-01-10 09:49:57 +01:00
dependabot[bot] e523ea125a build(deps): bump assert_cmd from 2.0.7 to 2.0.8
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases)
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.7...v2.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 03:02:19 +00:00
dependabot[bot] 7af32c58e9 build(deps): bump regex from 1.7.0 to 1.7.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.7.0...1.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 03:02:16 +00:00
Sylvestre Ledru 1fbf4775cd Merge pull request #201 from uutils/dependabot/cargo/once_cell-1.17.0
build(deps): bump once_cell from 1.16.0 to 1.17.0
2022-12-30 08:49:18 +01:00
Sylvestre Ledru 624e7b6c3a Merge pull request #202 from uutils/dependabot/cargo/predicates-2.1.5
build(deps): bump predicates from 2.1.4 to 2.1.5
2022-12-30 08:49:07 +01:00
dependabot[bot] 147a62d2d6 build(deps): bump predicates from 2.1.4 to 2.1.5
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/assert-rs/predicates-rs/releases)
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/predicates-rs/compare/v2.1.4...v2.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 03:01:56 +00:00
dependabot[bot] 2933d89c28 build(deps): bump once_cell from 1.16.0 to 1.17.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.16.0...v1.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 03:01:51 +00:00
Sylvestre Ledru 327898dcd9 Merge pull request #200 from uutils/dependabot/cargo/serial_test-0.10.0
build(deps): bump serial_test from 0.9.0 to 0.10.0
2022-12-19 09:00:25 +01:00
dependabot[bot] a83ce989c5 build(deps): bump serial_test from 0.9.0 to 0.10.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v0.9.0...v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 03:04:46 +00:00
Sylvestre Ledru b028814190 Merge pull request #197 from uutils/dependabot/cargo/predicates-2.1.4
build(deps): bump predicates from 2.1.3 to 2.1.4
2022-12-08 08:45:18 +01:00
Sylvestre Ledru 6e0b4da8ce Merge pull request #198 from uutils/dependabot/cargo/assert_cmd-2.0.7
build(deps): bump assert_cmd from 2.0.6 to 2.0.7
2022-12-08 08:45:05 +01:00