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>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7032291616

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-11-29 12:07:54 +00:00
committed by tauri-bot
parent 146493665a
commit f117f0ab03

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]