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

7
Cargo.lock generated
View File

@@ -7783,19 +7783,14 @@ dependencies = [
name = "reth-rpc-layer"
version = "0.2.0-beta.7"
dependencies = [
"alloy-rpc-types-engine",
"assert_matches",
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.28",
"jsonrpsee",
"jsonwebtoken 8.3.0",
"pin-project",
"rand 0.8.5",
"reth-fs-util",
"reth-primitives",
"serde",
"tempfile",
"thiserror",
"tokio",
"tower",
"tracing",