Skip to content

Commit 073aa13

Browse files
Update All dependencies (patch only)
1 parent 77867dd commit 073aa13

File tree

3 files changed

+51
-51
lines changed

3 files changed

+51
-51
lines changed

Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/crd/Cargo.toml

Lines changed: 3 additions & 3 deletions
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.147"
13+
serde_json = "1.0.87"
14+
snafu = "0.7.3"
1515
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.25.3" }
1616
strum = { version = "0.24.1", features = ["derive"] }
1717

rust/operator-binary/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ repository = "https://github.com/stackabletech/zookeeper-operator"
99
publish = false
1010

1111
[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"] }
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-
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"
2121
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" }
2323
tokio01 = { version = "0.1.22", package = "tokio" }
2424
tokio-executor = "0.1.10"
2525
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"
2828
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.25.3" }
2929
stackable-zookeeper-crd = { path = "../crd" }
3030

0 commit comments

Comments
 (0)