1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-19 08:57:16 +03:00

Bump async-trait from 0.1.57 to 0.1.58 (#575)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-10-19 08:39:52 +01:00 committed by GitHub
parent 1a74a50879
commit 540aa79054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -48,9 +48,9 @@ checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7"
[[package]]
name = "async-trait"
version = "0.1.57"
version = "0.1.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
dependencies = [
"proc-macro2",
"quote",

View File

@ -61,7 +61,7 @@ termion = "1.5"
unicode-width = "0.1"
itertools = "0.10.5"
tokio = { version = "1", features = ["full"] }
async-trait = "0.1.49"
async-trait = "0.1.58"
chrono-english = "0.1.4"
cli-table = { version = "0.4", default-features = false }
base64 = "0.13.0"

View File

@ -36,7 +36,7 @@ config = { version = "0.13", default-features = false, features = ["toml"] }
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.86"
parse_duration = "2.1.1"
async-trait = "0.1.49"
async-trait = "0.1.58"
itertools = "0.10.5"
shellexpand = "2"
sqlx = { version = "0.6", features = [

View File

@ -28,7 +28,7 @@ sqlx = { version = "0.6", features = [
"chrono",
"postgres",
] }
async-trait = "0.1.49"
async-trait = "0.1.58"
axum = "0.5"
http = "0.2"
fs-err = "2.7"