Bump futures-core from 0.3.28 to 0.3.29 (#618)
Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.28 to 0.3.29. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.28...0.3.29) --- updated-dependencies: - dependency-name: futures-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a6bc062480
commit
c3ed5b5aa1
|
@ -697,9 +697,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-core"
|
||||
version = "0.3.28"
|
||||
version = "0.3.29"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
||||
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
|
||||
|
||||
[[package]]
|
||||
name = "futures-executor"
|
||||
|
|
|
@ -8,7 +8,7 @@ description = "An OpenAPI client generator - client support"
|
|||
|
||||
[dependencies]
|
||||
bytes = "1.5.0"
|
||||
futures-core = "0.3.28"
|
||||
futures-core = "0.3.29"
|
||||
percent-encoding = "2.3"
|
||||
reqwest = { version = "0.11.22", default-features = false, features = ["json", "stream"] }
|
||||
serde = "1.0"
|
||||
|
|
Loading…
Reference in New Issue