diff --git a/Cargo.lock b/Cargo.lock index 607bddcaa..a60bff3a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1761,9 +1761,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 = "mac-notification-sys" diff --git a/Cargo.toml b/Cargo.toml index f8cc6e3c2..7195d4937 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ gethostname = "0.4.3" gix = { version = "0.63.0", default-features = false, features = ["max-performance-safe", "revision"] } gix-features = { version = "0.38.2", optional = true } indexmap = { version = "2.2.6", features = ["serde"] } -log = { version = "0.4.21", features = ["std"] } +log = { version = "0.4.22", 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.11.0", optional = true }