File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ repository = "https://github.com/stackabletech/zookeeper-operator"
99publish = false
1010
1111[dependencies ]
12- serde = " 1.0.138 "
13- serde_json = " 1.0.82 "
14- snafu = " 0.7.1 "
12+ serde = " 1.0.147 "
13+ serde_json = " 1.0.88 "
14+ snafu = " 0.7.3 "
1515stackable-operator = { git = " https://github.com/stackabletech/operator-rs.git" , tag = " 0.27.1" }
1616strum = { version = " 0.24.1" , features = [" derive" ] }
1717
Original file line number Diff line number Diff line change @@ -9,21 +9,21 @@ repository = "https://github.com/stackabletech/zookeeper-operator"
99publish = false
1010
1111[dependencies ]
12- anyhow = " 1.0.58 "
12+ anyhow = " 1.0.66 "
1313clap = " 4.0.26"
1414failure = " 0.1.8"
1515fnv = " 1.0.7"
16- futures = { version = " 0.3.21 " , features = [" compat" ] }
17- semver = " 1.0.12 "
18- serde = " 1.0.138 "
19- snafu = " 0.7.1 "
16+ futures = { version = " 0.3.25 " , features = [" compat" ] }
17+ semver = " 1.0.14 "
18+ serde = " 1.0.147 "
19+ snafu = " 0.7.3 "
2020strum = { version = " 0.24.1" , features = [" derive" ] }
2121tokio = { version = " 1.21.2" , features = [" full" ], package = " tokio" }
2222tokio01 = { version = " 0.1.22" , package = " tokio" }
2323tokio-executor = " 0.1.10"
2424tokio-zookeeper = " 0.1.3"
25- tracing = " 0.1.35 "
26- pin-project = " 1.0.11 "
25+ tracing = " 0.1.37 "
26+ pin-project = " 1.0.12 "
2727stackable-operator = { git = " https://github.com/stackabletech/operator-rs.git" , tag = " 0.27.1" }
2828stackable-zookeeper-crd = { path = " ../crd" }
2929
You can’t perform that action at this time.
0 commit comments