Skip to content

Commit 7606275

Browse files
committed
build: update dependencies
1 parent 477e9b4 commit 7606275

6 files changed

Lines changed: 162 additions & 164 deletions

File tree

.github/workflows/build.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -392,29 +392,29 @@ jobs:
392392
- name: Cargo test
393393
run: cargo test --all-features --locked
394394

395-
nix:
396-
name: Nix
397-
needs: check
398-
runs-on: ${{ matrix.platforms.os }}
399-
continue-on-error: true
400-
permissions:
401-
contents: read
402-
strategy:
403-
matrix:
404-
platforms:
405-
- os: macos-15
406-
target: aarch64-apple-darwin
407-
- os: macos-15-large
408-
target: x86_64-apple-darwin
409-
- os: ubuntu-latest
410-
target: x86_64-unknown-linux-gnu
411-
- os: ubuntu-24.04-arm
412-
target: aarch64-unknown-linux-gnu
413-
steps:
414-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
415-
with:
416-
persist-credentials: false
417-
- uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3
418-
with:
419-
nix_path: nixpkgs=channel:nixos-unstable
420-
- run: nix build
395+
# nix:
396+
# name: Nix
397+
# needs: check
398+
# runs-on: ${{ matrix.platforms.os }}
399+
# continue-on-error: true
400+
# permissions:
401+
# contents: read
402+
# strategy:
403+
# matrix:
404+
# platforms:
405+
# - os: macos-15
406+
# target: aarch64-apple-darwin
407+
# - os: macos-15-large
408+
# target: x86_64-apple-darwin
409+
# - os: ubuntu-latest
410+
# target: x86_64-unknown-linux-gnu
411+
# - os: ubuntu-24.04-arm
412+
# target: aarch64-unknown-linux-gnu
413+
# steps:
414+
# - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
415+
# with:
416+
# persist-credentials: false
417+
# - uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3
418+
# with:
419+
# nix_path: nixpkgs=channel:nixos-unstable
420+
# - run: nix build

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ jobs:
7272
persist-credentials: false
7373
- name: Set up Docker Buildx
7474
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
75-
- name: Build
75+
- name: Scan image
7676
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
77-
id: scan
7877
with:
7978
context: .
8079
push: false
8180
tags: maif/yozefu:latest
8281
load: true
83-
- name: Docker image
82+
- name: Scan docker iamge
8483
uses: anchore/scan-action@522bcc5cc7e62e4ce7cbe30f22372b991b432751
84+
id: scan
8585
with:
8686
image: "maif/yozefu:latest"
8787
fail-build: false

Cargo.lock

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

crates/tui/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ ratatui = { version = "0.30.0", features = [
2626
"serde",
2727
#"unstable-rendered-line-info",
2828
] }
29-
ratatui-widgets = "=0.3.0"
3029
crossterm = { version = "0.29.0", features = ["event-stream"] }
3130
itertools = "0.14.0"
32-
bytesize = { version = "2.3.1" }
31+
bytesize = { version = "2.4.0" }
3332
nom = "8.0.0"
3433
throbber-widgets-tui = "0.11.0"
3534
time = "=0.3.45"

0 commit comments

Comments
 (0)