Skip to content

Commit 697bfcc

Browse files
chore: Bump Rust dependencies pre-26.3.0 (#401)
* chore: Bump Rust dependencies - Bump stackable-operator to 0.106.2 - Bump strum to 0.28 * chore: Add changelog entry --------- Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 991955f commit 697bfcc

File tree

5 files changed

+50
-48
lines changed

5 files changed

+50
-48
lines changed

CHANGELOG.md

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

1111
### Changed
1212

13+
- Bump stackable-operator to 0.106.2, and strum to 0.28 ([#401]).
1314
- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#396]).
1415

1516
### Fixed
@@ -23,6 +24,7 @@ All notable changes to this project will be documented in this file.
2324
[#387]: https://github.com/stackabletech/commons-operator/pull/387
2425
[#396]: https://github.com/stackabletech/commons-operator/pull/396
2526
[#400]: https://github.com/stackabletech/commons-operator/pull/400
27+
[#401]: https://github.com/stackabletech/commons-operator/pull/401
2628

2729
## [25.11.0] - 2025-11-07
2830

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
repository = "https://github.com/stackabletech/commons-operator"
1111

1212
[workspace.dependencies]
13-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.106.1", features = ["telemetry", "webhook"] }
13+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.106.2", features = ["telemetry", "webhook"] }
1414

1515
anyhow = "1.0"
1616
built = { version = "0.8", features = ["chrono", "git2"] }
@@ -22,7 +22,7 @@ json-patch = "4.1"
2222
serde = { version = "1.0", features = ["derive"] }
2323
serde_json = "1.0"
2424
snafu = "0.8"
25-
strum = { version = "0.27", features = ["derive"] }
25+
strum = { version = "0.28", features = ["derive"] }
2626
tokio = { version = "1.40", features = ["full"] }
2727
tracing = "0.1"
2828

crate-hashes.json

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

0 commit comments

Comments
 (0)