Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update delegate requirement from 0.8.0 to 0.9.0
Updates the requirements on [delegate](https://github.com/kobzol/rust-delegate) to permit the latest version.
- [Release notes](https://github.com/kobzol/rust-delegate/releases)
- [Changelog](https://github.com/Kobzol/rust-delegate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kobzol/rust-delegate/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2023
commit 95504bb058f936709423685427f1bba902a5b0dc
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde_json = {version = "1.0.67", optional = true}
bincode = {version = "1.3.1", optional = true}
tskit-derive = {version = "0.2.0", path = "tskit-derive", optional = true}
mbox = "0.6.0"
delegate = "0.8.0"
delegate = "0.9.0"

[dev-dependencies]
anyhow = {version = "1.0.66"}
Expand Down