Skip to content

Commit

Permalink
Merge branch 'master' into fix/relay-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 authored Apr 23, 2024
2 parents 287114c + 0340c52 commit ee7fbc1
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 61 deletions.
90 changes: 45 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/browser-webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ release = false
crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
futures = "0.3.30"
rand = "0.8"
tracing = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion examples/ipfs-kad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = "0.1"
clap = { version = "4.5.4", features = ["derive"] }
env_logger = "0.10"
futures = "0.3.30"
anyhow = "1.0.81"
anyhow = "1.0.82"
libp2p = { path = "../../libp2p", features = [ "tokio", "dns", "kad", "noise", "tcp", "yamux", "rsa"] }
tracing = { workspace = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down
2 changes: 1 addition & 1 deletion hole-punching-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ tracing = { workspace = true }
redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"] }
tokio = { workspace = true, features = ["full"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"
either = "1.11.0"
2 changes: 1 addition & 1 deletion identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rand = ["dep:rand", "ed25519-dalek?/rand_core"]
quickcheck = { workspace = true }
base64 = "0.22.0"
serde_json = "1.0"
rmp-serde = "1.1"
rmp-serde = "1.2"
criterion = "0.5"
hex-literal = "0.4.1"

Expand Down
2 changes: 1 addition & 1 deletion misc/keygen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ release = false
clap = { version = "4.5.4", features = ["derive"] }
zeroize = "1"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"
libp2p-core = { workspace = true }
base64 = "0.22.0"
libp2p-identity = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion protocols/floodsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
rand = "0.8"
smallvec = "1.13.2"
thiserror = "1.0.58"
thiserror = "1.0.59"
tracing = { workspace = true }

# Passing arguments to the docsrs builder in order to properly document cfg's.
Expand Down
Loading

0 comments on commit ee7fbc1

Please sign in to comment.