Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.59
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 29, 2022
1 parent 6cbbec1 commit 736066d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async-compression = { version = "0.3.15", features = [
"gzip",
"deflate",
] }
async-trait = "0.1.58"
async-trait = "0.1.59"
atty = "0.2.14"
axum = { version = "0.5.17", features = ["headers", "json", "original-uri"] }
backtrace = "0.3.66"
Expand Down

0 comments on commit 736066d

Please sign in to comment.