Skip to content

Commit 46cba43

Browse files
authored
chore: Bump Rust dependencies (#318)
* chore: Bump Rust dependencies * chore: Update PR link in changelog * ci: Bump Rust version in workflows * ci: Bump cargo-udeps in workflow
1 parent 3e2ed32 commit 46cba43

10 files changed

+1411
-656
lines changed

Diff for: .github/workflows/pr_cockpit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- "go.sum"
1616

1717
env:
18-
RUST_VERSION: 1.79.0
18+
RUST_VERSION: 1.80.1
1919
GO_VERSION: '^1.22.5'
2020
CARGO_TERM_COLOR: always
2121
CARGO_INCREMENTAL: "0"

Diff for: .github/workflows/pr_general.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Pull Request General
44
on: workflow_call
55

66
env:
7-
RUST_VERSION: 1.79.0
7+
RUST_VERSION: 1.80.1
88
GO_VERSION: '^1.22.5'
99
CARGO_TERM_COLOR: always
1010
CARGO_INCREMENTAL: "0"
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
key: udeps
4444
cache-all-crates: "true"
45-
- run: cargo install --locked [email protected].47
45+
- run: cargo install --locked [email protected].50
4646
- run: cargo udeps --workspace
4747

4848
run_cargodeny:

Diff for: .github/workflows/pr_stackablectl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- "extra/**"
1515

1616
env:
17-
RUST_VERSION: 1.79.0
17+
RUST_VERSION: 1.80.1
1818
GO_VERSION: '^1.22.5'
1919
CARGO_TERM_COLOR: always
2020
CARGO_INCREMENTAL: "0"

Diff for: .github/workflows/release_stackablectl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "stackablectl-[0-9]+.[0-9]+.[0-9]+**"
88

99
env:
10-
RUST_VERSION: 1.79.0
10+
RUST_VERSION: 1.80.1
1111
CARGO_TERM_COLOR: always
1212
CARGO_INCREMENTAL: "0"
1313
CARGO_PROFILE_DEV_DEBUG: "0"

0 commit comments

Comments
 (0)