Skip to content

Commit 2934864

Browse files
authored
chore: Dependecy bumps (#63)
* chore: Dependecy bumps * Bump to 0.4.0 * Use new op-rs tags
1 parent d8d1c18 commit 2934864

7 files changed

Lines changed: 534 additions & 271 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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.93.0"
20+
RUST_TOOLCHAIN_VERSION: "1.95.0"
2121
RUSTFLAGS: "-D warnings"
2222
RUSTDOCFLAGS: "-D warnings"
2323
RUST_LOG: "info"

.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.93.0"
9+
RUST_TOOLCHAIN_VERSION: "1.95.0"
1010

1111
jobs:
1212
pre-commit:

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.4.0] - 2026-05-19
8+
9+
### Changed
10+
11+
- Bump `hickory-resolver` to 0.26, `sysinfo` to 0.39 and Rust to 1.95.0 ([#63]).
12+
13+
[#63]: https://github.com/stackabletech/containerdebug/pull/63
14+
715
### Fixed
816

917
- Don't log ANSI escape sequences if stdout is a file ([#59]).

0 commit comments

Comments
 (0)