diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml index d5334130dd8d..7550e998c465 100644 --- a/datafusion/Cargo.toml +++ b/datafusion/Cargo.toml @@ -64,7 +64,7 @@ pin-project-lite= "^0.2.7" tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "fs"] } tokio-stream = "0.1" log = "^0.4" -md-5 = { version = "^0.9.1", optional = true } +md-5 = { version = "^0.10.0", optional = true } sha2 = { version = "^0.9.1", optional = true } blake2 = { version = "^0.9.2", optional = true } blake3 = { version = "1.0", optional = true }