Skip to content

Commit

Permalink
Bump futures-lite from 2.4.0 to 2.5.0 (#1394)
Browse files Browse the repository at this point in the history
Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/smol-rs/futures-lite/releases)
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)
- [Commits](smol-rs/futures-lite@v2.4.0...v2.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 382f9e5 commit d7dd438
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ base64 = "0.22.1"
console-subscriber = "0.4.1"
email_address = "0.2.9"
fastrand = "2.1.1"
futures-lite = "2.4.0"
futures-lite = "2.5.0"
git-version = "0.3.9"
janus_messages = "0.7.41"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ num-rational = "0.4.2"
[dev-dependencies]
divviup-api.workspace = true
fastrand = "2.1.1"
futures-lite = "2.4.0"
futures-lite = "2.5.0"
test-support.workspace = true
trillium = "0.2.20"
trillium-macros = "0.0.6"
Expand Down

0 comments on commit d7dd438

Please sign in to comment.