Skip to content

Commit

Permalink
Update All dependencies (patch only)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 13, 2022
1 parent 8fd75ef commit 62d2e36
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 65 deletions.
147 changes: 94 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions rust/crd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ repository = "https://github.com/stackabletech/zookeeper-operator"
publish = false

[dependencies]
serde = "1.0.138"
serde_json = "1.0.82"
snafu = "0.7.1"
serde = "1.0.150"
serde_json = "1.0.89"
snafu = "0.7.3"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.27.1" }
strum = { version = "0.24.1", features = ["derive"] }

Expand Down
18 changes: 9 additions & 9 deletions rust/operator-binary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ repository = "https://github.com/stackabletech/zookeeper-operator"
publish = false

[dependencies]
anyhow = "1.0.58"
clap = "4.0.26"
anyhow = "1.0.66"
clap = "4.0.29"
failure = "0.1.8"
fnv = "1.0.7"
futures = { version = "0.3.21", features = ["compat"] }
semver = "1.0.12"
serde = "1.0.138"
snafu = "0.7.1"
futures = { version = "0.3.25", features = ["compat"] }
semver = "1.0.14"
serde = "1.0.150"
snafu = "0.7.3"
strum = { version = "0.24.1", features = ["derive"] }
tokio = { version = "1.23.0", features = ["full"], package = "tokio" }
tokio01 = { version = "0.1.22", package = "tokio" }
tokio-executor = "0.1.10"
tokio-zookeeper = "0.1.3"
tracing = "0.1.35"
pin-project = "1.0.11"
tracing = "0.1.37"
pin-project = "1.0.12"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.27.1" }
stackable-zookeeper-crd = { path = "../crd" }

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

0 comments on commit 62d2e36

Please sign in to comment.