Skip to content

Commit

Permalink
deps: bump unsigned-varint from 0.7.2 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [unsigned-varint](https://github.com/paritytech/unsigned-varint) from 0.7.2 to 0.8.0.
- [Changelog](https://github.com/paritytech/unsigned-varint/blob/master/CHANGELOG.md)
- [Commits](paritytech/unsigned-varint@v0.7.2...v0.8.0)

---
updated-dependencies:
- dependency-name: unsigned-varint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 459c9d4 commit 5f1d15d
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 19 deletions.
28 changes: 17 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rw-stream-sink = { workspace = true }
serde = { version = "1", optional = true, features = ["derive"] }
smallvec = "1.11.1"
thiserror = "1.0"
unsigned-varint = "0.7"
unsigned-varint = "0.8"
void = "1"

[dev-dependencies]
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 @@ -16,7 +16,7 @@ futures = "0.3"
log = "0.4"
pin-project = "1.1.3"
smallvec = "1.11.1"
unsigned-varint = "0.7"
unsigned-varint = "0.8"

[dev-dependencies]
async-std = { version = "1.6.2", features = ["attributes"] }
Expand Down
2 changes: 1 addition & 1 deletion misc/quick-protobuf-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["asynchronous"]
asynchronous-codec = { version = "0.6" }
bytes = { version = "1" }
thiserror = "1.0"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
unsigned-varint = { version = "0.8", features = ["asynchronous_codec"] }
quick-protobuf = "0.8"

# Passing arguments to the docsrs builder in order to properly document cfg's.
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 @@ -29,7 +29,7 @@ asynchronous-codec = "0.6"

[dev-dependencies]
hex-literal = "0.4"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
unsigned-varint = { version = "0.8", features = ["asynchronous_codec"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion muxers/mplex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nohash-hasher = "0.2"
parking_lot = "0.12"
rand = "0.8"
smallvec = "1.11.1"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
unsigned-varint = { version = "0.8", features = ["asynchronous_codec"] }

[dev-dependencies]
async-std = { version = "1.7.0", features = ["attributes"] }
Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ regex = "1.10.2"
serde = { version = "1", optional = true, features = ["derive"] }
sha2 = "0.10.8"
smallvec = "1.11.1"
unsigned-varint = { version = "0.7.2", features = ["asynchronous_codec"] }
unsigned-varint = { version = "0.8.0", features = ["asynchronous_codec"] }
void = "1.0.2"

# Metrics dependencies
Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rand = "0.8"
sha2 = "0.10.8"
smallvec = "1.11.1"
uint = "0.9"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
unsigned-varint = { version = "0.8", features = ["asynchronous_codec"] }
void = "1.0"
futures-timer = "3.0.2"
instant = "0.1.12"
Expand Down
2 changes: 1 addition & 1 deletion transports/plaintext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.20"
quick-protobuf = "0.8"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
unsigned-varint = { version = "0.8", features = ["asynchronous_codec"] }

[dev-dependencies]
env_logger = "0.10.0"
Expand Down

0 comments on commit 5f1d15d

Please sign in to comment.