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 Jun 4, 2022
1 parent edd8134 commit d6bf9a1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 27 deletions.
54 changes: 33 additions & 21 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions rust/operator-binary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repository = "https://github.com/stackabletech/secret-operator"

[dependencies]
anyhow = "1.0.57"
async-trait = "0.1.53"
clap = { version = "3.1.17", features = ["derive", "env"] }
async-trait = "0.1.56"
clap = { version = "3.1.18", features = ["derive", "env"] }
futures = "0.3.21"
libc = "0.2.125"
libc = "0.2.126"
openssl = "0.10.40"
pin-project = "1.0.10"
prost = "0.10.3"
prost = "0.10.4"
prost-types = "0.10.1"
serde = "1.0.137"
serde_json = "1.0.81"
Expand All @@ -26,13 +26,13 @@ stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git",
sys-mount = { version = "1.5.1", default-features = false }
time = "0.3.9"
tokio = { version = "1.18.2", features = ["full"] }
tokio-stream = { version = "0.1.8", features = ["net"] }
tokio-stream = { version = "0.1.9", features = ["net"] }
tonic = "0.7.2"
tonic-reflection = "0.4.0"
tracing = "0.1.34"

# Need to keep this in sync with our patched h2 build
h2 = "=0.3.7"
h2 = "=0.3.13"
uuid = { version = "1.0.0", features = ["v4"] }

[dev-dependencies]
Expand Down

0 comments on commit d6bf9a1

Please sign in to comment.