Skip to content

Commit

Permalink
Bump arrayvec from 0.5.2 to 0.7.2
Browse files Browse the repository at this point in the history
Bumps [arrayvec](https://github.com/bluss/arrayvec) from 0.5.2 to 0.7.2.
- [Release notes](https://github.com/bluss/arrayvec/releases)
- [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md)
- [Commits](bluss/arrayvec@0.5.2...0.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 7, 2022
1 parent 016dc72 commit 332eca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 node/network/statement-distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ polkadot-node-subsystem = {path = "../../subsystem" }
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-node-network-protocol = { path = "../../network/protocol" }
arrayvec = "0.5.2"
arrayvec = "0.7.2"
indexmap = "1.8.1"
parity-scale-codec = { version = "3.1.2", default-features = false, features = ["derive"] }
thiserror = "1.0.31"
Expand Down

0 comments on commit 332eca0

Please sign in to comment.