Update deps
This commit is contained in:
Generated
+524
-161
File diff suppressed because it is too large
Load Diff
+13
-17
@@ -8,21 +8,17 @@ crate-type = ["lib"]
|
|||||||
bench = false
|
bench = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
can-dbc = "9.1.0"
|
can-dbc = "9.1"
|
||||||
codegen = "0.3.0"
|
bytes = "1.11"
|
||||||
dbc-codegen = "0.3.0"
|
memmap2 = "0.9"
|
||||||
nom = "8.0.0"
|
memchr = "2.8"
|
||||||
bytes = "1.11.1"
|
hashbrown = { version = "0.17", features = ["rayon"] }
|
||||||
memmap2 = "0.9.10"
|
bitvec = "1.0"
|
||||||
memchr = "2.8.0"
|
byteorder = "1.5"
|
||||||
crossbeam-channel = "0.5.15"
|
page_size = "0.6"
|
||||||
hashbrown = { version = "0.17.1", features = ["rayon"] }
|
positioned-io = "0.3"
|
||||||
bitvec = "1.0.1"
|
atoi_simd = "0.18"
|
||||||
byteorder = "1.5.0"
|
voracious_radix_sort = { version = "1.2", features = ["voracious_multithread"] }
|
||||||
page_size = "0.6.0"
|
rayon = "1.12"
|
||||||
positioned-io = "0.3.5"
|
|
||||||
atoi_simd = "0.18.1"
|
|
||||||
voracious_radix_sort = { version = "1.2.0", features = ["voracious_multithread"] }
|
|
||||||
rayon = "1.12.0"
|
|
||||||
chrono = { version = "0.4", default-features = false, features = ["std"] }
|
chrono = { version = "0.4", default-features = false, features = ["std"] }
|
||||||
logos = "0.16.1"
|
logos = "0.16"
|
||||||
|
|||||||
+1
-1
@@ -5,4 +5,4 @@ edition = "2024"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libsvld = { path = "../libsvld" }
|
libsvld = { path = "../libsvld" }
|
||||||
can-dbc = "9.1.0"
|
can-dbc = "9.1"
|
||||||
|
|||||||
+15
-4
@@ -10,10 +10,21 @@ bench = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libsvld = { path = "../libsvld" }
|
libsvld = { path = "../libsvld" }
|
||||||
can-dbc = "9.1.0"
|
can-dbc = "9.1"
|
||||||
slint = "1.16.1"
|
slint = {
|
||||||
rfd = "0.17.2"
|
version = "1.16",
|
||||||
|
default-features = false,
|
||||||
|
features = [
|
||||||
|
"accessibility",
|
||||||
|
"backend-winit",
|
||||||
|
"backend-winit-wayland",
|
||||||
|
"compat-1-2",
|
||||||
|
"renderer-femtovg-wgpu",
|
||||||
|
"renderer-software",
|
||||||
|
"std" ]
|
||||||
|
}
|
||||||
|
rfd = "0.17"
|
||||||
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
|
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
slint-build = "1.16.1"
|
slint-build = "1.16"
|
||||||
|
|||||||
Reference in New Issue
Block a user