Skip to content

Commit d5b3786

Browse files
build(deps): bump futures-core from 0.3.30 to 0.3.31
Bumps [futures-core](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-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a04bf4d commit d5b3786

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

src/orchestrator-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = "1.0.95"
1414
async-trait = "0.1.83"
1515
clap = { version = "4.5.23", features = ["env", "derive"] }
1616
derivative = "2.2.0"
17-
futures-core = "0.3.21"
17+
futures-core = "0.3.31"
1818
http = "1.1.0"
1919
humantime = { version = "2.1.0" }
2020
mz-build-info = { path = "../build-info", default-features = false }

src/orchestrator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async-trait = "0.1.83"
1515
bytesize = "1.1.0"
1616
chrono = { version = "0.4.35", default-features = false, features = ["serde"] }
1717
derivative = "2.2.0"
18-
futures-core = "0.3.21"
18+
futures-core = "0.3.31"
1919
mz-ore = { path = "../ore", default-features = false }
2020
serde = "1.0"
2121
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

src/workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ event-listener-strategy = { version = "0.5.2" }
5252
flate2 = { version = "1.0.24", features = ["zlib"] }
5353
form_urlencoded = { version = "1.2.1" }
5454
futures-channel = { version = "0.3.30", features = ["sink"] }
55-
futures-core = { version = "0.3.30" }
55+
futures-core = { version = "0.3.31" }
5656
futures-executor = { version = "0.3.30" }
5757
futures-io = { version = "0.3.30" }
5858
futures-sink = { version = "0.3.31" }
@@ -185,7 +185,7 @@ event-listener-strategy = { version = "0.5.2" }
185185
flate2 = { version = "1.0.24", features = ["zlib"] }
186186
form_urlencoded = { version = "1.2.1" }
187187
futures-channel = { version = "0.3.30", features = ["sink"] }
188-
futures-core = { version = "0.3.30" }
188+
futures-core = { version = "0.3.31" }
189189
futures-executor = { version = "0.3.30" }
190190
futures-io = { version = "0.3.30" }
191191
futures-sink = { version = "0.3.31" }

0 commit comments

Comments
 (0)