Skip to content

Commit a019be0

Browse files
build(deps): bump futures in the rust-minor-patch group (#278)
Bumps the rust-minor-patch group with 1 update: [futures](https://github.com/rust-lang/futures-rs). Updates `futures` 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 dependency-group: rust-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12531f6 commit a019be0

File tree

2 files changed

+19
-19
lines changed

2 files changed

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

challenges/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ anyhow = { workspace = true }
99
chrono = { workspace = true }
1010
entity = { workspace = true }
1111
fnct = { workspace = true }
12-
futures = { version = "0.3.30", default-features = false, features = ["std"] }
12+
futures = { version = "0.3.31", default-features = false, features = ["std"] }
1313
itertools = { workspace = true }
1414
key-rwlock = { version = "0.1.2", default-features = false }
1515
lib = { workspace = true }

0 commit comments

Comments
 (0)