fix(deps): update rust crate bytes to v1 (#783)

* fix(deps): update rust crate bytes to v1

* adapt api

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2023-11-30 12:04:44 +01:00
committed by GitHub
parent 3df9bc73f8
commit c98545b3ae
3 changed files with 20 additions and 39 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ once_cell = "1"
sha2 = "0.10"
base64 = "0.21"
chrono = "0.4"
bytes = "0.4"
bytes = "1"
byteorder = "1"
openssl = "0.10"