Skip to content

Commit 2e24675

Browse files
committed
Downgrade sha2 back to 0.10.8
1 parent 0121bca commit 2e24675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ md-5 = { version = "^0.10.0", optional = true }
8484
num-traits = { workspace = true }
8585
rand = { workspace = true }
8686
regex = { workspace = true, optional = true }
87-
sha2 = { version = "^0.10.9", optional = true }
87+
sha2 = { version = "^0.10.8", optional = true }
8888
unicode-segmentation = { version = "^1.7.1", optional = true }
8989
uuid = { version = "1.18", features = ["v4"], optional = true }
9090

0 commit comments

Comments
 (0)