Skip to content

Commit 39a16f7

Browse files
build(deps): bump futures-util from 0.3.30 to 0.3.31
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]>
1 parent 556808b commit 39a16f7

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/axum-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ axum-extra.workspace = true
1818
bytes.workspace = true
1919
chrono.workspace = true
2020
data-encoding = "2.6.0"
21-
futures-util = "0.3.30"
21+
futures-util = "0.3.31"
2222
headers.workspace = true
2323
http.workspace = true
2424
http-body.workspace = true

crates/handlers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workspace = true
1414
[dependencies]
1515
# Async runtime
1616
tokio.workspace = true
17-
futures-util = "0.3.30"
17+
futures-util = "0.3.31"
1818
async-trait.workspace = true
1919

2020
# Logging and tracing

crates/http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workspace = true
1414
[dependencies]
1515
async-trait.workspace = true
1616
bytes.workspace = true
17-
futures-util = "0.3.30"
17+
futures-util = "0.3.31"
1818
headers.workspace = true
1919
http.workspace = true
2020
http-body.workspace = true

crates/iana-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async-trait.workspace = true
1717
camino.workspace = true
1818
convert_case = "0.6.0"
1919
csv = "1.3.0"
20-
futures-util = "0.3.30"
20+
futures-util = "0.3.31"
2121
reqwest = { version = "0.12.8", default-features = false, features = [
2222
"rustls-tls",
2323
] }

crates/listener/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workspace = true
1414
[dependencies]
1515
bytes.workspace = true
1616
event-listener = "5.3.1"
17-
futures-util = "0.3.30"
17+
futures-util = "0.3.31"
1818
http-body.workspace = true
1919
hyper = { workspace = true, features = ["server"] }
2020
hyper-util.workspace = true

crates/oidc-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ base64ct = { version = "1.6.0", features = ["std"] }
2020
bytes.workspace = true
2121
chrono.workspace = true
2222
form_urlencoded = "1.2.1"
23-
futures-util = "0.3.30"
23+
futures-util = "0.3.31"
2424
headers.workspace = true
2525
http.workspace = true
2626
language-tags = "0.3.2"

crates/storage-pg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde.workspace = true
2121
serde_json.workspace = true
2222
thiserror.workspace = true
2323
tracing.workspace = true
24-
futures-util = "0.3.30"
24+
futures-util = "0.3.31"
2525
opentelemetry-semantic-conventions.workspace = true
2626

2727
rand.workspace = true

crates/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ workspace = true
1515
async-trait.workspace = true
1616
chrono.workspace = true
1717
thiserror.workspace = true
18-
futures-util = "0.3.30"
18+
futures-util = "0.3.31"
1919

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

0 commit comments

Comments
 (0)