Skip to content

Commit 381de45

Browse files
build(deps): bump futures-util in /atcoder-problems-backend
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.23. - [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.21...0.3.23) --- 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 307f0ef commit 381de45

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

atcoder-problems-backend/Cargo.lock

Lines changed: 16 additions & 16 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.21"
33+
futures-util = "0.3.23"
3434

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

0 commit comments

Comments
 (0)