diff --git a/Cargo.lock b/Cargo.lock index 2756551a5..0c110d73e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -961,18 +961,18 @@ checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" [[package]] name = "enum-iterator" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "600536cfe9e2da0820aa498e570f6b2b9223eec3ce2f835c8ae4861304fa4794" +checksum = "c280b9e6b3ae19e152d8e31cf47f18389781e119d4013a2a2bb0180e5facc635" dependencies = [ "enum-iterator-derive", ] [[package]] name = "enum-iterator-derive" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03cdc46ec28bd728e67540c528013c6a10eb69a02eb31078a1bda695438cbfb8" +checksum = "a1ab991c1362ac86c61ab6f556cff143daa22e5a15e4e189df818b2fd19fe65b" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2eae1e0e3..b52107b75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ colored = "2" crossbeam-channel = "0.5.12" dashmap = {version = "5", features = ["serde"]} ecow = {version = "0.2.2", features = ["serde"]} -enum-iterator = "2.0.0" +enum-iterator = "2.1.0" indexmap = {version = "2", features = ["serde"]} instant = "0.1.12" num_cpus = "1.16.0" diff --git a/site/Cargo.toml b/site/Cargo.toml index 4c7fc8e6a..7a7aca05d 100644 --- a/site/Cargo.toml +++ b/site/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" base64 = "0.22.0" comrak = "0.22.0" console_error_panic_hook = "0.1.7" -enum-iterator = "2.0.0" +enum-iterator = "2.1.0" getrandom = {version = "0.2", features = ["js"]} hound = "3.5.1" image = "0.24.9"