build(xchacha): update cargo dep chacha20poly1305

This commit is contained in:
2021-05-13 16:30:20 +02:00
parent cef608bdd2
commit 014500c51d

View File

@@ -19,5 +19,5 @@ agnostik = "0.2"
path = "../crdt-enc"
[dependencies.chacha20poly1305]
version = "0.7"
version = "0.8"
features = ["std"]