Skip to content

Commit

Permalink
build(deps): update noodles requirement from 0.86 to 0.87
Browse files Browse the repository at this point in the history
Updates the requirements on [noodles](https://github.com/zaeleus/noodles) to permit the latest version.
- [Commits](zaeleus/noodles@noodles-0.86.0...noodles-0.87.0)

---
updated-dependencies:
- dependency-name: noodles
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2024
1 parent 2747829 commit ca300fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ datafusion = "43"
exon = { version = "0.32.4", features = ["default"] }
pyo3 = "0.22.2"
tokio = { version = "1", features = ["rt"] }
noodles = { version = "0.86", features = ["core"] }
noodles = { version = "0.87", features = ["core"] }

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit ca300fe

Please sign in to comment.