diff --git a/Cargo.lock b/Cargo.lock index 369beac4..9b8cfa45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,10 +514,10 @@ dependencies = [ [[package]] name = "gateway-rs" -version = "1.0.0-alpha.15" +version = "1.0.0-alpha.16" dependencies = [ "angry-purple-tiger", - "base64 0.13.0", + "base64 0.12.3", "bytes", "config", "daemonize", @@ -526,7 +526,7 @@ dependencies = [ "helium-proto", "http", "http-serde", - "log 0.4.14", + "log 0.3.9", "longfi", "lorawan", "prost", diff --git a/Cargo.toml b/Cargo.toml index 59245dc7..a26fcf14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ cargo-features = ["strip"] [package] name = "gateway-rs" description = "Helium Gateway for LoRa packet forwarders" -version = "1.0.0-alpha.15" +version = "1.0.0-alpha.16" authors = ["Marc Nijdam "] edition = "2018" license = "Apache-2.0"