# 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-workflow-update" version = "0.1.0" authors = ["Leandro Lisboa Penz "] description = "Check github workflows for actions that can be updated" homepage = "https://github.com/lpenz/github-workflow-update" readme = "README.md" keywords = [ "github-action", "version-update", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lpenz/github-workflow-update" resolver = "2" [dependencies.anyhow] version = "1.0.58" [dependencies.async-trait] version = "0.1.56" [dependencies.clap] version = "3.2.6" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.21" [dependencies.lenient_semver] version = "0.4.2" [dependencies.once_cell] version = "1.12.0" [dependencies.regex] version = "1.5.6" [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.semver] version = "1.0.12" [dependencies.serde_json] version = "1.0.81" [dependencies.serde_yaml] version = "0.8.24" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.19.2" features = [ "macros", "rt-multi-thread", "fs", "io-util", ] [dependencies.tokio-stream] version = "0.1.9" features = ["fs"] [dependencies.tracing] version = "0.1.35" features = ["log"]