pallas/pallas-network
dependabot[bot] 4cebe1271e
build(deps): update itertools requirement from 0.10.5 to 0.12.1 (#390)
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-11 13:19:42 -03:00
..
src fix: support multiple pools in stake snapshot query (#396) 2024-02-11 12:51:35 -03:00
tests fix: support multiple pools in stake snapshot query (#396) 2024-02-11 12:51:35 -03:00
Cargo.toml build(deps): update itertools requirement from 0.10.5 to 0.12.1 (#390) 2024-02-11 13:19:42 -03:00
CHANGELOG.md release: v0.21.0 (#375) 2024-01-04 10:07:12 -03:00
README.md refactor: Merge multiplexer & miniprotocols into single crate (#244) 2023-04-10 19:51:38 -03:00

Pallas Network

An implementation of the Ouroboros networking stack. It provides a generic multiplexer and state-machines for the different mini-protocols. It uses async and tokio under the hood.