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"] }