Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent d820636 commit 953ed60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Build
run: cargo build --release
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ serde_json = "1.0.107"
async-trait = "0.1.74"
tokio = { version = "1.33.0", features = ["rt-multi-thread", "macros"] }
colored = "2.0.4"
self_update = { version = "0.38.0", features = ["archive-zip", "compression-zip-deflate"] }
uuid = { version = "1.4.1", features = ["v4"] }
self_update = { version = "0.39.0", features = ["archive-zip", "compression-zip-deflate"] }
uuid = { version = "1.5.0", features = ["v4"] }
chrono = "0.4.31"
clap = "4.4.6"
clap = "4.4.7"
openssh-sftp-client = "0.14.0"
openssh = "0.10.1"
indicatif = "0.17.7"
regex = "1.10.1"
regex = "1.10.2"

0 comments on commit 953ed60

Please sign in to comment.