Skip to content

Commit

Permalink
build(deps): bump node-bindgen from 6.0.2 to 6.1.0 (#499)
Browse files Browse the repository at this point in the history
Bumps [node-bindgen](https://github.com/infinyon/node-bindgen) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/infinyon/node-bindgen/releases)
- [Changelog](https://github.com/infinyon/node-bindgen/blob/master/CHANGELOG.md)
- [Commits](infinyon/node-bindgen@v6.0.2...v6.1.0)

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

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 Sep 10, 2024
1 parent 5c0c512 commit 8cedb23
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ base64 = "0.22"
tracing = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
node-bindgen = "6.0"
node-bindgen = "6.1"
flate2 = "1.0"
fluvio-future = { version = "0.7.0", features = ["tls", "task", "io"] }
fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.11" }
fluvio-spu-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.11" }

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

0 comments on commit 8cedb23

Please sign in to comment.