From d5801abfb20e24041178b4615163cebc6089e27e Mon Sep 17 00:00:00 2001 From: Louis Thiery Date: Wed, 16 Aug 2023 16:59:55 -0700 Subject: [PATCH] bump semtech udp to 0.11 (#450) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3358bcc..ac80aec1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -857,7 +857,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "sha2 0.9.9", + "sha2 0.10.7", "signature", "thiserror", "tokio", @@ -1899,9 +1899,9 @@ dependencies = [ [[package]] name = "semtech-udp" -version = "0.10.9" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7987a38a6ea2ef5c0758444a0fdc6ef7318a6dcc10961d78253bfac1c29d7349" +checksum = "4d23be50e61fa06bbd63768efab380708f73f75010a7df679728c9a82d5f2088" dependencies = [ "arrayref", "base64", diff --git a/Cargo.toml b/Cargo.toml index 5d09520b..973e9d5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ angry-purple-tiger = "0" lorawan = { package = "lorawan", path = "lorawan" } beacon = { git = "https://github.com/helium/proto", branch = "master" } exponential-backoff = { git = "https://github.com/yoshuawuyts/exponential-backoff", branch = "master" } -semtech-udp = { version = ">=0.10.9", default-features = false, features = [ +semtech-udp = { version = ">=0.11", default-features = false, features = [ "server", ] } helium-crypto = ">=0.8"