From 62e50f55bad37d88518f41688f61133704d02c26 Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Mon, 26 Dec 2022 15:32:37 +0900 Subject: [PATCH] Bump crates in build-dependencies. internet2 to 0.8.3. microservices to 0.8.10. Signed-off-by: Masaki Muranaka --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a47b6e4..2aba1b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,8 +62,8 @@ shellexpand = { version = "2.1", optional = true } [build-dependencies] amplify = "3.13.0" -internet2 = "0.8.0" -microservices = { version = "0.8.0", default-features = false } +internet2 = "0.8.3" +microservices = { version = "0.8.10", default-features = false } lnpbp = "0.8.0" psbt = "0.8.0" rgb-std = "0.8.0"