Skip to content

Commit

Permalink
Bump futures-core from 0.3.27 to 0.3.28 (#269)
Browse files Browse the repository at this point in the history
Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.27 to 0.3.28.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.27...0.3.28)

---
updated-dependencies:
- dependency-name: futures-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 18, 2023
1 parent 21d36e6 commit 7f37842
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap = {version = "4.1.11", features = ["derive", "unicode", "env"]}
der-parser = "8.2.0"
env_logger = "0.10.0"
futures = "0.3.27"
futures-core = {version = "0.3.24", default-features = false, features = ["alloc"]}
futures-core = {version = "0.3.28", default-features = false, features = ["alloc"]}
futures-util = {version = "0.3.27", default-features = false, features = ["alloc"]}
num = "0.3"
tokio = {version = "1.26.0", features = ["full"]}
Expand Down

0 comments on commit 7f37842

Please sign in to comment.