Skip to content

Commit

Permalink
Cargo.*: upgrade dependencies, increment version to 0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Jan 21, 2024
1 parent 7942e5d commit b99fed8
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 104 deletions.
145 changes: 52 additions & 93 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / cargo-deb

Version mismatch: tag 0.3.12 != 0.3.13 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-github-release

Version mismatch: tag 0.3.12 != 0.3.13 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-cratesio

Version mismatch: tag 0.3.12 != 0.3.13 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-packagecloud (debian/debian/bullseye)

Version mismatch: tag 0.3.12 != 0.3.13 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-packagecloud (debian/debian/bookworm)

Version mismatch: tag 0.3.12 != 0.3.13 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-packagecloud (ubuntu/ubuntu/jammy)

Version mismatch: tag 0.3.12 != 0.3.13 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / dockerhub

Version mismatch: tag 0.3.12 != 0.3.13 from Cargo.toml
name = "github-workflows-update"
description = "Check github workflows for actions that can be updated"
version = "0.3.12"
version = "0.3.13"
authors = ["Leandro Lisboa Penz <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -13,26 +13,26 @@ categories = ["command-line-utilities"]
keywords = ["github-action", "version-update"]

[dependencies]
anyhow = "1.0.76"
async-trait = "0.1.75"
clap = { version = "4.4.11", features = ["derive"] }
env_logger = "0.10.1"
anyhow = "1.0.79"
async-trait = "0.1.77"
clap = { version = "4.4.18", features = ["derive"] }
env_logger = "0.11.0"
futures = "0.3.30"
lenient_semver = "0.4.2"
once_cell = "1.19.0"
regex = "1.10.2"
regex = "1.10.3"
reqwest = { version = "0.11.23", features = ["json"] }
semver = "1.0.20"
serde_json = "1.0.108"
serde_yaml = "0.9.29"
thiserror = "1.0.52"
semver = "1.0.21"
serde_json = "1.0.111"
serde_yaml = "0.9.30"
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
tokio-stream = { version = "0.1.14", features = ["fs"] }
tracing = { version = "0.1.40", features = ["log"] }
url = "2.5.0"

[build-dependencies]
anyhow = "1.0.76"
anyhow = "1.0.79"
man = "0.3.0"

[package.metadata.deb]
Expand Down

0 comments on commit b99fed8

Please sign in to comment.