Skip to content

Commit cf76158

Browse files
Update All dependencies (patch only)
1 parent 999aed2 commit cf76158

File tree

3 files changed

+41
-61
lines changed

3 files changed

+41
-61
lines changed

Cargo.lock

Lines changed: 29 additions & 49 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.152"
13+
serde_json = "1.0.91"
14+
snafu = "0.7.4"
1515
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.2" }
1616
strum = { version = "0.24.1", features = ["derive"] }
1717

rust/operator-binary/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ 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.68"
13+
clap = "4.0.32"
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.16"
18+
serde = "1.0.152"
19+
snafu = "0.7.4"
2020
strum = { version = "0.24.1", features = ["derive"] }
2121
tokio = { version = "1.24.1", 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.30.2" }
2828
stackable-zookeeper-crd = { path = "../crd" }
2929

3030
[build-dependencies]
31-
built = { version = "0.5.1", features = ["chrono", "git2"] }
31+
built = { version = "0.5.2", features = ["chrono", "git2"] }
3232
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.2" }
3333
stackable-zookeeper-crd = { path = "../crd" }

0 commit comments

Comments
 (0)