mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-29 02:31:20 +00:00
parent
d3da24f312
commit
9ed23a7c25
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4527,9 +4527,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "redis"
|
name = "redis"
|
||||||
version = "0.23.1"
|
version = "0.23.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ff5d95dd18a4d76650f0c2607ed8ebdbf63baf9cb934e1c233cd220c694db1d7"
|
checksum = "ffd6543a7bc6428396845f6854ccf3d1ae8823816592e2cbe74f20f50f209d02"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
@ -23,7 +23,7 @@ libp2p = { path = "../libp2p", features = ["ping", "noise", "tls", "rsa", "macro
|
|||||||
libp2p-webrtc = { workspace = true, features = ["tokio"] }
|
libp2p-webrtc = { workspace = true, features = ["tokio"] }
|
||||||
libp2p-mplex = { path = "../muxers/mplex" }
|
libp2p-mplex = { path = "../muxers/mplex" }
|
||||||
mime_guess = "2.0"
|
mime_guess = "2.0"
|
||||||
redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"] }
|
redis = { version = "0.23.2", default-features = false, features = ["tokio-comp"] }
|
||||||
rust-embed = "6.8"
|
rust-embed = "6.8"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
thirtyfour = "=0.32.0-rc.8" # https://github.com/stevepryde/thirtyfour/issues/169
|
thirtyfour = "=0.32.0-rc.8" # https://github.com/stevepryde/thirtyfour/issues/169
|
||||||
|
Loading…
x
Reference in New Issue
Block a user