Skip to content

Commit

Permalink
build(deps): Bump fluvio-spu-schema from v0.11.5 to v0.11.6 (#456)
Browse files Browse the repository at this point in the history
Bumps [fluvio-spu-schema](https://github.com/infinyon/fluvio) from v0.11.5 to v0.11.6.
- [Release notes](https://github.com/infinyon/fluvio/releases)
- [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md)
- [Commits](infinyon/fluvio@b500708...db1a58d)

---
updated-dependencies:
- dependency-name: fluvio-spu-schema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent c90ee4f commit dca9f2f
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 20 deletions.
127 changes: 108 additions & 19 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 @@ -22,7 +22,7 @@ node-bindgen = "6.0"
flate2 = "1.0"
fluvio-future = { version = "0.6.2", features = ["tls", "task", "io"] }
fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.5" }
fluvio-spu-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.5" }
fluvio-spu-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.6" }

[build-dependencies]
node-bindgen = { version = "6.0", default-features = false, features = ["build"] }

0 comments on commit dca9f2f

Please sign in to comment.