From f397dcf7d6029f63b0927322dba134814a0ce32b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 06:15:07 +0000 Subject: [PATCH] Update Rust crate log to 0.4.33 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3902757..473c81c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2584,9 +2584,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.28" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" [[package]] name = "lru-slab" diff --git a/Cargo.toml b/Cargo.toml index 5951fa4..d57e206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ hex.version = "0.4" hubpack = "0.1" knus = "3.4.0" libipcc = { git = "https://github.com/oxidecomputer/ipcc-rs", rev = "7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf" } -log = { version = "0.4.28", features = ["std"] } +log = { version = "0.4.33", features = ["std"] } miette = { version = "7.6.0", features = ["fancy"] } p384 = { version = "0.13.1", default-features = false } pem-rfc7468 = { version = "0.7.0", default-features = false }