Skip to content

Commit

Permalink
Update bytes requirement from 0.5 to 0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [bytes](https://github.com/tokio-rs/bytes) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v0.5.6...v0.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 24, 2020
1 parent e3af8b7 commit faa8850
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -59,7 +59,7 @@ all-features = true

[dependencies]
atomic = "0.5.0"
bytes = "0.5"
bytes = "0.6"
futures = "0.3.1"
lazy_static = "1.2"
libp2p-core = { version = "0.25.0", path = "core" }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
asn1_der = "0.6.1"
bs58 = "0.4.0"
bytes = "0.5"
bytes = "0.6"
ed25519-dalek = "1.0.1"
either = "1.5"
fnv = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion misc/multistream-select/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ categories = ["network-programming", "asynchronous"]
edition = "2018"

[dependencies]
bytes = "0.5"
bytes = "0.6"
futures = "0.3"
log = "0.4"
pin-project = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion muxers/mplex/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
bytes = "0.5"
bytes = "0.6"
futures = "0.3.1"
futures_codec = "0.4.1"
libp2p-core = { version = "0.25.0", path = "../../core" }
Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
libp2p-swarm = { version = "0.25.0", path = "../../swarm" }
libp2p-core = { version = "0.25.0", path = "../../core" }
bytes = "0.5.4"
bytes = "0.6.0"
byteorder = "1.3.2"
fnv = "1.0.6"
futures = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
arrayvec = "0.5.1"
bytes = "0.5"
bytes = "0.6"
either = "1.5"
fnv = "1.0"
futures_codec = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion protocols/noise/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/libp2p/rust-libp2p"
edition = "2018"

[dependencies]
bytes = "0.5"
bytes = "0.6"
curve25519-dalek = "3.0.0"
futures = "0.3.1"
lazy_static = "1.2"
Expand Down
2 changes: 1 addition & 1 deletion protocols/plaintext/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
bytes = "0.5"
bytes = "0.6"
futures = "0.3.1"
futures_codec = "0.4.0"
libp2p-core = { version = "0.25.0", path = "../../core" }
Expand Down
2 changes: 1 addition & 1 deletion protocols/request-response/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
async-trait = "0.1"
bytes = "0.5.6"
bytes = "0.6.0"
futures = "0.3.1"
libp2p-core = { version = "0.25.0", path = "../../core" }
libp2p-swarm = { version = "0.25.0", path = "../../swarm" }
Expand Down

0 comments on commit faa8850

Please sign in to comment.