Skip to content

Commit fdd6f76

Browse files
committed
Cleanup pulled-revision issues with sha2 and bindgen
1 parent 0202a14 commit fdd6f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ features = [
2929
]
3030

3131
[build-dependencies]
32-
bindgen = { version = "0.51", optional = true }
32+
bindgen = { version = "0.54.1", optional = true }
3333

3434
[dependencies]
3535
rand = "0.7"
@@ -40,6 +40,6 @@ runloop = "0.1.0"
4040
bitflags = "1.0"
4141

4242
[dev-dependencies]
43-
sha2 = "^0.8"
43+
sha2 = "^0.8.2"
4444
base64 = "^0.10"
4545
env_logger = "0.6"

0 commit comments

Comments
 (0)