Skip to content

Commit

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

---
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 Oct 30, 2023
1 parent c1d9d67 commit 8e73d50
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ console-subscriber = { version = "0.2.0", optional = true }
deadpool = { version = "0.10.0", features = ["rt_tokio_1"] }
deadpool-postgres = "0.11.0"
derivative.workspace = true
futures = "0.3.28"
futures = "0.3.29"
git-version = "0.3.5"
hex = { version = "0.4.3", features = ["serde"], optional = true }
http = "0.2.9"
Expand Down
2 changes: 1 addition & 1 deletion aggregator_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ trillium-router.workspace = true
url = { version = "2.4.1", features = ["serde"] }

[dev-dependencies]
futures = "0.3.28"
futures = "0.3.29"
janus_aggregator_core = { workspace = true, features = ["test-util"] }
tokio.workspace = true
trillium-testing = { workspace = true, features = ["tokio"] }
2 changes: 1 addition & 1 deletion aggregator_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ chrono = "0.4"
deadpool = { version = "0.10.0", features = ["rt_tokio_1"] }
deadpool-postgres = "0.11.0"
derivative.workspace = true
futures = "0.3.28"
futures = "0.3.29"
hex = { version = "0.4.3", features = ["serde"], optional = true }
http = "0.2.9"
http-api-problem = "0.57.0"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ backoff = { version = "0.4.0", features = ["tokio"] }
base64 = "0.21.5"
chrono = { workspace = true, features = ["clock"] }
derivative.workspace = true
futures = "0.3.28"
futures = "0.3.29"
hex = "0.4"
hpke-dispatch = "0.5.1"
http = "0.2.9"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow.workspace = true
backoff = { version = "0.4", features = ["tokio"] }
base64 = "0.21.5"
derivative.workspace = true
futures = "0.3.28"
futures = "0.3.29"
hex = "0.4"
http = "0.2"
janus_aggregator = { workspace = true, features = ["test-util"] }
Expand Down
2 changes: 1 addition & 1 deletion interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ backoff = { version = "0.4", features = ["tokio"] }
base64 = "0.21.5"
clap = "4.4.6"
derivative.workspace = true
futures = { version = "0.3.28", optional = true }
futures = { version = "0.3.29", optional = true }
hex = { version = "0.4", optional = true }
lazy_static = { version = "1", optional = true }
janus_aggregator_core.workspace = true
Expand Down

0 comments on commit 8e73d50

Please sign in to comment.