Skip to content

Commit

Permalink
chore(deps): update delegate requirement from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Updates the requirements on [delegate](https://github.com/kobzol/rust-delegate) to permit the latest version.
- [Changelog](https://github.com/Kobzol/rust-delegate/blob/main/CHANGELOG.md)
- [Commits](Kobzol/rust-delegate@v0.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 1ed42e9 commit 4bd4234
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 @@ -46,7 +46,7 @@ lazy_static = "1.4.0"
petgraph = { version = "0.6.3", default-features = false }
context-iterators = "0.2.0"
serde_json = "1.0.97"
delegate = "0.11.0"
delegate = "0.12.0"
rustversion = "1.0.14"
paste = "1.0"
strum = "0.25.0"
Expand Down

0 comments on commit 4bd4234

Please sign in to comment.