Skip to content

Commit de20703

Browse files
koushirovmx
authored andcommitted
feat: update unsigned-varint to v0.5
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
1 parent 1375fcc commit de20703

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
@@ -18,7 +18,7 @@ digest = { version = "0.9", default-features = false }
1818
sha-1 = { version = "0.9", default-features = false }
1919
sha2 = { version = "0.9", default-features = false }
2020
sha3 = { version = "0.9", default-features = false }
21-
unsigned-varint = "0.4"
21+
unsigned-varint = "0.5"
2222
quickcheck = { version = "0.9.2", optional = true }
2323
rand = { version = "0.7.3", optional = true }
2424

0 commit comments

Comments
 (0)