Skip to content

Commit

Permalink
Update memberlist requirement from 0.3 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [memberlist](https://github.com/al8n/memberlist) to permit the latest version.
- [Release notes](https://github.com/al8n/memberlist/releases)
- [Commits](https://github.com/al8n/memberlist/commits)

---
updated-dependencies:
- dependency-name: memberlist
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 55cae59 commit 49e6b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ humantime-serde = "1"
indexmap = "2"
memberlist-types = { version = "0.3", default-features = false }
memberlist-core = { version = "0.3", default-features = false }
memberlist = { version = "0.3", default-features = false }
memberlist = { version = "0.5", default-features = false }
thiserror = "2"
viewit = "0.1.5"
smol_str = "0.3"
Expand Down

0 comments on commit 49e6b37

Please sign in to comment.