Skip to content

Commit

Permalink
build(deps): Bump async-trait from 0.1.83 to 0.1.86
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.86.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.83...0.1.86)

---
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 Feb 20, 2025
1 parent 0846cae commit 932b67a
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 robotica-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tracing = "0.1.41"
robotica-common = { path = "../robotica-common", features = ["chrono"] }
robotica-macro = { path = "../robotica-macro" }
lifx-core = "0.4.0"
async-trait = "0.1.83"
async-trait = "0.1.86"
pyo3 = { version = "0.23.4", features = ["auto-initialize", "chrono"], optional = true }

# http server
Expand Down

0 comments on commit 932b67a

Please sign in to comment.