Skip to content

Commit

Permalink
Update gpt requirement from 3.1.0 to 4.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [gpt](https://github.com/Quyzi/gpt) to permit the latest version.
- [Release notes](https://github.com/Quyzi/gpt/releases)
- [Changelog](https://github.com/Quyzi/gpt/blob/master/CHANGELOG.md)
- [Commits](Quyzi/gpt@v3.1.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 1ae3d7b commit 92d230e
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 @@ -11,7 +11,7 @@ authors = ["Stefan Rabmund <[email protected]>"]
readme = "crates-io.md"

[dependencies]
gpt = {version = "3.1.0", optional=true}
gpt = {version = "4.0.0", optional=true}
thiserror = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 92d230e

Please sign in to comment.