Skip to content

Commit d7430ee

Browse files
committed
fix min lock
Signed-off-by: xxchan <[email protected]>
1 parent 1685873 commit d7430ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ tempfile = "3.18"
109109
tera = "1"
110110
thrift = "0.17.0"
111111
tokio = { version = "1.44", default-features = false }
112-
toml = "0.8"
112+
toml = "0.8.9"
113113
tracing = "0.1.37"
114114
tracing-subscriber = "0.3.8"
115115
typed-builder = "0.20"

crates/catalog/rest/src/catalog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use std::collections::HashMap;
2121
use std::str::FromStr;
2222

2323
use async_trait::async_trait;
24-
use iceberg::io::FileIO;
24+
use iceberg::io::{FileIO, FileIOBuilder};
2525
use iceberg::table::Table;
2626
use iceberg::{
2727
Catalog, Error, ErrorKind, Namespace, NamespaceIdent, Result, TableCommit, TableCreation,

0 commit comments

Comments
 (0)