Skip to content

Commit 7aaf0e7

Browse files
committed
fix: bump discv5 dependency rev hash
1 parent 89cbccf commit 7aaf0e7

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description = "A Rust implementation of the Ethereum Portal Network"
1515
[dependencies]
1616
anyhow = "1.0.68"
1717
clap = { version = "4.2.1", features = ["derive"] }
18-
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "09262ead2882e062de1a6a45df9ea61917eb8465", features = ["serde"] }
18+
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "700bdb97afd87016222e902f844bb95eb0d78d99", features = ["serde"] }
1919
eth2_ssz = "0.4.0"
2020
ethereum-types = "0.12.1"
2121
ethportal-api = { path = "ethportal-api" }

ethportal-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anyhow = "1.0.68"
1515
base64 = "0.13.0"
1616
bytes = "1.3.0"
1717
clap = { version = "4.2.1", features = ["derive"] }
18-
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "09262ead2882e062de1a6a45df9ea61917eb8465", features = ["serde"] }
18+
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "700bdb97afd87016222e902f844bb95eb0d78d99", features = ["serde"] }
1919
eth_trie = "0.3.0"
2020
eth2_ssz = "0.4.0"
2121
eth2_ssz_derive = "0.3.0"

ethportal-peertest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = ["https://github.com/ethereum/trin/graphs/contributors"]
1212

1313
[dependencies]
1414
anyhow = "1.0.68"
15-
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "09262ead2882e062de1a6a45df9ea61917eb8465", features = ["serde"] }
15+
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "700bdb97afd87016222e902f844bb95eb0d78d99", features = ["serde"] }
1616
eth2_ssz = "0.4.0"
1717
ethereum-types = "0.12.1"
1818
ethportal-api = { path="../ethportal-api"}

portal-bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ anyhow = "1.0.68"
1616
async-trait = "0.1.68"
1717
chrono = "0.4.26"
1818
clap = { version = "4.2.1", features = ["derive"] }
19-
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "09262ead2882e062de1a6a45df9ea61917eb8465", features = ["serde"] }
19+
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "700bdb97afd87016222e902f844bb95eb0d78d99", features = ["serde"] }
2020
ethportal-api = { path = "../ethportal-api" }
2121
ethereum-types = "0.12.1"
2222
eth2_ssz = "0.4.0"

portalnet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ base64 = "0.13.0"
1717
bytes = "1.3.0"
1818
delay_map = "0.1.1"
1919
directories = "3.0"
20-
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "09262ead2882e062de1a6a45df9ea61917eb8465", features = ["serde"] }
20+
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "700bdb97afd87016222e902f844bb95eb0d78d99", features = ["serde"] }
2121
eth2_ssz = "0.4.0"
2222
eth2_ssz_derive = "0.3.0"
2323
eth2_ssz_types = "0.2.1"

rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = ["https://github.com/ethereum/trin/graphs/contributors"]
1212

1313
[dependencies]
1414
anyhow = "1.0.68"
15-
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "09262ead2882e062de1a6a45df9ea61917eb8465", features = ["serde"] }
15+
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "700bdb97afd87016222e902f844bb95eb0d78d99", features = ["serde"] }
1616
ethportal-api = { path = "../ethportal-api"}
1717
ethereum-types = "0.12.1"
1818
portalnet = { path = "../portalnet"}

trin-beacon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = ["https://github.com/ethereum/trin/graphs/contributors"]
1414
[dependencies]
1515
anyhow = "1.0.68"
1616
async-trait = "0.1.53"
17-
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "09262ead2882e062de1a6a45df9ea61917eb8465", features = ["serde"] }
17+
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "700bdb97afd87016222e902f844bb95eb0d78d99", features = ["serde"] }
1818
ethportal-api = {path = "../ethportal-api"}
1919
eth2_ssz = "0.4.0"
2020
parking_lot = "0.11.2"

trin-history/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = ["https://github.com/ethereum/trin/graphs/contributors"]
1313
[dependencies]
1414
anyhow = "1.0.68"
1515
async-trait = "0.1.53"
16-
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "09262ead2882e062de1a6a45df9ea61917eb8465", features = ["serde"] }
16+
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "700bdb97afd87016222e902f844bb95eb0d78d99", features = ["serde"] }
1717
eth2_ssz = "0.4.0"
1818
ethereum-types = "0.12.1"
1919
ethportal-api = {path = "../ethportal-api"}

trin-state/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = ["https://github.com/ethereum/trin/graphs/contributors"]
1313
[dependencies]
1414
anyhow = "1.0.68"
1515
async-trait = "0.1.53"
16-
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "09262ead2882e062de1a6a45df9ea61917eb8465", features = ["serde"] }
16+
discv5 = { git = "https://github.com/njgheorghita/discv5.git", rev = "700bdb97afd87016222e902f844bb95eb0d78d99", features = ["serde"] }
1717
ethereum-types = "0.12.1"
1818
ethportal-api = { path = "../ethportal-api" }
1919
eth_trie = "0.3.0"

0 commit comments

Comments
 (0)