Skip to content

Commit 4df9f14

Browse files
authored
chore: Update hickory-resolver to version 0.24.2 (#304)
Update hickory resolver to latest release version to avoid the following security incident: - https://rustsec.org/advisories/RUSTSEC-2024-0421.html The incident is not impacting substrate based chains, because we use `crypto/noise` on top of connections. Therefore, malicious nodes cannot impersonate other peerIDs. Signed-off-by: Alexandru Vasile <[email protected]>
1 parent be4caa5 commit 4df9f14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -43,7 +43,7 @@ tokio-tungstenite = { version = "0.20.0", features = ["rustls-tls-native-roots"]
4343
tokio-util = { version = "0.7.11", features = ["compat", "io", "codec"] }
4444
tokio = { version = "1.26.0", features = ["rt", "net", "io-util", "time", "macros", "sync", "parking_lot"] }
4545
tracing = { version = "0.1.40", features = ["log"] }
46-
hickory-resolver = "0.24.1"
46+
hickory-resolver = "0.24.2"
4747
uint = "0.9.5"
4848
unsigned-varint = { version = "0.8.0", features = ["codec"] }
4949
url = "2.4.0"

0 commit comments

Comments
 (0)