File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ repository = "https://github.com/stackabletech/zookeeper-operator"
9
9
publish = false
10
10
11
11
[dependencies ]
12
- serde = " 1.0.138 "
13
- serde_json = " 1.0.82 "
14
- snafu = " 0.7.1 "
12
+ serde = " 1.0.148 "
13
+ serde_json = " 1.0.89 "
14
+ snafu = " 0.7.3 "
15
15
stackable-operator = { git = " https://github.com/stackabletech/operator-rs.git" , tag = " 0.27.1" }
16
16
strum = { version = " 0.24.1" , features = [" derive" ] }
17
17
Original file line number Diff line number Diff line change @@ -9,21 +9,21 @@ repository = "https://github.com/stackabletech/zookeeper-operator"
9
9
publish = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1.0.58 "
13
- clap = " 4.0.26 "
12
+ anyhow = " 1.0.66 "
13
+ clap = " 4.0.27 "
14
14
failure = " 0.1.8"
15
15
fnv = " 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.148 "
19
+ snafu = " 0.7.3 "
20
20
strum = { version = " 0.24.1" , features = [" derive" ] }
21
21
tokio = { version = " 1.21.2" , features = [" full" ], package = " tokio" }
22
22
tokio01 = { version = " 0.1.22" , package = " tokio" }
23
23
tokio-executor = " 0.1.10"
24
24
tokio-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 "
27
27
stackable-operator = { git = " https://github.com/stackabletech/operator-rs.git" , tag = " 0.27.1" }
28
28
stackable-zookeeper-crd = { path = " ../crd" }
29
29
You can’t perform that action at this time.
0 commit comments