Skip to content

Commit

Permalink
chore: bump other dependencies (#642)
Browse files Browse the repository at this point in the history
* chore: bump deps

* chore: update changelog
  • Loading branch information
NickLarsenNZ authored Jul 12, 2024
1 parent 28f53b4 commit 49cd462
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.

- Bump `stackable-operator` from `0.64.0` to `0.70.0` ([#641]).
- Bump `product-config` from `0.6.0` to `0.7.0` ([#641]).
- Bump other dependencies ([#642]).
- Make it easy to test custom NiFi images ([#616]).

### Fixed
Expand All @@ -29,6 +30,7 @@ All notable changes to this project will be documented in this file.
[#627]: https://github.com/stackabletech/nifi-operator/pull/627
[#628]: https://github.com/stackabletech/nifi-operator/pull/628
[#641]: https://github.com/stackabletech/nifi-operator/pull/641
[#642]: https://github.com/stackabletech/nifi-operator/pull/642

## [24.3.0] - 2024-03-20

Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_yaml = "0.9"
snafu = "0.8"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.70.0" }
strum = { version = "0.26", features = ["derive"] }
tokio = { version = "1.37", features = ["full"] }
tokio = { version = "1.38", features = ["full"] }
tracing = "0.1"
xml-rs = "0.8"

Expand Down

0 comments on commit 49cd462

Please sign in to comment.