Skip to content

Commit

Permalink
build(deps): update trybuild requirement from =1.0.80 to =1.0.82
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.80...1.0.82)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
1 parent d60e99c commit a3b0d04
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 @@ -47,7 +47,7 @@ pretty_assertions = "1.0"
pretty_env_logger = "0.5"
tokio = { version = "1.17", features = ["time"], default-features = false }
thiserror = "1.0"
trybuild = "=1.0.80"
trybuild = "=1.0.82"

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

0 comments on commit a3b0d04

Please sign in to comment.