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"