Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

2 changes: 1 addition & 1 deletion datafusion/bio-format-bam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures-util.workspace = true
noodles-bam = {version = "0.81.0" , features = ["async"]}
noodles-sam = "0.77.0"
async-stream = "0.3.6"
log = "0.4.27"
log = "0.4.28"
async-trait = "0.1.88"

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion datafusion/bio-format-bed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bytes.workspace = true
datafusion-bio-format-core = {path = "../bio-format-core"}
async-compression.workspace = true
futures = "0.3.31"
log = "0.4.27"
log = "0.4.28"
async-stream = "0.3.6"
env_logger = "0.11.8"
noodles-bed = "0.26.0"
Expand Down
2 changes: 1 addition & 1 deletion datafusion/bio-format-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ noodles-bgzf.workspace = true
tokio-util.workspace = true
tokio.workspace = true
bytes.workspace = true
log = "0.4.27"
log = "0.4.28"
url = "2.5.4"
async-compression = "0.4.19"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion datafusion/bio-format-cram/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ noodles-cram.workspace = true
noodles-sam.workspace = true
noodles-fasta.workspace = true
async-stream = "0.3.6"
log = "0.4.27"
log = "0.4.28"
async-trait = "0.1.88"
2 changes: 1 addition & 1 deletion datafusion/bio-format-fasta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ futures.workspace = true
futures-util.workspace = true
async-compression.workspace = true
async-stream.workspace = true
log = "0.4.27"
log = "0.4.28"
async-trait = "0.1.81"
2 changes: 1 addition & 1 deletion datafusion/bio-format-fastq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ futures.workspace = true
futures-util.workspace = true
async-compression.workspace = true
async-stream = "0.3.6"
log = { version = "0.4.27", features = ["release_max_level_debug"] }
log = { version = "0.4.28", features = ["release_max_level_debug"] }
async-trait = "0.1.88"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down
2 changes: 1 addition & 1 deletion datafusion/bio-format-gff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async-trait.workspace = true

noodles-gff = { git = "https://github.com/biodatageeks/noodles.git",rev = "9b7b2c5b6531373918302d4c07410e583f1b5b5c", features = ["async"] }
flate2 = "1.0"
log = "0.4.27"
log = "0.4.28"
env_logger = "0.11.8"
tracing = "0.1.40"

Expand Down
2 changes: 1 addition & 1 deletion datafusion/bio-format-vcf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async-compression.workspace = true

datafusion-bio-format-core = {path = "../bio-format-core"}

log = "0.4.22"
log = "0.4.28"
env_logger = "0.11.6"

[dev-dependencies]
Expand Down
Loading