Bump async-trait from 0.1.59 to 0.1.60 (#612)

This commit is contained in:
dependabot[bot] 2022-12-19 03:42:22 +00:00 committed by GitHub
parent b102d5a5f0
commit 9aaa5c48dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 6 deletions

18
Cargo.lock generated
View file

@ -81,9 +81,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.59"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364"
checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"
dependencies = [
"proc-macro2",
"quote",
@ -348,7 +348,7 @@ dependencies = [
"semver",
"strum",
"strum_macros",
"supports-color",
"supports-color 2.0.0",
"tempfile",
"tokio",
"tracing",
@ -1358,7 +1358,7 @@ dependencies = [
"miette-derive",
"once_cell",
"owo-colors",
"supports-color",
"supports-color 1.3.1",
"supports-hyperlinks",
"supports-unicode",
"terminal_size",
@ -2194,6 +2194,16 @@ dependencies = [
"is_ci",
]
[[package]]
name = "supports-color"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4950e7174bffabe99455511c39707310e7e9b440364a2fcb1cc21521be57b354"
dependencies = [
"is-terminal",
"is_ci",
]
[[package]]
name = "supports-hyperlinks"
version = "1.2.0"