diff --git a/Cargo.lock b/Cargo.lock index 58c4823..40b0135 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,9 +469,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "grid" -version = "0.16.1" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb6ae361963ea5fe52038156ea1729f3b4e4ccc0711c362ab2b2d2c0a259e7c3" +checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681" [[package]] name = "h2" diff --git a/Cargo.toml b/Cargo.toml index a0cde56..20209b3 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 = "0.18.0" [dev-dependencies] rstest = { version = "0.18", default-features = false }