chore: update dependencies and bump RLN version

This commit is contained in:
seemenkina 2025-01-29 18:39:04 +07:00 committed by Richard Ramos
parent 4c0c6e66ac
commit 6c31dfcdee
No known key found for this signature in database
GPG Key ID: 7218C1B2A89A1B6D
2 changed files with 511 additions and 116 deletions

623
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ base64 = "0.21"
enr = { version = "0.7", features = ["serde", "rust-secp256k1"] }
hex = "0.4"
multiaddr = "0.17"
once_cell = "1.15"
once_cell = "1.19"
rand = "0.8"
secp256k1 = { version = "0.26", features = ["rand", "recovery", "serde"] }
serde = { version = "1.0", features = ["derive"] }
@ -31,7 +31,7 @@ url = "2.3"
waku-sys = { version = "1.0.0", path = "../waku-sys" }
libc = "0.2"
serde-aux = "4.3.1"
rln = "0.3.4"
rln = { git = "https://github.com/vacp2p/zerokit.git", branch = "bump-deps" }
tokio = { version = "1", features = ["full"] }
regex = "1"
chrono = "0.4"