Bump bounded-vec from 0.4.0 to 0.5.0 (#4082)

Bumps [bounded-vec](https://github.com/ergoplatform/bounded-vec) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/ergoplatform/bounded-vec/releases)
- [Changelog](https://github.com/ergoplatform/bounded-vec/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/ergoplatform/bounded-vec/compare/v0.4.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-21 13:33:40 +01:00
committed by GitHub
parent a805a1a045
commit 478ac9589b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -675,9 +675,9 @@ dependencies = [
[[package]] [[package]]
name = "bounded-vec" name = "bounded-vec"
version = "0.4.0" version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afdd1dffefe5fc66262a524b91087c43b16e478b2e3dc49eb11b0e2fd6b6ec90" checksum = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"
dependencies = [ dependencies = [
"thiserror", "thiserror",
] ]
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
description = "Primitives types for the Node-side" description = "Primitives types for the Node-side"
[dependencies] [dependencies]
bounded-vec = "0.4" bounded-vec = "0.5"
futures = "0.3.19" futures = "0.3.19"
polkadot-primitives = { path = "../../primitives" } polkadot-primitives = { path = "../../primitives" }
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }