Skip to content

Commit

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

Bump async-trait from 0.1.71 to 0.1.73
  • Loading branch information
Rami Chowdhury authored Oct 2, 2023
2 parents ab0f23d + d74202a commit 85914b3
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 @@ -28,7 +28,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }
kube = { version = "0.85.0", features = ["derive"] }
kube-runtime = "0.85.0"
tracing = "0.1"
async-trait = "0.1.71"
async-trait = "0.1.73"
futures = "0.3"

eip-operator-shared = { path = "eip_operator_shared" }
Expand Down
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.71"
async-trait = "0.1.73"
k8s-openapi = { workspace = true }
json-patch = { workspace = true }
k8s-controller = { workspace = true }

0 comments on commit 85914b3

Please sign in to comment.