diff --git a/Cargo.lock b/Cargo.lock index 7f26cbc..bd15033 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,9 +177,9 @@ dependencies = [ [[package]] name = "escapist" -version = "0.0.1" +version = "0.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a692e1ee34f837da2ac0b188c105dcc638c3ee639305801ea7e6c152b3e1fe33" +checksum = "a91c7e59d7e5afa56d8be4dc7e27ea123dcd23d38b4b6a6497a05cddd95844a2" dependencies = [ "entities", ] diff --git a/ext/selma/Cargo.toml b/ext/selma/Cargo.toml index c2f4ed3..97abf19 100644 --- a/ext/selma/Cargo.toml +++ b/ext/selma/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] enum-iterator = "1.2" -escapist = "0.0.1" +escapist = "0.0.2" magnus = { git = "https://github.com/matsadler/magnus", rev = "23160f7229ac74c42da1b5096a65ccbc40962697" } lol_html = "0.3"