Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent e548797 commit 13ee871
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "ssh/src/main.rs"
anyhow = "1.0"
arc-swap = "1.7"
askama = { version = "0.12.0", default-features = false }
async-trait = "0.1.68"
async-trait = "0.1.85"
axum = { version = "0.7", default-features = false, features = [
"query",
"tokio",
Expand Down
2 changes: 1 addition & 1 deletion ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "MIT"
version = "1.0.70"

[dependencies.async-trait]
version = "0.1.68"
version = "0.1.85"

[dependencies.clean-path]
version = "0.2.1"
Expand Down

0 comments on commit 13ee871

Please sign in to comment.