File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ default = ["getopts"]
2121
2222[dependencies ]
2323columnar = { workspace = true }
24- getopts = { version = " 0.2.21 " , optional = true }
24+ getopts = { version = " 0.2.24 " , optional = true }
2525byteorder = " 1.5"
2626serde = { version = " 1.0" , features = [" derive" ] }
2727timely_bytes = { path = " ../bytes" , version = " 0.24" }
Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ getopts = ["dep:getopts", "timely_communication/getopts"]
2424[dependencies ]
2525columnar = { workspace = true }
2626columnation = " 0.1"
27- getopts = { version = " 0.2.21 " , optional = true }
28- bincode = { version = " 1.0 " }
27+ getopts = { version = " 0.2.24 " , optional = true }
28+ bincode = { version = " 1.3 " }
2929byteorder = " 1.5"
3030itertools = " 0.14.0"
3131serde = { version = " 1.0" , features = [" derive" ] }
3232timely_bytes = { path = " ../bytes" , version = " 0.24" }
3333timely_logging = { path = " ../logging" , version = " 0.24" }
3434timely_communication = { path = " ../communication" , version = " 0.24" , default-features = false }
3535timely_container = { path = " ../container" , version = " 0.24" }
36- smallvec = { version = " 1.13.2 " , features = [" serde" , " const_generics" ] }
36+ smallvec = { version = " 1.15.1 " , features = [" serde" , " const_generics" ] }
3737
3838[dev-dependencies ]
39- bytemuck = " 1.18 .0"
39+ bytemuck = " 1.24 .0"
4040rand = { version = " 0.8" , features = [" small_rng" ] }
You can’t perform that action at this time.
0 commit comments