Skip to content

Commit

Permalink
chore: update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Aug 29, 2024
1 parent c483be2 commit ce5d10a
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@ test_go_interop = []
test_js_interop = []

[workspace.dependencies]
anyhow = "1.0"
async-stream = { version = "0.3" }
async-trait = { version = "0.1" }
anyhow = "1.0.86"
async-stream = { version = "0.3.5" }
async-trait = { version = "0.1.10" }
asynchronous-codec = "0.7.0"
base64 = { default-features = false, features = ["alloc"], version = "0.22" }
byteorder = { version = "1" }
bytes = "1"
base64 = { default-features = false, features = ["alloc"], version = "0.22.0" }
byteorder = { version = "1.5.0" }
bytes = "1.7.1"
cid = "0.11.1"
chrono = { version = "0.4.35" }
clap = { version = "4.5", features = ["derive"] }
either = { version = "1" }
fs2 = "0.4"
futures = { version = "0.3" }
futures-timeout = "0.1"
futures-timer = "3.0"
clap = { version = "4.5.16", features = ["derive"] }
either = { version = "1.13.0" }
fs2 = "0.4.3"
futures = { version = "0.3.30" }
futures-timeout = "0.1.0"
futures-timer = "3.0.0"
getrandom = { version = "0.2.15" }
hickory-resolver = "0.24.1"
hkdf = "0.12.4"
idb = "0.6"
idb = "0.6.3"
indexmap = "2.4.0"
ipld-core = { version = "0.4.1", features = ["serde"] }
ipld-dagpb = "0.2.1"
libp2p = { version = "0.54.1" }
libp2p-allow-block-list = "0.4"
libp2p-connection-limits = "0.4"
libp2p-allow-block-list = "0.4.0"
libp2p-connection-limits = "0.4.0"
libp2p-relay-manager = { version = "0.3.0", path = "packages/libp2p-relay-manager" }
libp2p-stream = { version = "0.2.0-alpha" }
libp2p-webrtc = { version = "=0.8.0-alpha", features = ["pem"] }
Expand All @@ -55,44 +55,44 @@ multibase = "0.9.1"
multihash = "0.19.1"
multihash-codetable = { version = "0.1.3", default-features = false }
multihash-derive = "0.9.0"
p256 = { version = "0.13", default-features = false, features = ["ecdsa", "std", "pem"] }
parking_lot = "0.12"
pem = { version = "3" }
quick-protobuf = { version = "0.8" }
quick-protobuf-codec = "0.3"
rand = "0.8"
p256 = { version = "0.13.2", default-features = false, features = ["ecdsa", "std", "pem"] }
parking_lot = "0.12.3"
pem = { version = "3.0.4" }
quick-protobuf = { version = "0.8.1" }
quick-protobuf-codec = "0.3.1"
rand = "0.8.5"
rand_chacha = "0.3.1"
rcgen = { version = "0.13.1", features = ["pem", "x509-parser"] }
redb = { version = "1.3" }
rlimit = "0.10"
redb = { version = "1.3.0" }
rlimit = "0.10.1"
rust-ipns = { version = "0.6.0", path = "packages/rust-ipns" }
rust-unixfs = { version = "0.5.0", path = "unixfs" }
sec1 = { version = "0.7.3", features = ["pem", "pkcs8"] }
send_wrapper = "0.6"
serde = { default-features = false, version = "1" }
send_wrapper = "0.6.0"
serde = { default-features = false, version = "1.0.209" }
serde_ipld_dagcbor = "0.6.1"
serde_ipld_dagjson = "0.2.0"
serde_json = { default-features = false, version = "1" }
serde_json = { default-features = false, version = "1.0.127" }
serde-wasm-bindgen = "0.6"
sha2 = "0.10.8"
simple_x509 = "=1.1.0"
sled = { version = "0.34" }
thiserror = { default-features = false, version = "1" }
tracing = { default-features = false, features = ["log"], version = "0.1" }
sled = { version = "0.34.7" }
thiserror = { default-features = false, version = "1.0.63" }
tracing = { default-features = false, features = ["log"], version = "0.1.40" }
tracing-futures = { default-features = false, features = [
"std-future",
"std",
"futures-03",
], version = "0.2" }
], version = "0.2.5" }

tokio = { default-features = false, version = "1" }
tokio-stream = { default-features = false, version = "0.1" }
tokio-util = { default-features = false, version = "0.7" }
tokio = { default-features = false, version = "1.39.3" }
tokio-stream = { default-features = false, version = "0.1.15" }
tokio-util = { default-features = false, version = "0.7.11" }
unsigned-varint = { version = "0.8.0", features = ["asynchronous_codec"] }
void = { default-features = false, version = "1" }
wasm-bindgen-futures = { version = "0.4" }
void = { default-features = false, version = "1.0.2" }
wasm-bindgen-futures = { version = "0.4.43" }
web-time = "1.1.0"
zeroize = "1"
zeroize = "1.8.1"


[dependencies]
Expand Down

0 comments on commit ce5d10a

Please sign in to comment.