From 560086aab712518e02477f700a543021a3ef2e58 Mon Sep 17 00:00:00 2001 From: mrtnzlml <978368+mrtnzlml@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:33:45 +0000 Subject: [PATCH] Weekly Rust Cargo update (src/x/Cargo.toml) --- src/x/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/x/Cargo.lock b/src/x/Cargo.lock index 3c720be08c..b379a5f2a9 100644 --- a/src/x/Cargo.lock +++ b/src/x/Cargo.lock @@ -139,9 +139,9 @@ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" [[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 = "once_cell_polyfill"