Skip to content

Commit 025ddde

Browse files
committed
Downgrade sha2 from 0.10.9 to 0.10.8 (#29)
1 parent afb9099 commit 025ddde

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
@@ -80,7 +80,7 @@ log = { workspace = true }
8080
md-5 = { version = "^0.10.0", optional = true }
8181
rand = { workspace = true }
8282
regex = { workspace = true, optional = true }
83-
sha2 = { version = "^0.10.9", optional = true }
83+
sha2 = { version = "^0.10.8", optional = true }
8484
unicode-segmentation = { version = "^1.7.1", optional = true }
8585
uuid = { version = "1.17", features = ["v4"], optional = true }
8686

0 commit comments

Comments
 (0)