Skip to content

Commit

Permalink
chore(deps): update cast requirement from 0.2.3 to 0.3.0 (#9)
Browse files Browse the repository at this point in the history
Updates the requirements on [cast](https://github.com/japaric/cast.rs) to permit the latest version.
- [Release notes](https://github.com/japaric/cast.rs/releases)
- [Changelog](https://github.com/japaric/cast.rs/blob/main/CHANGELOG.md)
- [Commits](japaric/cast.rs@v0.2.3...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 18, 2021
1 parent a0e22f5 commit dc285da
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 @@ -18,5 +18,5 @@ nb = "1.0.0"

[dependencies.cast]
default-features = false
version = "0.2.3"
version = "0.3.0"
uninit = "0.1.0"

0 comments on commit dc285da

Please sign in to comment.