diff --git a/Cargo.lock b/Cargo.lock index 6d92dba6..1aedb44d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -826,9 +826,9 @@ checksum = "f6a104730949fbc4c78e4fa98ed769ca0faa02e9818936b61032d2d77526afa9" [[package]] name = "log" -version = "0.4.14" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" dependencies = [ "cfg-if", ] diff --git a/Cargo.toml b/Cargo.toml index 6bd28f92..fde4eb2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ gethostname = "0.2.3" git2 = { version = "0.14.2", default-features = false } indexmap = { version = "1.8.0", features = ["serde"] } local_ipaddress = "0.1.3" -log = { version = "0.4.14", features = ["std"] } +log = { version = "0.4.16", features = ["std"] } notify-rust = "4.5.7" once_cell = "1.10.0" open = "2.1.1"