Skip to content

Commit

Permalink
deps: bump asynchronous-codec from 0.6.2 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [asynchronous-codec](https://github.com/mxinden/asynchronous-codec) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/mxinden/asynchronous-codec/releases)
- [Changelog](https://github.com/mxinden/asynchronous-codec/blob/master/CHANGELOG.md)
- [Commits](mxinden/asynchronous-codec@v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: asynchronous-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent ddf0eef commit 321f614
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 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 misc/quick-protobuf-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["networking"]
categories = ["asynchronous"]

[dependencies]
asynchronous-codec = { version = "0.6" }
asynchronous-codec = { version = "0.7" }
bytes = { version = "1" }
thiserror = "1.0"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
Expand Down
2 changes: 1 addition & 1 deletion misc/webrtc-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10.8"
thiserror = "1"
tinytemplate = "1.2"
asynchronous-codec = "0.6"
asynchronous-codec = "0.7"

[dev-dependencies]
hex-literal = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion muxers/mplex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
bytes = "1"
futures = "0.3.28"
asynchronous-codec = "0.6"
asynchronous-codec = "0.7"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion protocols/dcutr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
asynchronous-codec = "0.6"
asynchronous-codec = "0.7"
either = "1.9.0"
futures = "0.3.28"
futures-timer = "3.0"
Expand Down
2 changes: 1 addition & 1 deletion protocols/floodsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
asynchronous-codec = "0.6"
asynchronous-codec = "0.7"
cuckoofilter = "0.5.0"
fnv = "1.0"
bytes = "1.5"
Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
wasm-bindgen = ["getrandom/js", "instant/wasm-bindgen"]

[dependencies]
asynchronous-codec = "0.6"
asynchronous-codec = "0.7"
base64 = "0.21.4"
byteorder = "1.5.0"
bytes = "1.5"
Expand Down
2 changes: 1 addition & 1 deletion protocols/identify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
asynchronous-codec = "0.6"
asynchronous-codec = "0.7"
futures = "0.3.28"
futures-timer = "3.0.2"
futures-bounded = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ arrayvec = "0.7.4"
bytes = "1"
either = "1.9"
fnv = "1.0"
asynchronous-codec = "0.6"
asynchronous-codec = "0.7"
futures = "0.3.28"
log = "0.4"
libp2p-core = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion protocols/relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
asynchronous-codec = "0.6"
asynchronous-codec = "0.7"
bytes = "1"
either = "1.9.0"
futures = "0.3.28"
Expand Down
2 changes: 1 addition & 1 deletion protocols/rendezvous/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
asynchronous-codec = "0.6"
asynchronous-codec = "0.7"
async-trait = "0.1"
bimap = "0.6.3"
futures = { version = "0.3", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion transports/plaintext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
asynchronous-codec = "0.6"
asynchronous-codec = "0.7"
bytes = "1"
futures = "0.3.28"
libp2p-core = { workspace = true }
Expand Down

0 comments on commit 321f614

Please sign in to comment.