Skip to content

Commit

Permalink
Bump futures-lite from 2.5.0 to 2.6.0
Browse files Browse the repository at this point in the history
Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.5.0 to 2.6.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.5.0...v2.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent c108ff3 commit c460e18
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 @@ -38,7 +38,7 @@ base64 = "0.22.1"
console-subscriber = "0.4.1"
email_address = "0.2.9"
fastrand = "2.3.0"
futures-lite = "2.5.0"
futures-lite = "2.6.0"
git-version = "0.3.9"
janus_messages = "0.7.45"
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.3.0"
futures-lite = "2.5.0"
futures-lite = "2.6.0"
test-support.workspace = true
trillium = "0.2.20"
trillium-macros = "0.0.6"
Expand Down

0 comments on commit c460e18

Please sign in to comment.