From ec7247d2bf330d3ff1dede61bcf4412abe54fca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:24:22 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group with 4 updates Bumps the minor-and-patch group with 4 updates: [async-trait](https://github.com/dtolnay/async-trait), [icechunk](https://github.com/earth-mover/icechunk), [serde_json](https://github.com/serde-rs/json) and [thiserror](https://github.com/dtolnay/thiserror). Updates `async-trait` from 0.1.89 to 0.1.91 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.89...0.1.91) Updates `icechunk` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/earth-mover/icechunk/releases) - [Changelog](https://github.com/earth-mover/icechunk/blob/main/Changelog.python.md) - [Commits](https://github.com/earth-mover/icechunk/compare/v2.1.0...v2.1.1) Updates `serde_json` from 1.0.150 to 1.0.151 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.150...v1.0.151) Updates `thiserror` from 2.0.18 to 2.0.19 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.18...2.0.19) --- updated-dependencies: - dependency-name: async-trait dependency-version: 0.1.91 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: icechunk dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: serde_json dependency-version: 1.0.151 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: thiserror dependency-version: 2.0.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 204 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 154 insertions(+), 50 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8333542..f4d4c67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,13 +226,13 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.89" +version = "0.1.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" +checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec" dependencies = [ "proc-macro2", "quote", - "syn 2.0.118", + "syn 3.0.2", ] [[package]] @@ -2057,9 +2057,9 @@ dependencies = [ [[package]] name = "icechunk" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a02fb61448609885f19dd8e9ffb0909792a59f1b36599ddb3c0d35f7090fef" +checksum = "bf95c1ad92f68a136194ff919a1b7f09ab6f7fcfefb9ee2a0e103adb27ca21e6" dependencies = [ "async-compression", "async-recursion", @@ -2076,7 +2076,7 @@ dependencies = [ "icechunk-storage", "icechunk-types", "itertools 0.15.0", - "quick_cache", + "quick_cache 0.7.0", "rand", "regex", "reqwest 0.13.4", @@ -2086,7 +2086,7 @@ dependencies = [ "serde_json", "serde_with", "serde_yaml_ng", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "tracing", "tracing-error", @@ -2098,9 +2098,9 @@ dependencies = [ [[package]] name = "icechunk-arrow-object-store" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ceb90dfc6ec56c155ec98338c726660d5398fa5fda450bde7f63145a9e1e22ac" +checksum = "e2312dfb646c04f1369dcdb230c11d5d438e0e7b512378cbd2aa02157a561e4f" dependencies = [ "async-trait", "bytes", @@ -2109,7 +2109,7 @@ dependencies = [ "http 1.4.2", "icechunk-storage", "icechunk-types", - "object_store", + "object_store 0.14.1", "rand", "serde", "tokio", @@ -2121,9 +2121,9 @@ dependencies = [ [[package]] name = "icechunk-format" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e8bbd643e33147b3850ba9044981990998cb59c9f0bc5d274220c526c15536" +checksum = "5f819f1366db019a7120b564fb9d6be59f3e44340fe45d846af79a5b3e3089ff" dependencies = [ "base32", "bytes", @@ -2133,13 +2133,13 @@ dependencies = [ "futures", "icechunk-types", "itertools 0.15.0", - "quick_cache", + "quick_cache 0.7.0", "rand", "rmp-serde", "serde", "serde_bytes", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", "tracing", "url", "zstd", @@ -2147,9 +2147,9 @@ dependencies = [ [[package]] name = "icechunk-s3" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e381c4d1f80a1f89e5d3175120700ed72a11a238a62a14e41b259ba38e169353" +checksum = "498e238473c77ebe091100af3ac7f8da92c27872f6f573b7c81c14fa5c116e6b" dependencies = [ "async-trait", "aws-config", @@ -2172,9 +2172,9 @@ dependencies = [ [[package]] name = "icechunk-storage" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f1e267f2a4d7749bf37766764b8b68a098079609aed98296efa2b3255fb577c" +checksum = "958dd21f5bbe697080f670fd1b77819cdfb419ddd00c28432d24389c3a3264ef" dependencies = [ "async-trait", "bytes", @@ -2183,7 +2183,7 @@ dependencies = [ "icechunk-types", "itertools 0.15.0", "serde", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "tokio-util", "tracing", @@ -2193,13 +2193,13 @@ dependencies = [ [[package]] name = "icechunk-types" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fd025f9b9e34ec544f50bf2bbb0b9ea5bd2b9b90f165e473c57c4f6227cfc6c" +checksum = "a5c3fbb382a7c191f33df6d65bdf6555e6da55f5b086f9d0498aa90c8af5fd6f" dependencies = [ "serde", "serde_with", - "thiserror 2.0.18", + "thiserror 2.0.19", "tracing-error", "typed-path", ] @@ -2387,7 +2387,7 @@ dependencies = [ "jni-sys", "log", "simd_cesu8", - "thiserror 2.0.18", + "thiserror 2.0.19", "walkdir", "windows-link", ] @@ -2714,6 +2714,18 @@ dependencies = [ "rawpointer", ] +[[package]] +name = "nix" +version = "0.31.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" +dependencies = [ + "bitflags 2.13.0", + "cfg-if", + "cfg_aliases", + "libc", +] + [[package]] name = "num" version = "0.4.3" @@ -2855,7 +2867,7 @@ dependencies = [ "md-5 0.10.6", "parking_lot", "percent-encoding", - "quick-xml", + "quick-xml 0.39.4", "rand", "reqwest 0.12.28", "ring", @@ -2863,7 +2875,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "tracing", "url", @@ -2872,6 +2884,49 @@ dependencies = [ "web-time", ] +[[package]] +name = "object_store" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d354792e39fa5f0009e47623cf8b15b099bf9a652fa55c6f817fe28ac84fea50" +dependencies = [ + "async-trait", + "aws-lc-rs", + "base64", + "bytes", + "chrono", + "crc-fast", + "form_urlencoded", + "futures-channel", + "futures-core", + "futures-util", + "http 1.4.2", + "http-body-util", + "httparse", + "humantime", + "hyper 1.10.1", + "itertools 0.15.0", + "md-5 0.11.0", + "nix", + "parking_lot", + "percent-encoding", + "quick-xml 0.41.0", + "rand", + "reqwest 0.13.4", + "rustls-pki-types", + "serde", + "serde_json", + "serde_urlencoded", + "thiserror 2.0.19", + "tokio", + "tracing", + "url", + "walkdir", + "wasm-bindgen-futures", + "web-time", + "windows-sys 0.61.2", +] + [[package]] name = "once_cell" version = "1.21.4" @@ -3202,7 +3257,7 @@ dependencies = [ "http 1.4.2", "humantime", "itertools 0.14.0", - "object_store", + "object_store 0.13.2", "percent-encoding", "pyo3", "pyo3-async-runtimes", @@ -3232,6 +3287,16 @@ dependencies = [ "serde", ] +[[package]] +name = "quick-xml" +version = "0.41.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" +dependencies = [ + "memchr", + "serde", +] + [[package]] name = "quick_cache" version = "0.6.24" @@ -3244,6 +3309,18 @@ dependencies = [ "parking_lot", ] +[[package]] +name = "quick_cache" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "403c1a912fec895cafb223201e368234842acb9220aaf08ab042ae89ba5f135c" +dependencies = [ + "equivalent", + "foldhash", + "hashbrown 0.17.1", + "parking_lot", +] + [[package]] name = "quinn" version = "0.11.11" @@ -3258,7 +3335,7 @@ dependencies = [ "rustc-hash", "rustls 0.23.41", "socket2 0.6.4", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "tracing", "web-time", @@ -3281,7 +3358,7 @@ dependencies = [ "rustls 0.23.41", "rustls-pki-types", "slab", - "thiserror 2.0.18", + "thiserror 2.0.19", "tinyvec", "tracing", "web-time", @@ -3494,7 +3571,7 @@ dependencies = [ "url", "wasm-bindgen", "wasm-bindgen-futures", - "wasm-streams", + "wasm-streams 0.4.2", "web-sys", ] @@ -3508,6 +3585,7 @@ dependencies = [ "bytes", "encoding_rs", "futures-core", + "futures-util", "h2 0.4.15", "http 1.4.2", "http-body 1.0.1", @@ -3527,12 +3605,14 @@ dependencies = [ "sync_wrapper", "tokio", "tokio-rustls 0.26.4", + "tokio-util", "tower", "tower-http", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", + "wasm-streams 0.5.0", "web-sys", ] @@ -3847,9 +3927,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.150" +version = "1.0.151" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" +checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" dependencies = [ "indexmap 2.14.0", "itoa", @@ -4159,6 +4239,17 @@ dependencies = [ "unicode-ident", ] +[[package]] +name = "syn" +version = "3.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a207d6d6a2b7fc470b80443726053f18a2481b7e1eee970597051596567987a3" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + [[package]] name = "sync_wrapper" version = "1.0.2" @@ -4223,11 +4314,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.18" +version = "2.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" +checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" dependencies = [ - "thiserror-impl 2.0.18", + "thiserror-impl 2.0.19", ] [[package]] @@ -4243,13 +4334,13 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.18" +version = "2.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" +checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.118", + "syn 3.0.2", ] [[package]] @@ -4751,6 +4842,19 @@ dependencies = [ "web-sys", ] +[[package]] +name = "wasm-streams" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" +dependencies = [ + "futures-util", + "js-sys", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + [[package]] name = "web-sys" version = "0.3.103" @@ -5024,7 +5128,7 @@ dependencies = [ "bytes", "dlpark", "icechunk", - "object_store", + "object_store 0.13.2", "pyo3", "pyo3-arrow", "pyo3-async-runtimes", @@ -5032,7 +5136,7 @@ dependencies = [ "pyo3-object_store", "pythonize", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", "zarrs", "zarrs_icechunk", "zarrs_object_store", @@ -5068,12 +5172,12 @@ dependencies = [ "num", "num-complex", "paste", - "quick_cache", + "quick_cache 0.6.24", "rayon", "rayon_iter_concurrent_limit", "serde", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", "thread_local", "unsafe_cell_slice", "uuid", @@ -5098,7 +5202,7 @@ dependencies = [ "inventory", "itertools 0.14.0", "rayon", - "thiserror 2.0.18", + "thiserror 2.0.19", "tinyvec", "zarrs_metadata", "zarrs_plugin", @@ -5128,7 +5232,7 @@ dependencies = [ "inventory", "itertools 0.14.0", "rayon", - "thiserror 2.0.18", + "thiserror 2.0.19", "unsafe_cell_slice", "zarrs_chunk_grid", "zarrs_data_type", @@ -5149,7 +5253,7 @@ dependencies = [ "paste", "serde", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", "zarrs_metadata", "zarrs_plugin", ] @@ -5166,7 +5270,7 @@ dependencies = [ "page_size", "pathdiff", "positioned-io", - "thiserror 2.0.18", + "thiserror 2.0.19", "walkdir", "zarrs_storage", ] @@ -5194,7 +5298,7 @@ dependencies = [ "monostate", "serde", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -5208,7 +5312,7 @@ dependencies = [ "serde", "serde_json", "serde_repr", - "thiserror 2.0.18", + "thiserror 2.0.19", "zarrs_metadata", ] @@ -5220,7 +5324,7 @@ checksum = "ba1662bcdc585be1923a8b98ee5d6314d19af8c5775d6516a69ca33fd88b46af" dependencies = [ "async-trait", "futures", - "object_store", + "object_store 0.13.2", "zarrs_storage", ] @@ -5232,7 +5336,7 @@ dependencies = [ "paste", "regex", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -5246,7 +5350,7 @@ dependencies = [ "derive_more", "futures", "itertools 0.14.0", - "thiserror 2.0.18", + "thiserror 2.0.19", "unsafe_cell_slice", ]