build(deps): bump the dependencies group with 6 updates (#2303)

Signed-off-by: houseme <housemecn@gmail.com>
Co-authored-by: heihutu <heihutu@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
houseme
2026-03-27 12:47:48 +08:00
committed by GitHub
parent 14e4d94666
commit af46a61fde
5 changed files with 153 additions and 171 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ use datafusion::{
execution::{SessionStateBuilder, context::SessionState, runtime_env::RuntimeEnvBuilder},
prelude::SessionContext,
};
use object_store::{ObjectStore, memory::InMemory, path::Path};
use object_store::{ObjectStore, ObjectStoreExt, memory::InMemory, path::Path};
use std::sync::Arc;
use tracing::error;