Skip to content

Commit

Permalink
Merge pull request #412 from MaterializeInc/dependabot/cargo/async-tr…
Browse files Browse the repository at this point in the history
…ait-0.1.76

Bump async-trait from 0.1.75 to 0.1.76
  • Loading branch information
doy-materialize authored Jan 2, 2024
2 parents db0b9d0 + 7e37f9a commit 0015e93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }
kube = { version = "0.87.0", default-features = false, features = ["derive", "openssl-tls"] }
kube-runtime = "0.87.0"
tracing = "0.1"
async-trait = "0.1.75"
async-trait = "0.1.76"
futures = "0.3"

eip-operator-shared = { path = "eip_operator_shared" }
2 changes: 1 addition & 1 deletion eip_operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tokio = { workspace = true }
tracing = { workspace = true }

eip-operator-shared = { workspace = true }
async-trait = "0.1.75"
async-trait = "0.1.76"
k8s-openapi = { workspace = true }
json-patch = { workspace = true }
k8s-controller = { workspace = true }

0 comments on commit 0015e93

Please sign in to comment.