Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/tempfile-3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 19, 2023
2 parents 248527e + 11b5801 commit 5570edf
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ multihash = { workspace = true }
multistream-select = { workspace = true }
once_cell = "1.18.0"
parking_lot = "0.12.0"
pin-project = "1.1.2"
pin-project = "1.1.3"
quick-protobuf = "0.8"
rand = "0.8"
rw-stream-sink = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion interop-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libp2p = { path = "../libp2p", features = ["ping", "noise", "tls", "rsa", "macro
libp2p-webrtc = { workspace = true, features = ["tokio"] }
libp2p-mplex = { path = "../muxers/mplex" }
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"
serde_json = "1"
thirtyfour = "=0.32.0-rc.8" # https://github.com/stevepryde/thirtyfour/issues/169
Expand Down
2 changes: 1 addition & 1 deletion misc/multistream-select/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
bytes = "1"
futures = "0.3"
log = "0.4"
pin-project = "1.1.2"
pin-project = "1.1.3"
smallvec = "1.11.0"
unsigned-varint = "0.7"

Expand Down
2 changes: 1 addition & 1 deletion misc/rw-stream-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
futures = "0.3.28"
pin-project = "1.1.2"
pin-project = "1.1.3"
static_assertions = "1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion transports/pnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ log = "0.4.20"
salsa20 = "0.10"
sha3 = "0.10"
rand = "0.8"
pin-project = "1.1.2"
pin-project = "1.1.3"

[dev-dependencies]
libp2p-core = { workspace = true }
Expand Down

0 comments on commit 5570edf

Please sign in to comment.