github-workflows-update 0.3.30

Check github workflows for actions that can be updated
Documentation
# 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 = "2024"
name = "github-workflows-update"
version = "0.3.30"
authors = ["Leandro Lisboa Penz <lpenz@lpenz.org>"]
build = "build.rs"
autolib = false
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]
section = "utils"
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.
"""
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",
],
]

[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.101"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.clap]
version = "4.5.57"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.8"

[dependencies.futures]
version = "0.3.31"

[dependencies.lenient_semver]
version = "0.4.2"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.2"
features = ["json"]
default-features = false

[dependencies.semver]
version = "1.0.27"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_norway]
version = "0.9.42"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
    "fs",
    "io-util",
]

[dependencies.tokio-stream]
version = "0.1.18"
features = ["fs"]

[dependencies.tracing]
version = "0.1.44"
features = ["log"]

[dependencies.url]
version = "2.5.8"

[build-dependencies.anyhow]
version = "1.0.101"

[build-dependencies.man]
version = "0.3.0"