@@ -28,11 +28,11 @@ rand = "0.9.2"
2828thiserror = " 2.0.17"
2929serde_json = " 1.0.145"
3030serde = { version = " 1.0.228" , features = [" derive" , " rc" ] }
31- serde_with = { version = " 3.14 .1" , features = [" hex" ] }
32- tokio = { version = " 1.47.1 " , features = [" rt-multi-thread" , " macros" ] }
31+ serde_with = { version = " 3.15 .1" , features = [" hex" ] }
32+ tokio = { version = " 1.48.0 " , features = [" rt-multi-thread" , " macros" ] }
3333test-strategy = " 0.4.3"
34- proptest = " 1.8 .0"
35- quick_cache = " 0.6.16 "
34+ proptest = " 1.9 .0"
35+ quick_cache = " 0.6.18 "
3636base32 = " 0.5.1"
3737chrono = { version = " 0.4.42" , features = [" serde" ] }
3838async-recursion = " 1.1.1"
@@ -42,17 +42,17 @@ async-stream = "0.3.6"
4242rmpv = { version = " 1.3.0" , features = [" serde" , " with-serde" ] }
4343aws-sdk-s3 = " =1.78.0"
4444aws-config = " =1.5.18"
45- aws-credential-types = " 1.2.7 "
46- typed-path = " 0.11 .0"
47- aws-smithy-types-convert = { version = " 0.60.9 " , features = [
45+ aws-credential-types = " 1.2.8 "
46+ typed-path = " 0.12 .0"
47+ aws-smithy-types-convert = { version = " 0.60.10 " , features = [
4848 " convert-chrono" ,
4949 " convert-streams" ,
5050] }
5151typetag = " 0.2.21"
5252zstd = " 0.13.3"
5353tokio-util = { version = " 0.7.16" , features = [" compat" , " io-util" ] }
5454serde_bytes = " 0.11.19"
55- regex = " 1.11.3 "
55+ regex = " 1.12.2 "
5656tracing-error = " 0.2.1"
5757tracing-subscriber = { version = " 0.3.20" , features = [
5858 " env-filter" ,
@@ -70,7 +70,7 @@ flatbuffers = "25.9.23"
7070[dev-dependencies ]
7171icechunk-macros = { path = " ../icechunk-macros" , version = " 0.1.0" }
7272pretty_assertions = " 1.4.1"
73- proptest-state-machine = " 0.5 .0"
73+ proptest-state-machine = " 0.6 .0"
7474tempfile = " 3.23.0"
7575test-log = { version = " 0.2.18" , default-features = false , features = [
7676 " trace" ,
0 commit comments