build: bump dependencies
This commit is contained in:
560
Cargo.lock
generated
560
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,7 @@ compio = { version = "0.16.0", features = ["runtime"] }
|
|||||||
redb = "3.0.2"
|
redb = "3.0.2"
|
||||||
crabtime = { git = "https://github.com/wdanilo/crabtime.git", rev = "2ed856f5" }
|
crabtime = { git = "https://github.com/wdanilo/crabtime.git", rev = "2ed856f5" }
|
||||||
|
|
||||||
parquet = "56.0.0"
|
parquet = "56.2.0"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = "thin"
|
lto = "thin"
|
||||||
|
|||||||
@@ -47,5 +47,5 @@ aes = "0.8.4"
|
|||||||
cipher = { version = "0.4.4", features = ["block-padding"] }
|
cipher = { version = "0.4.4", features = ["block-padding"] }
|
||||||
bincode = { version = "2.0.1", optional = true }
|
bincode = { version = "2.0.1", optional = true }
|
||||||
|
|
||||||
parquet = { version = "56.0.0", optional = true }
|
parquet = { workspace = true, optional = true }
|
||||||
parquet_derive = { version = "56.0.0", optional = true }
|
parquet_derive = { version = "56.2.0", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user