# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "github-workflows-update" version = "0.3.19" authors = ["Leandro Lisboa Penz "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Check github workflows for actions that can be updated" homepage = "https://github.com/lpenz/github-workflows-update" readme = "README.md" keywords = [ "github-action", "version-update", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lpenz/github-workflows-update" [package.metadata.deb] assets = [ [ "target/release/github-workflows-update.1", "usr/share/man/man1/", "644", ], [ "target/release/github-workflows-update", "usr/bin/", "755", ], [ "LICENSE", "usr/share/doc/github-workflows-update/", "644", ], [ "AUTHORS", "usr/share/doc/github-workflows-update/", "644", ], [ "README.md", "usr/share/doc/github-workflows-update/", "644", ], ] extended-description = """ github-workflows-update reads all github workflow and checks the latest available versions of all github actions and workflow dispatches used, showing which ones can be updated and optionally updating them automatically. """ section = "utils" [lib] name = "github_workflows_update" path = "src/lib.rs" [[bin]] name = "github-workflows-update" path = "src/bin/github-workflows-update.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.async-trait] version = "0.1.83" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.31" [dependencies.lenient_semver] version = "0.4.2" [dependencies.once_cell] version = "1.20.2" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.semver] version = "1.0.23" [dependencies.serde_json] version = "1.0.132" [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "2.0.1" [dependencies.tokio] version = "1.41.1" features = [ "macros", "rt-multi-thread", "fs", "io-util", ] [dependencies.tokio-stream] version = "0.1.16" features = ["fs"] [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.url] version = "2.5.3" [build-dependencies.anyhow] version = "1.0.93" [build-dependencies.man] version = "0.3.0"