Skip to content

Commit

Permalink
Bump futures from 0.3.28 to 0.3.30 in /quote-server-adaptor
Browse files Browse the repository at this point in the history
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.28 to 0.3.30.
- [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.28...0.3.30)

---
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 Jan 1, 2024
1 parent 910374b commit a5a917b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions quote-server-adaptor/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 quote-server-adaptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ opentelemetry-otlp = "0.14.0"
tower-http = { version = "0.5.0", features = ["full"] }
tower = "0.4.13"
hyper = "1.1.0"
futures = "0.3.28"
futures = "0.3.30"
futures-util = "0.3.30"

[build-dependencies]
Expand Down

0 comments on commit a5a917b

Please sign in to comment.