diff --git a/Cargo.lock b/Cargo.lock index 04efe665..b100f27e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1837,12 +1837,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.17" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" [[package]] name = "mac-notification-sys" diff --git a/Cargo.toml b/Cargo.toml index 9037e41c..0a8bf81a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ gethostname = "0.4.3" gix = { version = "0.44.1", default-features = false, features = ["max-performance-safe"] } gix-features = { version = "0.29.0", optional = true } indexmap = { version = "1.9.3", features = ["serde"] } -log = { version = "0.4.17", features = ["std"] } +log = { version = "0.4.18", features = ["std"] } # notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix # see: https://github.com/NixOS/nixpkgs/issues/160876 notify-rust = { version = "4.8.0", optional = true }