Skip to content

Commit

Permalink
chore: Bump futures from 0.3.29 to 0.3.30 (#1417)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
1 parent 4eb6568 commit 8d7f3e2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async-smtp = "0.6"
check-if-email-exists = { path = "../core", features = ["headless"] }
csv = "1.3.0"
dotenv = "0.15.0"
futures = { version = "0.3.29", optional = true }
futures = { version = "0.3.30", optional = true }
futures-lite = { version = "2.1.0", optional = true }
lapin = { version = "2.3.1" }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async-recursion = "1.0.5"
async-smtp = { version = "0.6.0", features = ["socks5"] }
chrono = "=0.4.31"
fantoccini = { version = "0.19.3", optional = true }
futures = { version = "0.3.29", optional = true }
futures = { version = "0.3.30", optional = true }
fast-socks5 = "0.9.2"
hickory-proto = "0.24.0"
hickory-resolver = "0.24.0"
Expand Down

0 comments on commit 8d7f3e2

Please sign in to comment.