Skip to content

Commit

Permalink
Bump futures from 0.3.26 to 0.3.28 (#2097)
Browse files Browse the repository at this point in the history
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.26 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.26...0.3.28)

---
updated-dependencies:
- dependency-name: futures
  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 Sep 27, 2023
1 parent 714eb54 commit 4362d72
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 dozer-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dozer-tracing = { path = "../dozer-tracing" }

tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] }
tempdir = "0.3.7"
futures = "0.3.26"
futures = "0.3.28"
unicode-segmentation = "1.10.1"
itertools = "0.10.5"
roaring = "0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion dozer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include_dir = "0.7.3"
handlebars = "4.3.7"
rustyline = "12.0.0"
rustyline-derive = "0.9.0"
futures = "0.3.26"
futures = "0.3.28"
page_size = "0.5.0"
reqwest = { version = "0.11.20", features = [
"rustls-tls",
Expand Down
2 changes: 1 addition & 1 deletion dozer-ingestion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dozer-types = { path = "../dozer-types" }
dozer-log = { path = "../dozer-log" }

tokio = { version = "1", features = ["full"] }
futures = "0.3.26"
futures = "0.3.28"
# Postgres connector
postgres-protocol = "0.6.4"
postgres-types = { version = "0.2.4", features = [
Expand Down
2 changes: 1 addition & 1 deletion dozer-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ reqwest = { version = "0.11.20", features = ["json", "rustls-tls"], default-feat
tokio = { version = "1.25.0", features = ["full", "rt"] }
bson = { version = "2.7.0", optional = true }
mongodb = { version = "2.6.1", optional = true }
futures = { version = "0.3.26", optional = true }
futures = { version = "0.3.28", optional = true }
env_logger = "0.10.0"
clap = { version = "4.4.1", features = ["derive"] }
rusqlite = { version = "0.28.0", features = ["bundled", "column_decltype", "hooks"] }
Expand Down

0 comments on commit 4362d72

Please sign in to comment.