From: Ian Jackson Date: Sun, 20 Dec 2020 22:19:39 +0000 (+0000) Subject: update some version X-Git-Tag: otter-0.2.0~186 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=43ca6365b9823643fe7dba219b132920548defc7;p=otter.git update some version Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock.example b/Cargo.lock.example index da27354b..21112d00 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -328,9 +328,9 @@ dependencies = [ [[package]] name = "delegate" -version = "0.4.3" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12e531288b600a8bea48baff926d2f16a3f68fda1cd2d59240279907ba727332" +checksum = "a57ed03a3563e9d6214c1eec5bd3b151fc21fb2052448b97692c8df30d113c8c" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", diff --git a/Cargo.toml b/Cargo.toml index 3a4fc1d9..dcb82eac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ arrayvec = "0.5" boolinator = "2" chrono = "0.4" chrono-tz = "0.5" -delegate = "0.4" +delegate = "0.5" derive_more = "0.99" either = "1" failure = "0.1.8" # for pwd diff --git a/zcoord/Cargo.toml b/zcoord/Cargo.toml index 8fa43fa5..eaa4a1bd 100644 --- a/zcoord/Cargo.toml +++ b/zcoord/Cargo.toml @@ -13,7 +13,7 @@ path = "zcoord.rs" [dependencies] -arrayvec = "0" +arrayvec = "0.5" derive_more = "0.99" fehler = "1" if_chain = "1"