Skip to content

Commit

Permalink
chore(deps): bump futures from 0.3.29 to 0.3.30
Browse files Browse the repository at this point in the history
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.29 to 0.3.30.
- [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.29...0.3.30)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent b549ec4 commit c54dc4a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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 @@ -102,7 +102,7 @@ ctrlc = { version = "3.4.1", features = ["termination"] }
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
dirs-next = "2.0.0"
figment = { version = "0.10.12", features = ["env", "toml"] }
futures = { version = "0.3.29", default-features = false, features = ["std"] }
futures = { version = "0.3.30", default-features = false, features = ["std"] }
indoc = "2.0.4"
itertools = "0.12.0"
macro_rules_attribute = "0.2.0"
Expand Down

0 comments on commit c54dc4a

Please sign in to comment.