api-macro: bump bytes to 0.5

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-02 12:45:07 +01:00
parent 1a2aaad5a1
commit c52794b8ad

View File

@ -14,7 +14,7 @@ quote = "1.0"
syn = { version = "1.0", features = [ "full" ] }
[dev-dependencies]
bytes = "0.4"
bytes = "0.5"
futures = "0.3"
http = "0.2"
proxmox = { path = "../proxmox" }