From 36e2e6b3398c589e32b38423ea19536c359528a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 04:51:12 +0000 Subject: [PATCH] chore(deps): Bump log from 0.4.20 to 0.4.21 Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rust/oxide-bin/Cargo.toml | 2 +- rust/oxide-decoders/Cargo.toml | 2 +- rust/oxide-output/Cargo.toml | 2 +- rust/oxide-rtlsdr/Cargo.toml | 2 +- rust/oxide-scanner/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e02580..bb8e17a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,9 +365,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "memchr" diff --git a/rust/oxide-bin/Cargo.toml b/rust/oxide-bin/Cargo.toml index 580c07e..d57dd84 100644 --- a/rust/oxide-bin/Cargo.toml +++ b/rust/oxide-bin/Cargo.toml @@ -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" } diff --git a/rust/oxide-decoders/Cargo.toml b/rust/oxide-decoders/Cargo.toml index e930900..d74b57a 100644 --- a/rust/oxide-decoders/Cargo.toml +++ b/rust/oxide-decoders/Cargo.toml @@ -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"] } diff --git a/rust/oxide-output/Cargo.toml b/rust/oxide-output/Cargo.toml index ef92e63..674fa37 100644 --- a/rust/oxide-output/Cargo.toml +++ b/rust/oxide-output/Cargo.toml @@ -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" } diff --git a/rust/oxide-rtlsdr/Cargo.toml b/rust/oxide-rtlsdr/Cargo.toml index aa6aee2..7c9a893 100644 --- a/rust/oxide-rtlsdr/Cargo.toml +++ b/rust/oxide-rtlsdr/Cargo.toml @@ -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" diff --git a/rust/oxide-scanner/Cargo.toml b/rust/oxide-scanner/Cargo.toml index 386e50b..a1df45f 100644 --- a/rust/oxide-scanner/Cargo.toml +++ b/rust/oxide-scanner/Cargo.toml @@ -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"] }