diff --git a/backend/Cargo.lock b/backend/Cargo.lock index a8b93843..5ac2b5a9 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -4109,9 +4109,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.27" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" +checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" dependencies = [ "value-bag", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8f21eea1..cbcdb34d 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -72,7 +72,7 @@ thiserror = "2.0.11" pretty_assertions = "1.4.1" typed-builder = "0.21.0" font-kit = "0.14.2" -log = "0.4.26" +log = "0.4.28" unicode-segmentation = "1.12.0" ignore = "0.4" russh = "0.54"