Bump async-trait from 0.1.82 to 0.1.83 in /src/wasm-lib (#3978)

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.82 to 0.1.83.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.82...0.1.83)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-02 12:59:26 -07:00
committed by GitHub
parent 30e417dffd
commit 3ad3c56b2c

View File

@ -13,7 +13,7 @@ keywords = ["kcl", "KittyCAD", "CAD"]
[dependencies]
anyhow = { version = "1.0.89", features = ["backtrace"] }
async-recursion = "1.1.1"
async-trait = "0.1.82"
async-trait = "0.1.83"
base64 = "0.22.1"
chrono = "0.4.38"
clap = { version = "4.5.19", default-features = false, optional = true, features = ["std", "derive"] }