Bump bytes from 1.3.0 to 1.4.0 (#338)

This commit is contained in:
dependabot[bot] 2023-02-13 16:25:29 +00:00 committed by GitHub
parent 08158e11f5
commit 441dc30f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -120,9 +120,9 @@ checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
[[package]]
name = "bytes"
version = "1.3.0"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "cargo-lock"

View File

@ -7,7 +7,7 @@ repository = "https://github.com/oxidecomputer/progenitor.git"
description = "An OpenAPI client generator - client support"
[dependencies]
bytes = "1.3.0"
bytes = "1.4.0"
futures-core = "0.3.26"
percent-encoding = "2.2"
reqwest = { version = "0.11.14", default-features = false, features = ["json", "stream"] }