awslabs / tough

Rust libraries and tools for using and generating TUF repositories
191 stars 45 forks source link

Remove indirect deps from Cargo.toml #654

Closed stmcginnis closed 11 months ago

stmcginnis commented 11 months ago

The tough-ssm and tuftool Cargo.toml files contained indirect dependencies. This cleans them up to allow the normal dependency resolution to determine what to pull in.

Issue #, if available:

N/A

Description of changes:

The tough-ssm and tuftool Cargo.toml files contained indirect dependencies. This cleans them up to allow the normal dependency resolution to determine what to pull in.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.