Skip to content

Commit

Permalink
build(deps): update trybuild requirement from =1.0.88 to =1.0.89 (#446)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 702cedd commit 8721f23
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.88"
trybuild = "=1.0.89"

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

0 comments on commit 8721f23

Please sign in to comment.