From 740c6ccad94fda1e8cc4074701ca469ea79eaa2d Mon Sep 17 00:00:00 2001 From: Marek 'seqre' Grzelak Date: Mon, 30 Oct 2023 23:42:28 -0500 Subject: [PATCH] deps: use upstream poise again --- Cargo.lock | 10 ++++++---- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c627a13..9bfc4bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1568,8 +1568,9 @@ dependencies = [ [[package]] name = "poise" -version = "0.5.6" -source = "git+https://github.com/m4tx/poise.git#7c85e3f787211da979b739315266e1ce190e6f42" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d104e4b5847283b2fbd6a7ec19fb6a8af328e2145623d056b66d750a30073fdf" dependencies = [ "async-trait", "derivative", @@ -1586,8 +1587,9 @@ dependencies = [ [[package]] name = "poise_macros" -version = "0.5.6" -source = "git+https://github.com/m4tx/poise.git#7c85e3f787211da979b739315266e1ce190e6f42" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fb516a8cf4e4ae4bd7ef5819d08c6ca408976461a9bea3ee3eec5138ac070c1" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 34cabad..03acc11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,4 @@ env_logger = "0.10.0" log = "0.4.20" num-bigint = "0.4.4" itertools = "0.11.0" -poise = { git = "https://github.com/m4tx/poise.git" } +poise = "0.5.7"