Skip to content

Commit dd157a4

Browse files
adwk67Techassi
andauthored
chore: Bump Rust dependencies pre-25.11.0 (#622)
* chore: Bump Rust dependencies pre-25.11.0 * changelog --------- Co-authored-by: Techassi <git@techassi.dev>
1 parent 03051af commit dd157a4

File tree

5 files changed

+45
-40
lines changed

5 files changed

+45
-40
lines changed

CHANGELOG.md

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

3636
- Support for Spark versions 3.5.5 has been dropped ([#610]).
3737

38+
### Changed
39+
40+
- Bump stackable-operator to `0.100.1` and product-config to `0.8.0` ([#622]).
41+
3842
[#589]: https://github.com/stackabletech/spark-k8s-operator/pull/589
3943
[#603]: https://github.com/stackabletech/spark-k8s-operator/pull/603
4044
[#608]: https://github.com/stackabletech/spark-k8s-operator/pull/608
@@ -43,6 +47,7 @@ All notable changes to this project will be documented in this file.
4347
[#615]: https://github.com/stackabletech/spark-k8s-operator/pull/615
4448
[#617]: https://github.com/stackabletech/spark-k8s-operator/pull/617
4549
[#619]: https://github.com/stackabletech/spark-k8s-operator/pull/619
50+
[#622]: https://github.com/stackabletech/spark-k8s-operator/pull/622
4651

4752
## [25.7.0] - 2025-07-23
4853

Cargo.lock

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

Cargo.nix

Lines changed: 19 additions & 19 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
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/spark-k8s-operator"
1111

1212
[workspace.dependencies]
1313
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.8.0" }
14-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["telemetry", "versioned"], tag = "stackable-operator-0.99.0" }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["telemetry", "versioned"], tag = "stackable-operator-0.100.1" }
1515

1616
anyhow = "1.0"
1717
built = { version = "0.8", features = ["chrono", "git2"] }
@@ -27,7 +27,7 @@ serde_json = "1.0"
2727
serde_yaml = "0.9"
2828
snafu = "0.8"
2929
strum = { version = "0.27", features = ["derive"] }
30-
tokio = { version = "1.39", features = ["full"] }
30+
tokio = { version = "1.40", features = ["full"] }
3131
tracing = "0.1"
3232
tracing-futures = { version = "0.2", features = ["futures-03"] }
3333
indoc = "2"

crate-hashes.json

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

0 commit comments

Comments
 (0)