Skip to content

Commit

Permalink
build(deps): bump noodles from 0.57.0 to 0.58.0
Browse files Browse the repository at this point in the history
Bumps [noodles](https://github.com/zaeleus/noodles) from 0.57.0 to 0.58.0.
- [Commits](zaeleus/noodles@noodles-0.57.0...noodles-0.58.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent eba03bb commit e7e0270
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
40 changes: 20 additions & 20 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 exon-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version.workspace = true
clap = {version = "4.4.8", features = ["derive"]}
datafusion = {workspace = true}
exon = {path = "../exon/exon-core", features = ["all"]}
noodles = {version = "0.57", features = ["core", "vcf", "bgzf"]}
noodles = {version = "0.58", features = ["core", "vcf", "bgzf"]}
tokio = {version = "1", features = ["full"]}
tracing = "0.1.40"
tracing-subscriber = "0.3.17"
2 changes: 1 addition & 1 deletion exon/exon-bam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ version = {workspace = true}
arrow = {workspace = true}
futures = {workspace = true}
itertools = "0.11.0"
noodles = {version = "0.57", features = ["core", "async", "bam", "sam", "bgzf"]}
noodles = {version = "0.58", features = ["core", "async", "bam", "sam", "bgzf"]}
object_store = {workspace = true}
tokio = {workspace = true}
2 changes: 1 addition & 1 deletion exon/exon-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ flate2 = {version = "1.0.28", optional = true}
futures = {workspace = true}
gb-io = {version = "0.7.1", optional = true}
itertools = "0.11.0"
noodles = {version = "0.57", features = ["bed", "tabix", "core", "async", "sam", "fastq", "bcf", "vcf", "bgzf", "csi", "gtf"]}
noodles = {version = "0.58", features = ["bed", "tabix", "core", "async", "sam", "fastq", "bcf", "vcf", "bgzf", "csi", "gtf"]}
num_cpus = "1.16.0"
object_store = {workspace = true, features = ["aws"]}
pin-project = {version = "1.1.3", optional = true}
Expand Down
2 changes: 1 addition & 1 deletion exon/exon-fasta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ arrow = {workspace = true}
exon-common = {path = "../exon-common", version = "0.3.9"}
futures = {workspace = true}
itertools = "0.11.0"
noodles = {version = "0.57", features = ["core", "async", "fasta"]}
noodles = {version = "0.58", features = ["core", "async", "fasta"]}
object_store = {workspace = true}
tokio = {workspace = true}
tokio-util = {workspace = true}
Expand Down
2 changes: 1 addition & 1 deletion exon/exon-gff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version.workspace = true
arrow = {workspace = true}
exon-common = {path = "../exon-common", version = "0.3.9"}
futures = {workspace = true}
noodles = {version = "0.57", features = ["gff"]}
noodles = {version = "0.58", features = ["gff"]}
object_store = {workspace = true}
tokio = {workspace = true}
tokio-util = {workspace = true}
Expand Down

0 comments on commit e7e0270

Please sign in to comment.