Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump futures from 0.3.28 to 0.3.29 #2196

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ deadpool = { version = "0.10.0", features = ["rt_tokio_1"] }
deadpool-postgres = "0.11.0"
derivative.workspace = true
fixed = { version = "1.24", optional = 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 @@ -33,7 +33,7 @@ url = { version = "2.4.1", features = ["serde"] }

[dev-dependencies]
assert_matches.workspace = true
futures = "0.3.28"
futures = "0.3.29"
janus_aggregator_core = { workspace = true, features = ["test-util"] }
rstest.workspace = true
tokio.workspace = true
Expand Down
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 @@ -38,7 +38,7 @@ base64.workspace = true
chrono = { workspace = true, features = ["clock"] }
derivative.workspace = true
fixed = { version = "1.24", optional = true }
futures = "0.3.28"
futures = "0.3.29"
hex = "0.4"
hpke-dispatch = { version = "0.5.1", features = ["serde"] }
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 @@ -17,7 +17,7 @@ anyhow.workspace = true
backoff = { version = "0.4", features = ["tokio"] }
base64.workspace = true
divviup-client = { git = "https://github.com/divviup/divviup-api", features = ["admin"], tag = "0.0.30" }
futures = "0.3.28"
futures = "0.3.29"
hex = "0.4"
http = "0.2"
itertools.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ backoff = { version = "0.4", features = ["tokio"] }
base64.workspace = true
clap = "4.4.7"
derivative.workspace = true
futures = { version = "0.3.28", optional = true }
futures = { version = "0.3.29", optional = true }
fixed = { version = "1.24", optional = true }
fixed-macro = { version = "1.1.1", optional = true }
hex = { version = "0.4", optional = true }
Expand Down