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 3, 2022
1 parent edd8134 commit ff93d49
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 24 deletions.
50 changes: 31 additions & 19 deletions Cargo.lock

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

10 changes: 5 additions & 5 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 @@ -32,7 +32,7 @@ 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 ff93d49

Please sign in to comment.