Bump futures-core from 0.3.25 to 0.3.26 (#321)
Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26. - [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.25...0.3.26) --- 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
713138673f
commit
8a09b98645
|
@ -501,9 +501,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-core"
|
||||
version = "0.3.25"
|
||||
version = "0.3.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
||||
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
|
||||
|
||||
[[package]]
|
||||
name = "futures-executor"
|
||||
|
|
|
@ -8,7 +8,7 @@ description = "An OpenAPI client generator - client support"
|
|||
|
||||
[dependencies]
|
||||
bytes = "1.3.0"
|
||||
futures-core = "0.3.25"
|
||||
futures-core = "0.3.26"
|
||||
percent-encoding = "2.2"
|
||||
reqwest = { version = "0.11.14", default-features = false, features = ["json", "stream"] }
|
||||
serde = "1.0"
|
||||
|
|
Loading…
Reference in New Issue