Skip to content

Commit

Permalink
chore: Update hickory-resolver to version 0.24.2 (#304)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
lexnv authored Dec 11, 2024
1 parent be4caa5 commit 4df9f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tokio-tungstenite = { version = "0.20.0", features = ["rustls-tls-native-roots"]
tokio-util = { version = "0.7.11", features = ["compat", "io", "codec"] }
tokio = { version = "1.26.0", features = ["rt", "net", "io-util", "time", "macros", "sync", "parking_lot"] }
tracing = { version = "0.1.40", features = ["log"] }
hickory-resolver = "0.24.1"
hickory-resolver = "0.24.2"
uint = "0.9.5"
unsigned-varint = { version = "0.8.0", features = ["codec"] }
url = "2.4.0"
Expand Down

0 comments on commit 4df9f14

Please sign in to comment.