We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73734a5 commit eedca83Copy full SHA for eedca83
1 file changed
datafusion/functions/Cargo.toml
@@ -84,7 +84,7 @@ md-5 = { version = "^0.10.0", optional = true }
84
num-traits = { workspace = true }
85
rand = { workspace = true }
86
regex = { workspace = true, optional = true }
87
-sha2 = { version = "^0.10.9", optional = true }
+sha2 = { version = "^0.10.8", optional = true }
88
unicode-segmentation = { version = "^1.7.1", optional = true }
89
uuid = { version = "1.18", features = ["v4"], optional = true }
90
0 commit comments