diff --git a/Cargo.lock b/Cargo.lock index e5649f5..7d704b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,9 +354,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "memchr" diff --git a/rust/oxide-bin/Cargo.toml b/rust/oxide-bin/Cargo.toml index 4bd2ba2..ac0bfeb 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.21" +log = "0.4.22" 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 3b37537..2c75782 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.21" +log = "0.4.22" custom_error = "1.9.2" num = "0.4.3" tokio = { version = "1.38.0", features = ["full", "tracing"] } diff --git a/rust/oxide-output/Cargo.toml b/rust/oxide-output/Cargo.toml index 40ee154..5a4e1cd 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.38.0", features = ["full", "tracing"] } -log = "0.4.21" +log = "0.4.22" oxide-decoders = { path = "../oxide-decoders" } diff --git a/rust/oxide-rtlsdr/Cargo.toml b/rust/oxide-rtlsdr/Cargo.toml index 34ccdb5..fe3178e 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.21" +log = "0.4.22" libc = "0.2.155" 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 7bca5ad..eb5c2c4 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.21" +log = "0.4.22" tokio = { version = "1.38.0", features = ["full", "tracing"] }