Skip to content

Commit

Permalink
build(deps): update trybuild requirement from =1.0.85 to =1.0.88 (#443)
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.85...1.0.88)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 59d30dd commit 702ba80
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 @@ pretty_assertions = "1.0"
pretty_env_logger = "0.5"
tokio = { version = "1.17", features = ["time"], default-features = false }
thiserror = "1.0.2"
trybuild = "=1.0.85"
trybuild = "=1.0.88"

[features]
default = ["cors", "errorlog", "without-openapi"]
Expand Down

0 comments on commit 702ba80

Please sign in to comment.