mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
refactor: Replace JwtSecret with alloy's version of it (#8299)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user