Skip to content

Commit

Permalink
Update p2panda-rs to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Nov 19, 2023
1 parent 8e21b6a commit b53df8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions aquadoggo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ lipmaa-link = "0.2.2"
log = "0.4.19"
once_cell = "1.18.0"
openssl-probe = "0.1.5"
p2panda-rs = { version = "0.8.0", features = ["storage-provider"] }
p2panda-rs = { version = "0.8.1", features = ["storage-provider"] }
rand = "0.8.5"
regex = "1.9.3"
serde = { version = "1.0.152", features = ["derive"] }
Expand Down Expand Up @@ -93,7 +93,7 @@ http = "0.2.9"
hyper = "0.14.19"
libp2p-swarm-test = "0.2.0"
once_cell = "1.17.0"
p2panda-rs = { version = "0.8.0", features = [
p2panda-rs = { version = "0.8.1", features = [
"test-utils",
"storage-provider",
] }
Expand Down

0 comments on commit b53df8e

Please sign in to comment.