Skip to content

Commit 5d38f96

Browse files
committed
bump anyhow to 1.0.103, linting
1 parent 906376d commit 5d38f96

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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 @@ repository = "https://github.com/stackabletech/kafka-operator"
1212
[workspace.dependencies]
1313
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.112.0", features = ["crds", "webhook"] }
1414

15-
anyhow = "1.0"
15+
anyhow = "1.0.103"
1616
built = { version = "0.8", features = ["chrono", "git2"] }
1717
clap = "4.6"
1818
const_format = "0.2"

rust/operator-binary/src/controller/build/resource/discovery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub enum Error {
2828
}
2929

3030
/// Build a discovery [`ConfigMap`] containing information about how to connect to a certain
31-
/// [`v1alpha1::KafkaCluster`].
31+
/// `v1alpha1::KafkaCluster`.
3232
pub fn build_discovery_configmap(
3333
validated_cluster: &ValidatedCluster,
3434
listeners: &[listener::v1alpha1::Listener],

rust/operator-binary/src/controller/build/resource/rbac.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Builds the cluster-wide RBAC resources (`ServiceAccount` and `RoleBinding`).
22
//!
3-
//! The names come from [`ResourceNames`](stackable_operator::v2::role_utils::ResourceNames)
3+
//! The names come from [`ResourceNames`]
44
//! and are identical to the previously used `commons::rbac::build_rbac_resources`
55
//! (`<cluster>-serviceaccount`, `<cluster>-rolebinding`, `<product>-clusterrole`), so switching to
66
//! this builder does not rename any RBAC objects.

rust/operator-binary/src/controller/build/resource/statefulset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ fn add_common_pod_config(
790790
///
791791
/// Whether Vector is enabled, the per-container log config and the (validated) aggregator
792792
/// discovery `ConfigMap` name are resolved up-front in
793-
/// [`ValidatedLogging`](crate::controller::validate::ValidatedLogging). The container mounts the
793+
/// [`ValidatedLogging`]. The container mounts the
794794
/// static `vector.yaml` from the `config` volume and is driven by the env vars the
795795
/// [`vector_container`] sets.
796796
fn add_vector_container(

0 commit comments

Comments
 (0)