0
0
Fork 0
tree-owners/Cargo.toml

28 lines
823 B
TOML
Raw Permalink Normal View History

2023-09-24 05:38:22 +02:00
[package]
name = "tree-owners"
2024-03-23 22:46:30 +01:00
version = "1.0.5"
2023-09-24 05:38:22 +02:00
edition = "2021"
2023-09-24 06:23:20 +02:00
2023-09-24 05:38:22 +02:00
authors = ["Adrian Wannenmacher <tfld@tfld.dev>"]
2023-09-24 06:23:20 +02:00
license = "EUPL-1.2"
2023-09-24 07:38:07 +02:00
repository = "https://github.com/TeFiLeDo/tree-owners"
2023-09-24 06:23:20 +02:00
2023-09-24 05:38:22 +02:00
description = "Find all owners (user and group) inside a directory tree."
2023-09-24 06:23:20 +02:00
categories = ["command-line-utilities", "filesystem"]
2023-09-24 07:38:07 +02:00
keywords = ["cli", "linux", "file"]
2023-09-24 05:38:22 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
Bump the minor group across 1 directory with 5 updates Bumps the minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.81` | `1.0.86` | | [clap](https://github.com/clap-rs/clap) | `4.5.3` | `4.5.7` | | [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.203` | | [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.117` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.1` | `4.5.6` | Updates `anyhow` from 1.0.81 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.86) Updates `clap` from 4.5.3 to 4.5.7 - [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.5.3...v4.5.7) Updates `serde` from 1.0.197 to 1.0.203 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.203) Updates `serde_json` from 1.0.114 to 1.0.117 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.114...v1.0.117) Updates `clap_complete` from 4.5.1 to 4.5.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/clap_complete-v4.5.1...clap_complete-v4.5.6) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22 01:08:37 +02:00
anyhow = "1.0.86"
clap = { version = "4.5.7", features = ["derive", "cargo", "wrap_help"] }
2023-09-24 05:38:22 +02:00
file-owner = "0.1.2"
Bump the minor group with 6 updates (#16) Bumps the minor group with 6 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.76` | `1.0.81` | | [clap](https://github.com/clap-rs/clap) | `4.4.11` | `4.5.3` | | [human-panic](https://github.com/rust-cli/human-panic) | `1.2.2` | `1.2.3` | | [serde](https://github.com/serde-rs/serde) | `1.0.193` | `1.0.197` | | [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.114` | | [clap_complete](https://github.com/clap-rs/clap) | `4.4.4` | `4.5.1` | Updates `anyhow` from 1.0.76 to 1.0.81 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.76...1.0.81) Updates `clap` from 4.4.11 to 4.5.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/v4.4.11...v4.5.3) Updates `human-panic` from 1.2.2 to 1.2.3 - [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-cli/human-panic/compare/v1.2.2...v1.2.3) Updates `serde` from 1.0.193 to 1.0.197 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.193...v1.0.197) Updates `serde_json` from 1.0.108 to 1.0.114 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.108...v1.0.114) Updates `clap_complete` from 4.4.4 to 4.5.1 - [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.4...clap_complete-v4.5.1) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: human-panic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-23 22:42:59 +01:00
human-panic = "1.2.3"
Bump the minor group across 1 directory with 5 updates Bumps the minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.81` | `1.0.86` | | [clap](https://github.com/clap-rs/clap) | `4.5.3` | `4.5.7` | | [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.203` | | [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.117` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.1` | `4.5.6` | Updates `anyhow` from 1.0.81 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.86) Updates `clap` from 4.5.3 to 4.5.7 - [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.5.3...v4.5.7) Updates `serde` from 1.0.197 to 1.0.203 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.203) Updates `serde_json` from 1.0.114 to 1.0.117 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.114...v1.0.117) Updates `clap_complete` from 4.5.1 to 4.5.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/clap_complete-v4.5.1...clap_complete-v4.5.6) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22 01:08:37 +02:00
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
2023-09-24 12:23:20 +02:00
[build-dependencies]
Bump the minor group across 1 directory with 5 updates Bumps the minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.81` | `1.0.86` | | [clap](https://github.com/clap-rs/clap) | `4.5.3` | `4.5.7` | | [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.203` | | [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.117` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.1` | `4.5.6` | Updates `anyhow` from 1.0.81 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.86) Updates `clap` from 4.5.3 to 4.5.7 - [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.5.3...v4.5.7) Updates `serde` from 1.0.197 to 1.0.203 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.203) Updates `serde_json` from 1.0.114 to 1.0.117 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.114...v1.0.117) Updates `clap_complete` from 4.5.1 to 4.5.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/clap_complete-v4.5.1...clap_complete-v4.5.6) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22 01:08:37 +02:00
anyhow = "1.0.86"
clap = { version = "4.5.7", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "4.5.6"