diff --git a/Cargo.lock b/Cargo.lock index 2a64369..96722d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "anstream" @@ -294,9 +294,9 @@ checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" [[package]] name = "log" -version = "0.4.19" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "once_cell" diff --git a/Cargo.toml b/Cargo.toml index 36a53bb..2a44201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ hex = "0.4.3" clap = { version = "4.3.19", features = ["derive"] } dbus = "0.9.7" dbus-tree = "0.9.2" -log = "0.4.19" +log = "0.4.29" simple_logger = { version = "4.2.0", default_features = false } rust-ini = "0.19.0" quick-error = "2.0.1"