fix(deps): update rust crate byteorder to 1.5 (#781)

* fix(deps): update rust crate byteorder to 1.5

* Update Cargo.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2023-11-29 13:07:16 +01:00
committed by GitHub
parent 4195240f36
commit e7b022d62e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sha2 = "0.10"
base64 = "0.21"
chrono = "0.4"
bytes = "0.4"
byteorder = "1.3"
byteorder = "1"
openssl = "0.10"
[dev-dependencies]