refactor: Replace JwtSecret with alloy's version of it (#8299)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Quentin V
2024-05-19 08:36:24 -04:00
committed by GitHub
parent 3daec1d9b9
commit db9c559247
11 changed files with 21 additions and 455 deletions

View File

@ -11,19 +11,14 @@ repository.workspace = true
workspace = true
[dependencies]
reth-primitives.workspace = true
reth-fs-util.workspace = true
alloy-rpc-types-engine.workspace = true
http.workspace = true
hyper.workspace = true
tower.workspace = true
http-body.workspace = true
pin-project.workspace = true
jsonwebtoken = "8"
rand.workspace = true
serde.workspace = true
thiserror.workspace = true
tracing.workspace = true
[dev-dependencies]