diff --git a/Cargo.lock b/Cargo.lock
index 3998541a8..7713e33c2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3631,9 +3631,9 @@ dependencies = [
 
 [[package]]
 name = "log"
-version = "0.4.22"
+version = "0.4.25"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
+checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
 
 [[package]]
 name = "loopdev"
diff --git a/Cargo.toml b/Cargo.toml
index a03433e22..ba03bd8ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ hex = "0.4.3"
 hmac = "0.12.1"
 jwt-simple = { version = "0.12", default-features = false, features = ["pure-rust"] }
 kbs-types = "0.7.0"
-log = "0.4.22"
+log = "0.4.25"
 nix = "0.29"
 openssl = "0.10"
 prost = "0.13"
diff --git a/image-rs/Cargo.toml b/image-rs/Cargo.toml
index b1188fab3..48ae1727e 100644
--- a/image-rs/Cargo.toml
+++ b/image-rs/Cargo.toml
@@ -28,7 +28,7 @@ futures = { version = "0.3.31", optional = true }
 futures-util = "0.3"
 hex = { workspace = true, optional = true }
 kbc = { path = "../attestation-agent/kbc", default-features = false, optional = true }
-log = "0.4.22"
+log = "0.4.25"
 loopdev = { git = "https://github.com/mdaffin/loopdev", rev = "c9f91e8f0326ce8a3364ac911e81eb32328a5f27" }
 nix = { workspace = true, optional = true, features = ["mount", "fs"] }
 oci-client = { version = "0.14", default-features = false, optional = true }