@@ -27,7 +27,7 @@ members = [
2727exclude = [" bindings/python" ]
2828
2929[workspace .package ]
30- version = " 0.2 .0"
30+ version = " 0.3 .0"
3131edition = " 2021"
3232homepage = " https://rust.iceberg.apache.org/"
3333
@@ -47,49 +47,49 @@ arrow-select = { version = "52" }
4747arrow-string = { version = " 52" }
4848async-stream = " 0.3.5"
4949async-trait = " 0.1"
50- async-std = " 1.12.0 "
50+ async-std = " 1.12"
5151aws-config = " 1.1.8"
52- aws-sdk-glue = " 1.21.0 "
52+ aws-sdk-glue = " 1.21"
5353bimap = " 0.6"
5454bitvec = " 1.0.1"
5555bytes = " 1.5"
5656chrono = " 0.4.34"
5757ctor = " 0.2.8"
58- derive_builder = " 0.20.0 "
58+ derive_builder = " 0.20"
5959either = " 1"
6060env_logger = " 0.11.0"
6161fnv = " 1"
6262futures = " 0.3"
63- iceberg = { version = " 0.2 .0" , path = " ./crates/iceberg" }
64- iceberg-catalog-rest = { version = " 0.2 .0" , path = " ./crates/catalog/rest" }
65- iceberg-catalog-hms = { version = " 0.2 .0" , path = " ./crates/catalog/hms" }
66- iceberg-catalog-memory = { version = " 0.2 .0" , path = " ./crates/catalog/memory" }
63+ iceberg = { version = " 0.3 .0" , path = " ./crates/iceberg" }
64+ iceberg-catalog-rest = { version = " 0.3 .0" , path = " ./crates/catalog/rest" }
65+ iceberg-catalog-hms = { version = " 0.3 .0" , path = " ./crates/catalog/hms" }
66+ iceberg-catalog-memory = { version = " 0.3 .0" , path = " ./crates/catalog/memory" }
6767itertools = " 0.13"
68- log = " ^ 0.4"
69- mockito = " ^ 1"
68+ log = " 0.4"
69+ mockito = " 1"
7070murmur3 = " 0.5.2"
7171once_cell = " 1"
7272opendal = " 0.49"
73- ordered-float = " 4.0.0 "
73+ ordered-float = " 4"
7474parquet = " 52"
7575pilota = " 0.11.2"
76- pretty_assertions = " 1.4.0 "
76+ pretty_assertions = " 1.4"
7777port_scanner = " 0.1.5"
7878regex = " 1.10.5"
79- reqwest = { version = " ^ 0.12" , default-features = false , features = [" json" ] }
80- rust_decimal = " 1.31.0 "
81- serde = { version = " ^1.0 " , features = [" rc" ] }
79+ reqwest = { version = " 0.12" , default-features = false , features = [" json" ] }
80+ rust_decimal = " 1.31"
81+ serde = { version = " 1 " , features = [" rc" ] }
8282serde_bytes = " 0.11.8"
83- serde_derive = " ^1.0 "
84- serde_json = " ^1.0 "
83+ serde_derive = " 1 "
84+ serde_json = " 1 "
8585serde_repr = " 0.1.16"
86- serde_with = " 3.4.0 "
86+ serde_with = " 3.4"
8787tempfile = " 3.8"
8888tokio = { version = " 1" , default-features = false }
89- typed-builder = " ^ 0.19"
89+ typed-builder = " 0.19"
9090url = " 2"
9191urlencoding = " 2"
9292uuid = { version = " 1.6.1" , features = [" v7" ] }
9393volo-thrift = " 0.10"
94- hive_metastore = " 0.1.0 "
94+ hive_metastore = " 0.1"
9595tera = " 1"
0 commit comments