Skip to content

Commit a5780f2

Browse files
authored
Update various dependencies (#719)
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent 49c57c1 commit a5780f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

communication/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ default = ["getopts"]
2121

2222
[dependencies]
2323
columnar = { workspace = true }
24-
getopts = { version = "0.2.21", optional = true }
24+
getopts = { version = "0.2.24", optional = true }
2525
byteorder = "1.5"
2626
serde = { version = "1.0", features = ["derive"] }
2727
timely_bytes = { path = "../bytes", version = "0.24" }

timely/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ getopts = ["dep:getopts", "timely_communication/getopts"]
2424
[dependencies]
2525
columnar = { workspace = true }
2626
columnation = "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" }
2929
byteorder = "1.5"
3030
itertools = "0.14.0"
3131
serde = { version = "1.0", features = ["derive"] }
3232
timely_bytes = { path = "../bytes", version = "0.24" }
3333
timely_logging = { path = "../logging", version = "0.24" }
3434
timely_communication = { path = "../communication", version = "0.24", default-features = false }
3535
timely_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"
4040
rand = { version = "0.8", features = ["small_rng"] }

0 commit comments

Comments
 (0)