Skip to content

Commit f02f5ed

Browse files
gabotechsLiaCastaneda
authored andcommitted
Downgrade sha2 from 0.10.9 to 0.10.8
(cherry picked from commit f6450d6)
1 parent 9f3ddce commit f02f5ed

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
@@ -85,7 +85,7 @@ md-5 = { version = "^0.10.0", optional = true }
8585
num-traits = { workspace = true }
8686
rand = { workspace = true }
8787
regex = { workspace = true, optional = true }
88-
sha2 = { version = "^0.10.9", optional = true }
88+
sha2 = { version = "^0.10.8", optional = true }
8989
unicode-segmentation = { version = "^1.7.1", optional = true }
9090
uuid = { version = "1.19", features = ["v4"], optional = true }
9191

0 commit comments

Comments
 (0)