Skip to content

Commit

Permalink
build(deps): bump async-trait from 0.1.69 to 0.1.71
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.69 to 0.1.71.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.69...0.1.71)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent 0b83d23 commit fe0ab72
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 80 deletions.
156 changes: 78 additions & 78 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/devolutions-gateway-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ named_tasks = ["tokio/tracing"]

[dependencies]
tokio = { version = "1.28.2", features = ["sync", "rt", "tracing"] }
async-trait = "0.1.69"
async-trait = "0.1.71"
2 changes: 1 addition & 1 deletion devolutions-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tokio = { version = "1.28.2", features = ["signal", "net", "io-util", "time", "r
tokio-rustls = { version = "0.24", features = ["dangerous_configuration", "tls12"] }
reqwest = { version = "0.11.18", features = ["json"] } # TODO: directly use hyper in subscriber module
futures = "0.3.28"
async-trait = "0.1.69"
async-trait = "0.1.71"
tower = { version = "0.4.13", features = ["timeout"] }
ngrok = "0.12.4"

Expand Down

0 comments on commit fe0ab72

Please sign in to comment.