diff --git a/Cargo.lock b/Cargo.lock old mode 100755 new mode 100644 index b6bc5d8ee..b9a37391e --- a/Cargo.lock +++ b/Cargo.lock @@ -357,9 +357,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.4" +version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" +checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" [[package]] name = "bigdecimal" diff --git a/native-engine/datafusion-ext-plans/Cargo.toml b/native-engine/datafusion-ext-plans/Cargo.toml index 009d6e91a..95d510f80 100644 --- a/native-engine/datafusion-ext-plans/Cargo.toml +++ b/native-engine/datafusion-ext-plans/Cargo.toml @@ -11,7 +11,7 @@ default = ["tokio/rt-multi-thread"] ahash = "0.8" arrow = { workspace = true } async-trait = "0.1.56" -base64 = "0.21.2" +base64 = "0.21.5" bytes = "1.4.0" blaze-jni-bridge = { workspace = true } bytesize = "1.1.0"