We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3dde0 commit 2fc1575Copy full SHA for 2fc1575
datafusion/functions/Cargo.toml
@@ -80,7 +80,7 @@ itertools = { workspace = true }
80
log = { workspace = true }
81
md-5 = { version = "^0.10.0", optional = true }
82
rand = { workspace = true }
83
-regex = { worksapce = true, optional = true }
+regex = { workspace = true, optional = true }
84
sha2 = { version = "^0.10.1", optional = true }
85
unicode-segmentation = { version = "^1.7.1", optional = true }
86
uuid = { version = "1.7", features = ["v4"], optional = true }
0 commit comments