Skip to content

Commit 8f09fb2

Browse files
authored
chore: Dependecy bumps (#90)
* chore: Dependecy bumps * Bump Rust and debian image * Fix clippy lints
1 parent 05154a8 commit 8f09fb2

File tree

16 files changed

+626
-654
lines changed

16 files changed

+626
-654
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
RUST_TOOLCHAIN_VERSION: "1.85.0"
8+
RUST_TOOLCHAIN_VERSION: "1.87.0"
99
RUSTFLAGS: "-D warnings"
1010
RUSTDOCFLAGS: "-D warnings"
1111
CARGO_TERM_COLOR: always

.github/workflows/pr_pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
CARGO_TERM_COLOR: always
9-
RUST_TOOLCHAIN_VERSION: "1.85.0"
9+
RUST_TOOLCHAIN_VERSION: "1.87.0"
1010
HADOLINT_VERSION: "v2.12.0"
1111

1212
jobs:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags: ['v[0-9]+.[0-9]+.[0-9]+']
55

66
env:
7-
RUST_TOOLCHAIN_VERSION: "1.85.0"
7+
RUST_TOOLCHAIN_VERSION: "1.87.0"
88
RUSTFLAGS: "-D warnings"
99
RUSTDOCFLAGS: "-D warnings"
1010
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)