From 48f4ca6dfc3e829dfc95268c95c4446413baa1bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:16:15 +0000 Subject: [PATCH] Update Rust crate grid to v1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58c4823..63123bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,9 +469,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "grid" -version = "0.16.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb6ae361963ea5fe52038156ea1729f3b4e4ccc0711c362ab2b2d2c0a259e7c3" +checksum = "f9e2d4c0a8296178d8802098410ca05d86b17a10bb5ab559b3fb404c1f948220" [[package]] name = "h2" diff --git a/Cargo.toml b/Cargo.toml index a0cde56..3f4c93a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ anyhow = "1" base64 = "0.21" include_directory = "0.1.1" maud = {version = "0.27"} -grid = "0.16.1" +grid = "1.0.0" [dev-dependencies] rstest = { version = "0.18", default-features = false }