Skip to content

Commit 6587af7

Browse files
build(deps): bump futures from 0.3.30 to 0.3.31 (#110)
Bumps [futures](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 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e325ee2 commit 6587af7

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Cargo.lock

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

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/producer-server.rs"
1515
[dependencies]
1616
actix-web = "4.9.0"
1717
dotenv = "0.15.0"
18-
futures = "0.3.30"
18+
futures = "0.3.31"
1919
rand = "0.8.5"
2020
sdk = { path = "../sdk" }
2121
serde_json = "1.0.128"

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ actix-web = "4.9.0"
1010
chrono = { version = "0.4.38", features = ["serde"] }
1111
dotenv = "0.15.0"
1212
envconfig = "0.11.0"
13-
futures = "0.3.30"
13+
futures = "0.3.31"
1414
futures-lite = "2.3.0"
1515
itertools = "0.13.0"
1616
lapin = "2.5.0"

0 commit comments

Comments
 (0)