Skip to content

Commit

Permalink
Update trybuild requirement from =1.0.88 to =1.0.89 (#62)
Browse files Browse the repository at this point in the history
Updates the requirements on [trybuild](https://github.com/dtolnay/trybuild) to permit the latest version.
- [Release notes](https://github.com/dtolnay/trybuild/releases)
- [Commits](dtolnay/trybuild@1.0.88...1.0.89)

---
updated-dependencies:
- dependency-name: trybuild
  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 Jan 22, 2024
1 parent 81a3c6e commit fea25eb
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 @@ -36,5 +36,5 @@ futures-executor = "0.3.15"
gotham = { version = "0.7", features = ["testing"], default-features = false }
percent-encoding = "2.1"
pretty_env_logger = "0.5"
trybuild = "=1.0.88"
trybuild = "=1.0.89"
validator = { version = "0.16", features = ["derive"] }

0 comments on commit fea25eb

Please sign in to comment.