Skip to content

Commit 4f3596f

Browse files
chore(deps): Bump log from 0.4.27 to 0.4.28
Bumps [log](https://github.com/rust-lang/log) from 0.4.27 to 0.4.28. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.27...0.4.28) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c558616 commit 4f3596f

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/bio-format-bam/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ futures-util.workspace = true
2222
noodles-bam = {version = "0.81.0" , features = ["async"]}
2323
noodles-sam = "0.77.0"
2424
async-stream = "0.3.6"
25-
log = "0.4.27"
25+
log = "0.4.28"
2626
async-trait = "0.1.88"
2727

2828
[[example]]

datafusion/bio-format-bed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bytes.workspace = true
2222
datafusion-bio-format-core = {path = "../bio-format-core"}
2323
async-compression.workspace = true
2424
futures = "0.3.31"
25-
log = "0.4.27"
25+
log = "0.4.28"
2626
async-stream = "0.3.6"
2727
env_logger = "0.11.8"
2828
noodles-bed = "0.26.0"

datafusion/bio-format-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ noodles-bgzf.workspace = true
1818
tokio-util.workspace = true
1919
tokio.workspace = true
2020
bytes.workspace = true
21-
log = "0.4.27"
21+
log = "0.4.28"
2222
url = "2.5.4"
2323
async-compression = "0.4.19"
2424
futures = "0.3"

datafusion/bio-format-cram/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ noodles-cram.workspace = true
2323
noodles-sam.workspace = true
2424
noodles-fasta.workspace = true
2525
async-stream = "0.3.6"
26-
log = "0.4.27"
26+
log = "0.4.28"
2727
async-trait = "0.1.88"

datafusion/bio-format-fasta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ futures.workspace = true
2323
futures-util.workspace = true
2424
async-compression.workspace = true
2525
async-stream.workspace = true
26-
log = "0.4.27"
26+
log = "0.4.28"
2727
async-trait = "0.1.81"

datafusion/bio-format-fastq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ futures.workspace = true
2323
futures-util.workspace = true
2424
async-compression.workspace = true
2525
async-stream = "0.3.6"
26-
log = { version = "0.4.27", features = ["release_max_level_debug"] }
26+
log = { version = "0.4.28", features = ["release_max_level_debug"] }
2727
async-trait = "0.1.88"
2828
tracing = "0.1.40"
2929
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

datafusion/bio-format-gff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async-trait.workspace = true
2626

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

datafusion/bio-format-vcf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async-compression.workspace = true
2626

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

29-
log = "0.4.22"
29+
log = "0.4.28"
3030
env_logger = "0.11.6"
3131

3232
[dev-dependencies]

0 commit comments

Comments
 (0)