summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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-12Bump ansi_colours from 1.0.2 to 1.0.4dependabot[bot]
Bumps [ansi_colours](https://github.com/mina86/ansi_colours) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/mina86/ansi_colours/releases) - [Commits](https://github.com/mina86/ansi_colours/commits) --- updated-dependencies: - dependency-name: ansi_colours dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12Bump globset from 0.4.6 to 0.4.8dependabot[bot]
Bumps [globset](https://github.com/BurntSushi/ripgrep) from 0.4.6 to 0.4.8. - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/ripgrep/compare/globset-0.4.6...globset-0.4.8) --- updated-dependencies: - dependency-name: globset dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 #1647 from sharkdp/dependabot/cargo/serde-1.0.125David Peter
Bump serde from 1.0.124 to 1.0.125
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 serde from 1.0.124 to 1.0.125dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.124 to 1.0.125. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.124...v1.0.125) Signed-off-by: dependabot[bot] <support@github.com>
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-07Update dependencies, MSRV: 1.45David Peter
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-03-01Bump path_abs from 0.5.0 to 0.5.1dependabot-preview[bot]
Bumps [path_abs](https://github.com/vitiral/path_abs) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/vitiral/path_abs/releases) - [Commits](https://github.com/vitiral/path_abs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 serde from 1.0.118 to 1.0.123dependabot-preview[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.118 to 1.0.123. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.123) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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-10Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-09Update dependenciessharkdp
fixes #1149 fixes #1477
2021-01-07Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-06Update to bugreport 0.3.0sharkdp
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 git2 from 0.13.12 to 0.13.15dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.12 to 0.13.15. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.12...0.13.15) 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>
2021-01-01Bump serde from 1.0.117 to 1.0.118dependabot-preview[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.117 to 1.0.118. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.117...v1.0.118) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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-23Revert "Update dependencies"sharkdp
This reverts commit 44a905d1358fff573fe59ec43be8b15df19fd768.
2020-11-23Update dependenciessharkdp
2020-11-23Bump version to v0.17.0sharkdp
2020-11-23Add io cycle detection with clircleNiklas Mohrin
2020-11-01Bump git2 from 0.13.11 to 0.13.12dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.11 to 0.13.12. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.11...0.13.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-01Bump serde from 1.0.116 to 1.0.117dependabot-preview[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.116...v1.0.117) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-01Bump serde_yaml from 0.8.13 to 0.8.14dependabot-preview[bot]
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.13 to 0.8.14. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.13...0.8.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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-11-01Bump globset from 0.4.5 to 0.4.6dependabot-preview[bot]
Bumps [globset](https://github.com/BurntSushi/ripgrep) from 0.4.5 to 0.4.6. - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/ripgrep/compare/globset-0.4.5...globset-0.4.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-02Bump version to 0.16.0sharkdp