Skip to content

Commit 5bc8be3

Browse files
build(deps): bump futures-util in /atcoder-problems-backend
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.23 to 0.3.25. - [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.23...0.3.25) --- 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 b7a404c commit 5bc8be3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

atcoder-problems-backend/Cargo.lock

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

atcoder-problems-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ reqwest = { version = "0.11", features = ["json"] }
3030
async-trait = "0.1"
3131

3232
anyhow = "1.0"
33-
futures-util = "0.3.23"
33+
futures-util = "0.3.25"
3434

3535
[dev-dependencies]
3636
httpmock = "0.6.6"

0 commit comments

Comments
 (0)