mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 12:50:54 +00:00
build(deps): bump async-trait from 0.1.68 to 0.1.69 (#291)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.68 to 0.1.69. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.68...0.1.69) --- 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:
parent
c00fdd9195
commit
7ede9ba425
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -114,9 +114,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.68"
|
||||
version = "0.1.69"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
||||
checksum = "7b2d0f03b3640e3a630367e40c468cb7f309529c708ed1d88597047b0e7c6ef7"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -14,7 +14,7 @@ categories = ["command-line-utilities", "development-tools", "embedded"]
|
||||
rust-version = "1.65"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
async-trait = "0.1.69"
|
||||
clap = { version = "4.3.8", features = ["derive"] }
|
||||
clap_complete = "4.3.1"
|
||||
console = "0.15.7"
|
||||
|
Loading…
x
Reference in New Issue
Block a user