act-up 1.0.1

Update `uses` references in your GitHub Actions workflow files.
# 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 = "act-up"
version = "1.0.1"
authors = ["Typed SIGTERM"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Update `uses` references in your GitHub Actions workflow files."
readme = "README.md"
license = "MIT"
repository = "https://github.com/typed-sigterm/act-up/"

[[bin]]
name = "act-up"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "cargo",
    "derive",
]

[dependencies.ignore]
version = "0.4"

[dependencies.regex]
version = "1.11"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "json",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[profile.dist]
lto = "thin"
inherits = "release"