From 75c5a4fe672c61e3c8d5bab34a74c627e1da5c08 Mon Sep 17 00:00:00 2001 From: Marc Nijdam Date: Wed, 9 Aug 2023 14:42:58 -0600 Subject: [PATCH] chore: Release --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9eac68b6..5f65688b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -835,7 +835,7 @@ dependencies = [ [[package]] name = "gateway-rs" -version = "1.0.2" +version = "1.1.0" dependencies = [ "angry-purple-tiger", "async-trait", @@ -857,7 +857,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "sha2 0.10.7", + "sha2 0.9.9", "signature", "thiserror", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 53685261..222170f2 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.2" +version = "1.1.0" authors = ["Marc Nijdam "] edition = "2021" license = "Apache-2.0"