Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 7c36eab

Browse files
authored
Bump slice-deque version
0.1 is vulnerable to https://rustsec.org/advisories/RUSTSEC-2019-0002.html
1 parent b2a87f3 commit 7c36eab

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
@@ -21,7 +21,7 @@ memchr = "2.0"
2121

2222
# `slice_deque` is only supported on platforms with virtual memory
2323
[target.'cfg(any(unix, windows))'.dependencies.slice-deque]
24-
version = "0.1"
24+
version = "0.2"
2525
optional = true
2626

2727
[features]

0 commit comments

Comments
 (0)