From fecbdfcfa07ffce5a5d3d5a07a409700449927a6 Mon Sep 17 00:00:00 2001 From: Charlie Little Date: Fri, 31 Dec 2021 00:10:50 -0600 Subject: [PATCH] Update dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab93bf7..3cd2474 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,9 @@ proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bitcoin = "0.23.0" -quote = "1.0.2" -proc-macro-error = "0.4.9" +bitcoin = "0.27.1" +quote = "1.0.14" +proc-macro-error = "1.0.4" lazy_static = "1.4.0" -hex = "0.4.2" -proc-macro2 = "1.0.9" +hex = "0.4.3" +proc-macro2 = "1.0.36"