build: Bump byteorder from 1.4.3 to 1.5.0

Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.4.3 to 1.5.0.
- [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/byteorder/compare/1.4.3...1.5.0)

---
updated-dependencies:
- dependency-name: byteorder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-29 23:33:33 +00:00
committed by cloud-hypervisor-bot
parent 2d15a2cd45
commit fd854c7339
7 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ default = []
anyhow = "1.0.79"
arc-swap = "1.5.1"
block = { path = "../block" }
byteorder = "1.4.3"
byteorder = "1.5.0"
epoll = "4.3.3"
event_monitor = { path = "../event_monitor" }
libc = "0.2.153"