From: Ian Jackson Date: Wed, 14 Apr 2021 15:51:37 +0000 (+0100) Subject: cargo: update enum-map to latest X-Git-Tag: otter-0.5.0~64 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e912263a69daa35b6004de5d56bdf94a4d6fd70d;p=otter.git cargo: update enum-map to latest Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index ced23d33..30dfc3cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,12 +101,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f8ebf5827e4ac4fd5946560e6a99776ea73b596d80898f357007317a7141e47" -[[package]] -name = "array-macro" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e97b4e522f9e55523001238ac59d13a8603af57f69980de5d8de4bbbe8ada6" - [[package]] name = "arrayref" version = "0.3.6" @@ -830,20 +824,19 @@ dependencies = [ [[package]] name = "enum-map" -version = "0.6.4" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4187999839f4ae8be35cf185d1381aa8dc32d2f5951349cc37ae49ebc4781855" +checksum = "88acdb627a242ba1bf36653fa200f72c037ca3324e0710d1ac4fee809a1539cd" dependencies = [ - "array-macro", "enum-map-derive", "serde", ] [[package]] name = "enum-map-derive" -version = "0.4.6" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5c450cf304c9e18d45db562025a14fb1ca0f5c769b6f609309f81d4c31de455" +checksum = "f2dccd930f0c0a8968d873b10d3611f71bffc4dff84879dabf7b746b0686ea81" dependencies = [ "proc-macro2 1.0.26", "quote 1.0.9", diff --git a/Cargo.toml b/Cargo.toml index cce50f0b..70449512 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ usvg="0.13" bundle-sources="0.0.1" [dependencies.enum-map] -version="0.6" +version="1" features=["serde"] [dependencies.flexi_logger]