From 7c038255fb57122816c65027f9d362b8a00f2fb4 Mon Sep 17 00:00:00 2001 From: Marc Nijdam Date: Tue, 21 Jun 2022 16:56:04 -0500 Subject: [PATCH] (cargo-release) version 1.0.0-alpha.28 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64aa6dc8..87571714 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,7 +647,7 @@ dependencies = [ [[package]] name = "gateway-rs" -version = "1.0.0-alpha.27" +version = "1.0.0-alpha.28" dependencies = [ "angry-purple-tiger", "async-trait", @@ -673,7 +673,7 @@ dependencies = [ "serde_derive", "serde_json", "serde_urlencoded", - "sha2 0.10.2", + "sha2 0.9.9", "signature", "slog", "slog-async", diff --git a/Cargo.toml b/Cargo.toml index 026a8393..320540d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gateway-rs" description = "Helium Gateway for LoRa packet forwarders" -version = "1.0.0-alpha.27" +version = "1.0.0-alpha.28" authors = ["Marc Nijdam "] edition = "2021" license = "Apache-2.0"