Skip to content

Commit cc802f7

Browse files
authored
chore: Bump Rust dependencies and Rust version (#52)
* chore: Bump Rust dependencies and Rust version * bump Rust * Bump cargo-deny * Use op-rs 0.107.0 * changelog
1 parent 9e72363 commit cc802f7

File tree

10 files changed

+1112
-1203
lines changed

10 files changed

+1112
-1203
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
CARGO_TERM_COLOR: always
1818
CARGO_INCREMENTAL: "0"
1919
CARGO_PROFILE_DEV_DEBUG: "0"
20-
RUST_TOOLCHAIN_VERSION: "1.85.0"
20+
RUST_TOOLCHAIN_VERSION: "1.93.0"
2121
RUSTFLAGS: "-D warnings"
2222
RUSTDOCFLAGS: "-D warnings"
2323
RUST_LOG: "info"
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57-
- uses: EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
57+
- uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2.0.15
5858
with:
5959
command: check ${{ matrix.checks }}
6060

.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.93.0"
1010

1111
jobs:
1212
pre-commit:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Dependency bumps. This includes switching to async code (using `tokio`), as `hickory-resolver` 0.25 removed the synchronous APIs ([#52]).
10+
11+
[#52]: https://github.com/stackabletech/containerdebug/pull/52
12+
713
## [0.2.0] - 2025-05-26
814

915
### Changed

0 commit comments

Comments
 (0)