diff --git a/Cargo.lock b/Cargo.lock index c80582015..657b6ed44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1197,7 +1197,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beacon" version = "0.1.0" -source = "git+https://github.com/helium/proto?branch=andymck/service-provider-rewards#f4c0698f4847f6931eadc0ceaadb6a3276c386ab" +source = "git+https://github.com/helium/proto?branch=master#ed455afe59b5700fe9e1cbcffe0122133a0bd306" dependencies = [ "base64 0.21.0", "byteorder", @@ -1207,7 +1207,7 @@ dependencies = [ "rand_chacha 0.3.0", "rust_decimal", "serde", - "sha2 0.9.9", + "sha2 0.10.6", "thiserror", ] @@ -3047,7 +3047,7 @@ dependencies = [ [[package]] name = "helium-proto" version = "0.1.0" -source = "git+https://github.com/helium/proto?branch=andymck/service-provider-rewards#f4c0698f4847f6931eadc0ceaadb6a3276c386ab" +source = "git+https://github.com/helium/proto?branch=master#ed455afe59b5700fe9e1cbcffe0122133a0bd306" dependencies = [ "bytes", "prost", @@ -8329,7 +8329,7 @@ dependencies = [ "rand 0.8.5", "serde", "serde_json", - "sha2 0.9.9", + "sha2 0.10.6", "thiserror", "twox-hash", "xorf", diff --git a/Cargo.toml b/Cargo.toml index 108941c51..acc156d5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,14 +60,14 @@ sqlx = {version = "0", features = [ "runtime-tokio-rustls" ]} helium-crypto = {version = "0.8.1", features=["sqlx-postgres", "multisig"]} -helium-proto = {git = "https://github.com/helium/proto", branch = "andymck/service-provider-rewards", features = ["services"]} +helium-proto = {git = "https://github.com/helium/proto", branch = "master", features = ["services"]} hextree = "*" solana-client = "1.14" solana-sdk = "1.14" solana-program = "1.11" spl-token = "3.5.0" reqwest = {version = "0", default-features=false, features = ["gzip", "json", "rustls-tls"]} -beacon = { git = "https://github.com/helium/proto", branch = "andymck/service-provider-rewards" } +beacon = { git = "https://github.com/helium/proto", branch = "master" } humantime = "2" metrics = "0" metrics-exporter-prometheus = "0"