Skip to content

Commit e93cd61

Browse files
Update bincode requirement from 1 to 2
--- updated-dependencies: - dependency-name: bincode dependency-version: 2.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 226fe0e commit e93cd61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ getrandom = { version = "0.2", features = ["js"], optional = true }
6767

6868
[dev-dependencies]
6969
anyhow = "1"
70-
bincode = "1"
70+
bincode = "2"
7171
chacha20poly1305 = "0.10"
7272
criterion = "0.5"
7373
cryptoki = "0.9"

0 commit comments

Comments
 (0)