Skip to content

Commit 7b74faf

Browse files
committed
Update dependencies
1 parent d029895 commit 7b74faf

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
8989
components: clippy
90-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
90+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
9191
with:
9292
key: clippy
9393
- name: Run clippy action to produce annotations
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
119119
components: rustfmt
120-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
120+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
121121
with:
122122
key: doc
123123
- run: cargo doc --document-private-items
@@ -138,7 +138,7 @@ jobs:
138138
# for our cases.
139139
# See: https://github.com/dtolnay/trybuild/issues/236#issuecomment-1620950759
140140
components: rust-src
141-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
141+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
142142
with:
143143
key: test
144144
- run: cargo test --all-features

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ All notable changes to this project will be documented in this file.
77
### Changed
88

99
- Increased the default `--loop` interval from every minute to every 30 minutes ([#23]).
10+
- Collect and output the open files limit ([#45])
1011

1112
[#23]: https://github.com/stackabletech/containerdebug/pull/23
13+
[#45]: https://github.com/stackabletech/containerdebug/pull/45
1214

1315
## [0.1.1] - 2024-12-16
1416

Cargo.lock

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde = { version = "1.0", features = ["derive"] }
1212
serde_json = "1.0"
1313
snafu = "0.8"
1414
stackable-operator = { git = "https://github.com/stackabletech/operator-rs", tag = "stackable-operator-0.93.1", features = ["telemetry"] }
15-
sysinfo = { version = "0.35.1", features = ["serde"] }
15+
sysinfo = { version = "0.35", features = ["serde"] }
1616
tracing = "0.1"
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)