Skip to content

Commit d8cb5bd

Browse files
Update Rust crate futures-util to v0.3.31 (#9589)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2112e4d commit d8cb5bd

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ diesel_full_text_search = "=2.2.0"
7777
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
7878
dotenvy = "=0.15.7"
7979
flate2 = "=1.0.34"
80-
futures-util = "=0.3.30"
80+
futures-util = "=0.3.31"
8181
github-meta = "=0.11.0"
8282
hex = "=0.4.3"
8383
http = "=1.1.0"

crates/crates_io_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "=1.0.89"
1212
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
1313
diesel = { version = "=2.2.4", features = ["postgres", "serde_json"] }
1414
diesel-async = { version = "=0.5.0", features = ["async-connection-wrapper", "deadpool", "postgres"] }
15-
futures-util = "=0.3.30"
15+
futures-util = "=0.3.31"
1616
sentry-core = { version = "=0.34.0", features = ["client"] }
1717
serde = { version = "=1.0.210", features = ["derive"] }
1818
serde_json = "=1.0.128"

0 commit comments

Comments
 (0)