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