Skip to content

Commit

Permalink
Bump futures from 0.3.25 to 0.3.29 in /gateway
Browse files Browse the repository at this point in the history
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.29.
- [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.25...0.3.29)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 9621307 commit 74ec903
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions gateway/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env_logger = "0.10.0"
base64 = "0.21"
clap = { version = "4.1.14", features = ["derive"] }
tokio = { version = "1.19", features = ["macros", "rt-multi-thread", "time"] }
futures = "0.3.25"
futures = "0.3.29"
libc = "0.2.141"
log = "0.4.17"
chrono = "0.4"
Expand Down

0 comments on commit 74ec903

Please sign in to comment.