Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Bump futures from 0.3.29 to 0.3.30 in /rust/checker
Browse files Browse the repository at this point in the history
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.29 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.29...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 and sycured committed Dec 25, 2023
1 parent 0bc6c61 commit 64bd0e3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions rust/checker/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 rust/checker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
chrono = "0.4.31"
dns-lookup = "2.0.4"
env_logger = "0.10.1"
futures = "0.3.29"
futures = "0.3.30"
log = { version = "0.4.20", features = ["release_max_level_info"] }
rdkafka = { version = "0.36.0", features = ["cmake-build"] }
serde = "1"
Expand Down

0 comments on commit 64bd0e3

Please sign in to comment.