Remove async_trait usages from safekeeper and neon_local (#8864)

Removes additional async_trait usages from safekeeper and neon_local.

Also removes now redundant dependencies of the `async_trait` crate.

cc earlier work: #6305, #6464, #7303, #7342, #7212, #8296
This commit is contained in:
Arpad Müller
2024-08-29 18:24:25 +02:00
committed by GitHub
parent 653a6532a2
commit 8eaa8ad358
10 changed files with 13 additions and 25 deletions
-1
View File
@@ -8,7 +8,6 @@ license.workspace = true
pageserver_api.workspace = true
pageserver_client.workspace = true
thiserror.workspace = true
async-trait.workspace = true
reqwest.workspace = true
utils.workspace = true
serde.workspace = true