Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
eacfe81
chore(deps): bump tracing from 0.1.41 to 0.1.43 (#91)
dependabot[bot] Dec 10, 2025
dfb6100
chore(deps): bump indicatif from 0.18.0 to 0.18.3 (#90)
dependabot[bot] Dec 10, 2025
e1a23fa
chore(deps): bump serde_with from 3.15.0 to 3.16.1 (#92)
dependabot[bot] Dec 10, 2025
8f01672
chore(deps): bump actions/upload-artifact from 5 to 6 (#93)
dependabot[bot] Dec 18, 2025
b16bc82
chore(deps): bump tracing-subscriber from 0.3.20 to 0.3.22 (#94)
dependabot[bot] Jan 12, 2026
5ed5e89
chore(deps): bump lazy-regex from 3.4.1 to 3.4.2 (#96)
dependabot[bot] Jan 12, 2026
0d8c99a
chore(deps): bump reqwest from 0.12.24 to 0.12.25 (#95)
dependabot[bot] Jan 12, 2026
7d9a6d0
chore: update
ibsamsky Jan 12, 2026
da40d2c
chore(deps): bump clap from 4.5.54 to 4.5.56 (#100)
dependabot[bot] Feb 8, 2026
2266acc
chore(deps): bump chrono from 0.4.42 to 0.4.43 (#97)
dependabot[bot] Feb 8, 2026
406baac
chore(deps): bump bytes from 1.11.0 to 1.11.1 (#101)
dependabot[bot] Feb 12, 2026
ffb0d13
chore(deps): bump lazy-regex from 3.5.1 to 3.6.0 (#105)
dependabot[bot] Feb 22, 2026
ec34087
chore(deps): bump actions/upload-artifact from 6 to 7 (#110)
dependabot[bot] Feb 28, 2026
2a56679
chore(deps): bump toml from 0.9.11+spec-1.1.0 to 1.0.3+spec-1.1.0 (#108)
dependabot[bot] Feb 28, 2026
3aecb6a
chore(deps): bump indicatif from 0.18.3 to 0.18.4 (#111)
dependabot[bot] Mar 13, 2026
9c6e1d5
meow
ibsamsky Apr 20, 2026
2bba851
clippy
ibsamsky Apr 20, 2026
e7ac64b
lto
ibsamsky Apr 21, 2026
9a70e42
chore(deps): bump tokio from 1.52.1 to 1.52.2 (#116)
dependabot[bot] May 7, 2026
331d8b9
chore(deps): bump serde_with from 3.18.0 to 3.19.0
dependabot[bot] May 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cargo build --verbose --profile ${{ matrix.profile }}

- name: Upload artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: ${{ matrix.build }}.nightly.${{ matrix.profile }}
path: |
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: cross build --verbose --target ${{ matrix.target }} --profile ${{ matrix.profile }}

- name: Upload artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: ${{ matrix.build }}.nightly.${{ matrix.profile }}
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: cargo test

- name: Upload debug artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: linux.stable.debug
path: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
run: cargo test

- name: Upload debug artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: windows-msvc.stable.debug
path: |
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: cargo test

- name: Upload debug artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: macos.stable.debug
path: |
Expand Down
Loading
Loading