Skip to content

Commit

Permalink
Merge pull request #73 from sdr-enthusiasts/dependabot/cargo/log-0.4.21
Browse files Browse the repository at this point in the history
chore(deps): Bump log from 0.4.20 to 0.4.21
  • Loading branch information
fredclausen authored Mar 18, 2024
2 parents 6af2605 + 36e2e6b commit d2c7cef
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion rust/oxide-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license.workspace = true
rust-version.workspace = true

[dependencies]
log = "0.4.20"
log = "0.4.21"
oxide-rtlsdr = { path = "../oxide-rtlsdr" }
oxide-config = { path = "../oxide-config" }
oxide-scanner = { path = "../oxide-scanner" }
Expand Down
2 changes: 1 addition & 1 deletion rust/oxide-decoders/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license.workspace = true
rust-version.workspace = true

[dependencies]
log = "0.4.20"
log = "0.4.21"
custom_error = "1.9.2"
num = "0.4.1"
tokio = { version = "1.36.0", features = ["full", "tracing"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/oxide-output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ rust-version.workspace = true

[dependencies]
tokio = { version = "1.36.0", features = ["full", "tracing"] }
log = "0.4.20"
log = "0.4.21"
oxide-decoders = { path = "../oxide-decoders" }
2 changes: 1 addition & 1 deletion rust/oxide-rtlsdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license.workspace = true
rust-version.workspace = true

[dependencies]
log = "0.4.20"
log = "0.4.21"
libc = "0.2.153"
rtlsdr_mt = "2.2.0"
rtlsdr_sys = "1.1.2"
Expand Down
2 changes: 1 addition & 1 deletion rust/oxide-scanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ rust-version.workspace = true
oxide-rtlsdr = { path = "../oxide-rtlsdr" }
oxide-decoders = { path = "../oxide-decoders" }
oxide-output = { path = "../oxide-output" }
log = "0.4.20"
log = "0.4.21"
tokio = { version = "1.36.0", features = ["full", "tracing"] }

0 comments on commit d2c7cef

Please sign in to comment.