File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
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.147 "
13
+ serde_json = " 1.0.87 "
14
+ snafu = " 0.7.3 "
15
15
stackable-operator = { git = " https://github.com/stackabletech/operator-rs.git" , tag = " 0.25.3" }
16
16
strum = { version = " 0.24.1" , features = [" derive" ] }
17
17
Original file line number Diff line number Diff line change @@ -9,22 +9,22 @@ repository = "https://github.com/stackabletech/zookeeper-operator"
9
9
publish = false
10
10
11
11
[dependencies ]
12
- anyhow = " 1.0.58 "
13
- clap = { version = " 3.2.8 " , features = [" derive" ] }
12
+ anyhow = " 1.0.66 "
13
+ clap = { version = " 3.2.23 " , features = [" derive" ] }
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
- serde_json = " 1.0.82 "
20
- snafu = " 0.7.1 "
16
+ futures = { version = " 0.3.25 " , features = [" compat" ] }
17
+ semver = " 1.0.14 "
18
+ serde = " 1.0.147 "
19
+ serde_json = " 1.0.87 "
20
+ snafu = " 0.7.3 "
21
21
strum = { version = " 0.24.1" , features = [" derive" ] }
22
- tokio = { version = " 1.21.1 " , features = [" full" ], package = " tokio" }
22
+ tokio = { version = " 1.21.2 " , features = [" full" ], package = " tokio" }
23
23
tokio01 = { version = " 0.1.22" , package = " tokio" }
24
24
tokio-executor = " 0.1.10"
25
25
tokio-zookeeper = " 0.1.3"
26
- tracing = " 0.1.35 "
27
- pin-project = " 1.0.11 "
26
+ tracing = " 0.1.37 "
27
+ pin-project = " 1.0.12 "
28
28
stackable-operator = { git = " https://github.com/stackabletech/operator-rs.git" , tag = " 0.25.3" }
29
29
stackable-zookeeper-crd = { path = " ../crd" }
30
30
You can’t perform that action at this time.
0 commit comments