diff --git a/Cargo.lock b/Cargo.lock index b8910597d..b0923dabe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2219,9 +2219,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.29" +version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" +checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" [[package]] name = "mac-notification-sys" diff --git a/Cargo.toml b/Cargo.toml index 31fe28bd3..072b434be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ dunce = "1.0.5" gix = { version = "0.83.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status", "sha1"] } indexmap = { version = "2.14.0", features = ["serde"] } jsonc-parser = { version = "0.32.4", features = ["serde"] } -log = { version = "0.4.29", features = ["std"] } +log = { version = "0.4.30", 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.17.0", optional = true }