Skip to content

Commit

Permalink
chore(deps): Bump log from 0.4.21 to 0.4.22
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22.
- [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.21...0.4.22)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 29, 2024
1 parent 699297d commit b1e29af
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.21"
log = "0.4.22"
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.21"
log = "0.4.22"
custom_error = "1.9.2"
num = "0.4.3"
tokio = { version = "1.38.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.38.0", features = ["full", "tracing"] }
log = "0.4.21"
log = "0.4.22"
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.21"
log = "0.4.22"
libc = "0.2.155"
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.21"
log = "0.4.22"
tokio = { version = "1.38.0", features = ["full", "tracing"] }

0 comments on commit b1e29af

Please sign in to comment.