Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove indirect project dependencies #3279

Merged
merged 15 commits into from
Jul 24, 2023

Commits on Jul 21, 2023

  1. apiserver: Remove non-direct dependencies

    There were a few dependencies listed in the apisever Cargo.toml file
    that are not direct dependencies of the project. These may be indirect
    dependencies, but they should not be explicitly called out in the
    Cargo.toml file if they are not being directly used.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e843e50 View commit details
    Browse the repository at this point in the history
  2. bootstrap-containers: Remove non-direct dependencies

    Removes indirect dependencies from the bootstrap-containers Cargo.toml
    file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ea80804 View commit details
    Browse the repository at this point in the history
  3. certdog: Remove in-direct dependencies

    Removes transient dependencies from being listed in the certdog
    Cargo.toml file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e13cc6e View commit details
    Browse the repository at this point in the history
  4. corndog: Remove indirect dependencies

    This removes indirect dependencies from the corndog Cargo.toml file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    aabccf3 View commit details
    Browse the repository at this point in the history
  5. datastore: Remove indirect dependencies

    This removes indirect dependencies from the datastore Cargo.toml file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2887ddf View commit details
    Browse the repository at this point in the history
  6. host-containers: Remove indirect dependencies

    This removes indirect dependencies from the host-containers Cargo.toml
    file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    50b994e View commit details
    Browse the repository at this point in the history
  7. migration-helpers: Remove indirect dependencies

    This removes indirect dependencies from the migration-helpers Cargo.toml
    file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0ae123d View commit details
    Browse the repository at this point in the history
  8. migrator: Remove indirect dependencies

    This removes indirect dependencies from the migrator Cargo.toml file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    53c0930 View commit details
    Browse the repository at this point in the history
  9. settings-committer: Remove indirect dependencies

    This removes indirect dependencies from the settings-committer
    Cargo.toml file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    cc3b593 View commit details
    Browse the repository at this point in the history
  10. static-pods: Remove indirect dependencies

    This removes indirect dependencies from the static-pods Cargo.toml file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    29ac76a View commit details
    Browse the repository at this point in the history
  11. sundog: Remove indirect dependencies

    This removes indirect dependencies from the sundog Cargo.toml file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    183b779 View commit details
    Browse the repository at this point in the history
  12. cfsignal: Remove indirect dependencies

    This removes indirect dependencies from the cfsignal Cargo.toml file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    47392ae View commit details
    Browse the repository at this point in the history
  13. imdsclient: Remove indirect dependencies

    This removes indirect dependencies from the imsdclient Cargo.toml file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    37ca3c1 View commit details
    Browse the repository at this point in the history
  14. model-derive: Remove indirect dependencies

    This removes indirect dependencies from the model-derive Cargo.toml
    file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e355eba View commit details
    Browse the repository at this point in the history
  15. updog: Remove indirect dependencies

    This remove indirect dependencies from the updog Cargo.toml file.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    982e508 View commit details
    Browse the repository at this point in the history