Skip to content

Commit

Permalink
0.53.2 for libp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeguglielmo committed Feb 8, 2024
1 parent d6f5247 commit 85abb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dht-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async-trait = "0.1.68"
futures = "0.3.21"
futures-util = "0.3.29"
jsonpath_lib = "0.3.0"
libp2p = { git="https://github.com/libp2p/rust-libp2p.git", rev = "add1ff6e50b335f2c8cacdb9e0f4dba90ad22f3b" ,features = ["tokio", "mdns", "gossipsub", "noise", "ping", "yamux", "pnet", "rsa", "tcp", "macros"] }
libp2p = { version = "0.53.2", features = ["tokio", "mdns", "gossipsub", "noise", "yamux", "pnet", "rsa", "tcp", "macros", "ping"] }
log = "0.4.17"
rand = "0.8"
sea-query = "0.28.3"
Expand Down

0 comments on commit 85abb0d

Please sign in to comment.