diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-19 08:39:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-19 08:39:52 +0100 |
| commit | 540aa790545ac519f4e7c5abe97b15658d93e508 (patch) | |
| tree | 07dc26f94b2b4167f5ab7e74a97652ea993870e0 /atuin-server | |
| parent | Configure reqwest to use native platform certs (#574) (diff) | |
| download | atuin-540aa790545ac519f4e7c5abe97b15658d93e508.zip | |
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>
Diffstat (limited to 'atuin-server')
| -rw-r--r-- | atuin-server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index aeade5d1..c8f93409 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -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" |
