Skip to content

Commit

Permalink
fix security vulnerability RUSTSEC-2023-0052
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Nov 2, 2023
1 parent ccf9fd6 commit 5e5955b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tokio = { version = "1.23", features = ["macros"] }
tokio-stream = { version = "0.1.9", default-features = false, features = ["time"] }
tower = "0.4.11"
trust-dns-client = { version = "=0.21.0-alpha.5", features = ["dns-over-rustls"] }
webpki = "0.21"
webpki = "0.22"

[dev-dependencies]
tari_test_utils = { path = "../../infrastructure/test_utils" }
Expand Down

0 comments on commit 5e5955b

Please sign in to comment.