Skip to content

Commit e18a1a4

Browse files
Downgrade sha2 from 0.10.9 to 0.10.8 (#29) (#48)
* Downgrade sha2 from 0.10.9 to 0.10.8 (#29) (cherry picked from commit ca48c4d) * retrigger checks --------- Co-authored-by: Gabriel <45515538+gabotechs@users.noreply.github.com>
1 parent 99cedf6 commit e18a1a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.18", features = ["v4"], optional = true }
8686

0 commit comments

Comments
 (0)