stackabletech / druid-operator

An Operator for Apache Druid for Stackable Data Platform
Other
10 stars 0 forks source link

refactor: Replace lazy_static with std::sync::LazyLock (b04cbc1) #604

Closed stackable-bot closed 1 month ago

stackable-bot commented 1 month ago

Part of https://github.com/stackabletech/operator-templating/issues/415 and https://github.com/stackabletech/operator-rs/pull/827

[!NOTE] Autogenerated PR to update templated files since the last template run up to stackabletech/operator-templating@b04cbc18d6a74668e5da33ed8fa8e243accbc1f2.

Trigger Message
@Techassi: Update Rust toolchain to 1.80.0, part of https://github.com/stackabletech/operator-templating/issues/415

[!TIP] Please update the change type as appropriate.

For example, if the change is breaking, add an ! after the change type:

chore!: Update templated files (b04cbc1)

If you need to add subsequent commits to make the checks pass, change the type:

refactor: Replace lazy_static with std::sync::LazyLock (b04cbc1)

For more information, See Conventional Commits.