diff --git a/Cargo.lock b/Cargo.lock index 9fe5a93d..cedf177d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4662,7 +4662,7 @@ dependencies = [ [[package]] name = "sha_p2pool" -version = "0.6.13" +version = "0.6.14" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 17d658c4..861dc5cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "sha_p2pool" -version = "0.6.13" +version = "0.6.14" [dependencies] minotari_app_grpc = {git = "https://github.com/tari-project/tari.git", rev = "2d0ccb121bb13990cac422fe72945cced06c1f74"}