Skip to content

Commit

Permalink
chore(deps): Bump infer from 0.14.0 to 0.15.0
Browse files Browse the repository at this point in the history
Bumps [infer](https://github.com/bojand/infer) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/bojand/infer/releases)
- [Commits](bojand/infer@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: infer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 7, 2023
1 parent 51d8497 commit 9f242b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -270,7 +270,7 @@ hyper = { version = "0.14.27", default-features = false, features = ["client", "
hyper-openssl = { version = "0.9.2", default-features = false }
hyper-proxy = { version = "0.9.1", default-features = false, features = ["openssl-tls"] }
indexmap = { version = "~2.0.0", default-features = false, features = ["serde", "std"] }
infer = { version = "0.14.0", default-features = false, optional = true}
infer = { version = "0.15.0", default-features = false, optional = true}
indoc = { version = "2.0.1", default-features = false }
inventory = { version = "0.3.6", default-features = false }
k8s-openapi = { version = "0.18.0", default-features = false, features = ["api", "v1_26"], optional = true }
Expand Down

0 comments on commit 9f242b7

Please sign in to comment.