build: Bump versionize from 0.1.9 to 0.1.10

Bumps [versionize](https://github.com/firecracker-microvm/versionize) from 0.1.9 to 0.1.10.
- [Release notes](https://github.com/firecracker-microvm/versionize/releases)
- [Changelog](https://github.com/firecracker-microvm/versionize/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firecracker-microvm/versionize/compare/v0.1.9...v0.1.10)

---
updated-dependencies:
- dependency-name: versionize
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-24 23:04:12 +00:00
parent 53e49636ca
commit ded8959b9a
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ serde = { version = "1.0.151", features = ["derive"] }
serde_json = "1.0.93"
serial_buffer = { path = "../serial_buffer" }
thiserror = "1.0.39"
versionize = "0.1.9"
versionize = "0.1.10"
versionize_derive = "0.1.4"
vhost = { version = "0.6.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern", "vhost-vdpa"] }
virtio-bindings = { version = "0.2.0", features = ["virtio-v5_0_0"] }