summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2021-07-12Bump version to v0.18.2David Peter
2021-07-12Fix for Windows: do not run binaries from CWDDavid Peter
This fixes a bug on Windows where `Command::new` would also run executables from the current working directory, possibly resulting in accidental runs of programs called `less`.
2021-07-01Bump assert_cmd from 1.0.4 to 1.0.5dependabot[bot]
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.4 to 1.0.5. - [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/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-06-05Bump nix from 0.20.0 to 0.21.0dependabot[bot]
Bumps [nix](https://github.com/nix-rust/nix) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.20.0...v0.21.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02Bump assert_cmd from 1.0.3 to 1.0.4dependabot[bot]
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.3 to 1.0.4. - [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/v1.0.3...v1.0.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12Bump version, update dependenciesDavid Peter
2021-05-12Merge pull request #1646 from sharkdp/dependabot/cargo/bugreport-0.4.0David Peter
Bump bugreport from 0.3.0 to 0.4.0
2021-05-12Bump bugreport from 0.3.0 to 0.4.0dependabot[bot]
Bumps [bugreport](https://github.com/sharkdp/bugreport) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/sharkdp/bugreport/releases) - [Commits](https://github.com/sharkdp/bugreport/compare/v0.3.0...v0.4.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12Bump console from 0.14.0 to 0.14.1dependabot-preview[bot]
Bumps [console](https://github.com/mitsuhiko/console) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/console/compare/0.14.0...0.14.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-01Bump nix from 0.19.1 to 0.20.0dependabot-preview[bot]
Bumps [nix](https://github.com/nix-rust/nix) from 0.19.1 to 0.20.0. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-28Use tempfiles for clircle testsv0.18.0Niklas Mohrin
2021-02-28Change circle detection to use new more conservative method and run in main ↵Niklas Mohrin
loop instead of before the loop
2021-02-28Bump version to v0.18.0David Peter
2021-02-16Update dependencies; replace unmaintained (#1522)Caden Haustein
* Update dependencies; replace unmaintained * Fix errors * Revert dependency changes * Revert git2 to 0.13.15 Co-authored-by: David Peter <mail@david-peter.de>
2021-02-07Bump predicates from 1.0.6 to 1.0.7dependabot-preview[bot]
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 1.0.6 to 1.0.7. - [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/v1.0.6...v1.0.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-10Add comment regarding use of bat as a library, closes #953sharkdp
2021-01-07Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-06Update to bugreport 0.3.0sharkdp
2021-01-06Bump bugreport versionsharkdp
2021-01-06Add config file, compile time info and less versionsharkdp
2021-01-06Add --diagnostic option to batsharkdp
2021-01-06Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-05Add unix specific integration test about running bat without any argumentsNiklas Mohrin
2021-01-05Add cycle detection with clircle, now v0.2Niklas Mohrin
2021-01-04Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-04Run PATH-dependent tests seriallyMartin Nordholts
Since PATH is a shared resource.
2021-01-01Bump console from 0.13.0 to 0.14.0dependabot-preview[bot]
Bumps [console](https://github.com/mitsuhiko/console) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/console/compare/0.13.0...0.14.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-01Bump syntect from 4.4.0 to 4.5.0dependabot-preview[bot]
Bumps [syntect](https://github.com/trishume/syntect) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/trishume/syntect/releases) - [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md) - [Commits](https://github.com/trishume/syntect/compare/v4.4.0...v4.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-01Bump predicates from 1.0.5 to 1.0.6dependabot-preview[bot]
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 1.0.5 to 1.0.6. - [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/v1.0.5...v1.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-28Cargo.toml: remove "readme" fieldMarco Ieni
2020-12-21Remove commented-out line from Cargo.tomlDavid Peter
2020-12-21Remove repeated `contains` callsLovecraftian Horror
2020-12-01Bump assert_cmd from 1.0.1 to 1.0.2dependabot-preview[bot]
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.1 to 1.0.2. - [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/v1.0.1...v1.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-24Bump version to 0.17.1v0.17.1sharkdp
2020-11-24Revert "Add io cycle detection with clircle"sharkdp
This reverts commit aa2ae19dfd505ef08a8ebc555d5fb24b0bb97c8e.
2020-11-23Bump version to v0.17.0sharkdp
2020-11-23Add io cycle detection with clircleNiklas Mohrin
2020-11-01Bump console from 0.12.0 to 0.13.0dependabot-preview[bot]
Bumps [console](https://github.com/mitsuhiko/console) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/console/compare/v0.12.0...v0.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-02Bump version to 0.16.0sharkdp
2020-10-01Bump semver from 0.10.0 to 0.11.0dependabot-preview[bot]
Bumps [semver](https://github.com/steveklabnik/semver) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/steveklabnik/semver/releases) - [Commits](https://github.com/steveklabnik/semver/compare/v0.10.0...v0.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-20Re-enable LTOsharkdp
2020-09-20Remove 'liquid' dependencysharkdp
2020-09-08Bump syntect from 4.2.0 to 4.4.0dependabot-preview[bot]
Bumps [syntect](https://github.com/trishume/syntect) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/trishume/syntect/releases) - [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md) - [Commits](https://github.com/trishume/syntect/compare/v4.2.0...v4.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-07Bump console from 0.11.3 to 0.12.0dependabot-preview[bot]
Bumps [console](https://github.com/mitsuhiko/console) from 0.11.3 to 0.12.0. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Commits](https://github.com/mitsuhiko/console/compare/v0.11.3...v0.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03Bump dirs from 2.0.2 to 3.0.1dependabot-preview[bot]
Bumps [dirs](https://github.com/soc/dirs-rs) from 2.0.2 to 3.0.1. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-01Bump liquid from 0.20.1 to 0.21.1dependabot-preview[bot]
Bumps [liquid](https://github.com/cobalt-org/liquid-rust) from 0.20.1 to 0.21.1. - [Release notes](https://github.com/cobalt-org/liquid-rust/releases) - [Changelog](https://github.com/cobalt-org/liquid-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/cobalt-org/liquid-rust/compare/liquid-bin-v0.20.1...liquid-lib-v0.21.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-01Bump predicates from 1.0.4 to 1.0.5dependabot-preview[bot]
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 1.0.4 to 1.0.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/v1.0.4...v1.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-01Bump unicode-width from 0.1.7 to 0.1.8dependabot-preview[bot]
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/unicode-rs/unicode-width/releases) - [Commits](https://github.com/unicode-rs/unicode-width/commits/v0.1.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-03Tests ~ add predicate normalization for tests using `echo`Roy Ivy III
2020-06-01Bump semver from 0.9.0 to 0.10.0dependabot-preview[bot]
Bumps [semver](https://github.com/steveklabnik/semver) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/steveklabnik/semver/releases) - [Commits](https://github.com/steveklabnik/semver/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>