Skip to content

Commit 4f93cf5

Browse files
authored
Merge branch 'main' into dependabot/cargo/serde_json-1.0.113
2 parents 1e193ff + eeddc42 commit 4f93cf5

File tree

4 files changed

+49
-20
lines changed

4 files changed

+49
-20
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: matrix.build != 'aarch64-linux'
9090
run: cargo build
9191

92-
- uses: actions/upload-artifact@v4.1.0
92+
- uses: actions/upload-artifact@v4.3.1
9393
with:
9494
name: bins-${{ matrix.build }}
9595
# Two paths, the first for x86_64 jobs, the second for aarch64.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/"
6767
fi
6868
69-
- uses: actions/upload-artifact@v4.1.0
69+
- uses: actions/upload-artifact@v4.3.1
7070
with:
7171
name: bins-${{ matrix.build }}
7272
path: dist

Cargo.lock

Lines changed: 45 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rpassword = "7.3.1"
3434
data-encoding = "2.5.0"
3535
copypasta-ext = "0.4.4"
3636
zeroize = { version = "1.7.0", features = ["zeroize_derive"]}
37-
clap = { version = "4.4.16", features = ["derive"] }
37+
clap = { version = "4.5.0", features = ["derive"] }
3838
hmac = "0.12.1"
3939
sha-1 = "0.10.1"
4040
sha2 = "0.10.8"
@@ -48,7 +48,7 @@ qrcode = "0.13.0"
4848
urlencoding = "2.1.3"
4949
base64 = "0.21.7"
5050
md-5 = "0.10.6"
51-
ratatui = { version = "0.25.0", features = ["all-widgets"] }
51+
ratatui = { version = "0.26.0", features = ["all-widgets"] }
5252
crossterm = "0.27.0"
5353
url = "2.5.0"
5454
color-eyre = "0.6.2"

0 commit comments

Comments
 (0)