Skip to content

Commit 76119ba

Browse files
authored
Merge pull request #1631 from NordSecurity/tomaszklak/update
Various rust dependencies updated
2 parents 9235e3d + 5109b97 commit 76119ba

File tree

19 files changed

+551
-623
lines changed

19 files changed

+551
-623
lines changed

.github/workflows/fuzzing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414
- uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f # v1.0.6
1515
with:
16-
toolchain: nightly-2025-03-26
16+
toolchain: nightly-2025-08-07
1717
override: true
1818
- run: cargo install cargo-fuzz --locked --version 0.12.0
1919
- name: fuzz telio proto
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
- uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f # v1.0.6
2727
with:
28-
toolchain: nightly-2025-03-26
28+
toolchain: nightly-2025-08-07
2929
override: true
3030
- run: cargo install cargo-fuzz --locked --version 0.12.0
3131
- name: fuzz telio crypto decrypt_request
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
- uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f # v1.0.6
4545
with:
46-
toolchain: nightly-2025-03-26
46+
toolchain: nightly-2025-08-07
4747
override: true
4848
- run: cargo install cargo-fuzz --locked --version 0.12.0
4949
- name: fuzz telio pq parse_get_packet
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6363
- uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f # v1.0.6
6464
with:
65-
toolchain: nightly-2025-03-26
65+
toolchain: nightly-2025-08-07
6666
override: true
6767
- run: cargo install cargo-fuzz --locked --version 0.12.0
6868
- name: fuzz telio starcast nat translate_incoming

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
- name: Build Rust Docs
2626
uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f # v1.0.6
2727
with:
28-
toolchain: nightly-2025-03-26
28+
toolchain: nightly-2025-08-07
2929
components: rust-docs
3030
# Nightly is required, because index page generation is a nightly feature. Without it the index.html file will not be at the root of
3131
# The doc folder and gh-pages won't be able to find it.
3232
# --no-deps is required to prevent rustdoc from adding third party dependencies to our documentation, but that also brakes links to
3333
# local pages so that's fixed by adding --workspace.
34-
- run: cargo +nightly-2025-03-26 doc --no-deps --workspace --document-private-items
34+
- run: cargo +nightly-2025-08-07 doc --no-deps --workspace --document-private-items
3535

3636
# Using @v1 of actions/upload-pages-artifact, because the later versions are buggy: https://github.com/actions/deploy-pages/issues/179
3737
- name: Upload Github pages artifact

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ jobs:
149149
- name: Build Rust Docs
150150
uses: actions-rs/toolchain@v1
151151
with:
152-
toolchain: nightly-2024-04-17
152+
toolchain: nightly-2025-08-07
153153
components: rust-docs
154-
- run: cargo +nightly-2025-03-26 doc --no-deps --workspace --document-private-items
154+
- run: cargo +nightly-2025-08-07 doc --no-deps --workspace --document-private-items
155155

156156
test-release:
157157
runs-on: ubuntu-22.04

.unreleased/libtelio-update-dependencies

Whitespace-only changes.

0 commit comments

Comments
 (0)