Skip to content

Commit 33df647

Browse files
Update All dependencies (patch only)
1 parent ff69858 commit 33df647

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

rust/crd/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ repository = "https://github.com/stackabletech/zookeeper-operator"
99
publish = false
1010

1111
[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"
1515
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.27.1" }
1616
strum = { version = "0.24.1", features = ["derive"] }
1717

rust/operator-binary/Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ repository = "https://github.com/stackabletech/zookeeper-operator"
99
publish = false
1010

1111
[dependencies]
12-
anyhow = "1.0.58"
13-
clap = "4.0.26"
12+
anyhow = "1.0.66"
13+
clap = "4.0.27"
1414
failure = "0.1.8"
1515
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"
2020
strum = { version = "0.24.1", features = ["derive"] }
2121
tokio = { version = "1.21.2", features = ["full"], package = "tokio" }
2222
tokio01 = { version = "0.1.22", package = "tokio" }
2323
tokio-executor = "0.1.10"
2424
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"
2727
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.27.1" }
2828
stackable-zookeeper-crd = { path = "../crd" }
2929

0 commit comments

Comments
 (0)