Skip to content

Commit

Permalink
Bump arrayvec from 0.7.1 to 0.7.2
Browse files Browse the repository at this point in the history
Bumps [arrayvec](https://github.com/bluss/arrayvec) from 0.7.1 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.7.1...0.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 22, 2022
1 parent 765bd0e commit b5f50fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ num-traits = "0.2"
num-derive = "0.3"

#misc
arrayvec = "0.7.1"
arrayvec = "0.7.2"


arbitrary = { version = "1.1.0", features = ["derive"], optional = true}
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ num-traits = "0.2"
num-derive = "0.3"

#misc
arrayvec = "0.7.1"
arrayvec = "0.7.2"

tokio = { version = "1.0", features = ["macros"]}
rand = "0.8.5"
Expand Down

0 comments on commit b5f50fa

Please sign in to comment.