Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sandhose committed Oct 7, 2024
1 parent 556808b commit 6da5cf6
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 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 crates/axum-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ axum-extra.workspace = true
bytes.workspace = true
chrono.workspace = true
data-encoding = "2.6.0"
futures-util = "0.3.30"
futures-util = "0.3.31"
headers.workspace = true
http.workspace = true
http-body.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
[dependencies]
# Async runtime
tokio.workspace = true
futures-util = "0.3.30"
futures-util = "0.3.31"
async-trait.workspace = true

# Logging and tracing
Expand Down
2 changes: 1 addition & 1 deletion crates/http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
[dependencies]
async-trait.workspace = true
bytes.workspace = true
futures-util = "0.3.30"
futures-util = "0.3.31"
headers.workspace = true
http.workspace = true
http-body.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/iana-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async-trait.workspace = true
camino.workspace = true
convert_case = "0.6.0"
csv = "1.3.0"
futures-util = "0.3.30"
futures-util = "0.3.31"
reqwest = { version = "0.12.8", default-features = false, features = [
"rustls-tls",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/listener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
[dependencies]
bytes.workspace = true
event-listener = "5.3.1"
futures-util = "0.3.30"
futures-util = "0.3.31"
http-body.workspace = true
hyper = { workspace = true, features = ["server"] }
hyper-util.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/oidc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ base64ct = { version = "1.6.0", features = ["std"] }
bytes.workspace = true
chrono.workspace = true
form_urlencoded = "1.2.1"
futures-util = "0.3.30"
futures-util = "0.3.31"
headers.workspace = true
http.workspace = true
language-tags = "0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/storage-pg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tracing.workspace = true
futures-util = "0.3.30"
futures-util = "0.3.31"
opentelemetry-semantic-conventions.workspace = true

rand.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
async-trait.workspace = true
chrono.workspace = true
thiserror.workspace = true
futures-util = "0.3.30"
futures-util = "0.3.31"

apalis-core = { version = "0.4.9", features = ["tokio-comp"] }
opentelemetry.workspace = true
Expand Down

0 comments on commit 6da5cf6

Please sign in to comment.