From 944d983bbbb5785c640cf42ae5d70db55d727eed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 10:32:54 +0000 Subject: [PATCH] chore(deps): update rust crate grid to 0.18.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f09b82f..03fce21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,9 +366,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "grid" -version = "0.15.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36119f3a540b086b4e436bb2b588cf98a68863470e0e880f4d0842f112a3183a" +checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681" [[package]] name = "h2" diff --git a/Cargo.toml b/Cargo.toml index 31c3776..6d4fc66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ description = "A collection of static hero icons." maud = "0.26.0" rocket = { version = "0.5.1" } include_directory = "0.1.1" -grid = "0.15.0" +grid = "0.18.0" rand = "0.8.5" static_hero_icons = "0.3.0"