Bump bytes from 1.4.0 to 1.5.0 (#573)
This commit is contained in:
parent
91bec367dd
commit
5c941c0b41
|
@ -222,9 +222,9 @@ checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
|||
|
||||
[[package]]
|
||||
name = "bytes"
|
||||
version = "1.4.0"
|
||||
version = "1.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
||||
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
||||
|
||||
[[package]]
|
||||
name = "camino"
|
||||
|
|
|
@ -7,7 +7,7 @@ repository = "https://github.com/oxidecomputer/progenitor.git"
|
|||
description = "An OpenAPI client generator - client support"
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.4.0"
|
||||
bytes = "1.5.0"
|
||||
futures-core = "0.3.28"
|
||||
percent-encoding = "2.3"
|
||||
reqwest = { version = "0.11.20", default-features = false, features = ["json", "stream"] }
|
||||
|
|
Loading…
Reference in New Issue