Skip to content

Commit

Permalink
Bump async-trait from 0.1.73 to 0.1.74
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.73 to 0.1.74.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.73...0.1.74)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2023
1 parent 85914b3 commit a5ad177
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.73"
async-trait = "0.1.74"
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.73"
async-trait = "0.1.74"
k8s-openapi = { workspace = true }
json-patch = { workspace = true }
k8s-controller = { workspace = true }

0 comments on commit a5ad177

Please sign in to comment.