Skip to content

Commit

Permalink
Merge pull request #33 from swim-io/dependabot/cargo/arrayvec-0.7.2
Browse files Browse the repository at this point in the history
Bump arrayvec from 0.7.1 to 0.7.2
  • Loading branch information
swimricky authored Feb 22, 2022
2 parents 765bd0e + b5f50fa commit 590de90
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 590de90

Please sign in to comment.