diff --git a/Cargo.lock b/Cargo.lock index eaac23828b72e..c05024fc1915d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2282,7 +2282,7 @@ dependencies = [ "hex", "itertools 0.14.0", "log", - "md-5 0.10.6", + "md-5 0.11.0", "memchr", "num-traits", "rand 0.9.4", diff --git a/datafusion/functions/Cargo.toml b/datafusion/functions/Cargo.toml index 967b35d2eb985..410eb3c968c01 100644 --- a/datafusion/functions/Cargo.toml +++ b/datafusion/functions/Cargo.toml @@ -81,7 +81,7 @@ datafusion-macros = { workspace = true } hex = { workspace = true, optional = true } itertools = { workspace = true } log = { workspace = true } -md-5 = { version = "^0.10.0", optional = true } +md-5 = { version = "^0.11.0", optional = true } memchr = { workspace = true } num-traits = { workspace = true } rand = { workspace = true }