Skip to content

Commit

Permalink
Update frunk_core requirement from 0.3.0 to 0.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [frunk_core](https://github.com/lloydmeta/frunk) to permit the latest version.
- [Release notes](https://github.com/lloydmeta/frunk/releases)
- [Changelog](https://github.com/lloydmeta/frunk/blob/master/CHANGELOG.md)
- [Commits](lloydmeta/frunk@v0.3.0...0.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2022
1 parent 3dc594b commit b0aedae
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 @@ -40,7 +40,7 @@ futures = "0.3"
# Conversion
frunk = { version = "0.3.0", optional = true }
frunk_derives = { version = "0.3.0", optional = true }
frunk_core = { version = "0.3.0", optional = true }
frunk_core = { version = "0.4.0", optional = true }
frunk-enum-derive = { version = "0.2.1", optional = true }
frunk-enum-core = { version = "0.2.1", optional = true }

Expand Down

0 comments on commit b0aedae

Please sign in to comment.