From 47062710725504ffeff630df9029bcbdf47c3b14 Mon Sep 17 00:00:00 2001 From: adz Date: Sun, 19 Nov 2023 19:43:40 +0100 Subject: [PATCH] Use p2panda version 0.8.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce744b9..6ec7161 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1229,9 +1229,9 @@ dependencies = [ [[package]] name = "p2panda-rs" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cacd81a36e7fb04d4b6fcea3023885f65fc9f97cfb1739b7e5c9d1c183a83d44" +checksum = "ea228ef64ba3caa0f77d22bdc21ba7533b989b03aacc921b54b843ea6f0f8d97" dependencies = [ "arrayvec 0.5.2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c8903e5..f722210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ dialoguer = "0.10.4" gql_client = "1.0.7" hex = "0.4.3" indicatif = "0.17.5" -p2panda-rs = { version = "0.8.0", features = ["test-utils"] } +p2panda-rs = { version = "0.8.1", features = ["test-utils"] } path-clean = "1.0.1" serde = { version = "1.0.174", features = ["derive"] } tokio = { version = "1.29.1", features = ["macros", "rt"] }