Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 5eab239 commit 43e4d1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Build
run: cargo build --release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Build
run: cargo build --release
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ colored = "2.0.4"
self_update = { version = "0.38.0", features = ["archive-zip", "compression-zip-deflate"] }
uuid = { version = "1.4.1", features = ["v4"] }
chrono = "0.4.31"
clap = "4.4.4"
clap = "4.4.6"
openssh-sftp-client = "0.14.0"
openssh = "0.10.0"
indicatif = "0.17.6"
indicatif = "0.17.7"
regex = "1.9.5"

0 comments on commit 43e4d1c

Please sign in to comment.