Skip to content

Commit

Permalink
chore(deps/cargo): bump futures-util from 0.3.29 to 0.3.30
Browse files Browse the repository at this point in the history
Bumps [futures-util](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-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and johnyob committed Feb 8, 2024
1 parent dc65459 commit 6b37287
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions 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 crates/jstz_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ derive_more = "0.99.17"
url = "2.2.2"
boa_gc = "0.17.0"
reqwest-eventsource = "0.5.0"
futures-util = "0.3.29"
futures-util = "0.3.30"
syntect = "4.6.0"
crossterm = "0.27"
ansi_term = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/jstz_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyhow = "1.0.75"
bincode = "1.3.3"
clap = { version = "^4.4", features = ["derive"] }
env_logger = "0.10.0"
futures-util = "0.3.29"
futures-util = "0.3.30"
hex = "0.4.3"
jstz_proto.workspace = true
jstz_crypto.workspace = true
Expand Down

0 comments on commit 6b37287

Please sign in to comment.