Skip to content

Commit 48a4d4b

Browse files
dependabot-preview[bot]gnzlbg
authored andcommitted
Update arrayvec requirement from ^0.4 to ^0.5
Updates the requirements on [arrayvec](https://github.com/bluss/arrayvec) to permit the latest version. - [Release notes](https://github.com/bluss/arrayvec/releases) - [Commits](bluss/arrayvec@0.4.0...0.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 34e3fdf commit 48a4d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ libcore_neon = []
3232

3333
[dev-dependencies]
3434
paste = "^0.1.3"
35-
arrayvec = { version = "^0.4", default-features = false }
35+
arrayvec = { version = "^0.5", default-features = false }
3636

3737
[target.'cfg(target_arch = "x86_64")'.dependencies.sleef-sys]
3838
version = "^0.1.2"

0 commit comments

Comments
 (0)