Skip to content

Commit 66f6a3e

Browse files
wimphelingtillrohrmann
authored andcommitted
Update sha2 version constraint in Cargo.toml
1 parent 6c5828a commit 66f6a3e

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
@@ -22,7 +22,7 @@ strum = { version = "0.27", features = ["derive"] }
2222
base64 = "0.22"
2323
serde = { version = "1.0", features = ["derive"] }
2424

25-
sha2 = { version = "=0.11.0-rc.5", optional = true }
25+
sha2 = { version = "0.11.0", optional = true }
2626

2727
bs58 = { version = "0.5", optional = true }
2828
jsonwebtoken = { version = "10.3", default-features = false, features = ["rust_crypto"], optional = true }

0 commit comments

Comments
 (0)