chore: update dependencies
This commit is contained in:
parent
cf332e8436
commit
bd4ab62953
2 changed files with 261 additions and 172 deletions
42
Cargo.toml
42
Cargo.toml
|
|
@ -15,43 +15,43 @@ panic = "abort"
|
|||
|
||||
[dependencies]
|
||||
uapi = "0.2.10"
|
||||
thiserror = "1.0.30"
|
||||
ahash = "0.8.2"
|
||||
log = { version = "0.4.16", features = ["std"] }
|
||||
futures-util = "0.3.19"
|
||||
num-traits = "0.2.14"
|
||||
thiserror = "1.0.56"
|
||||
ahash = "0.8.7"
|
||||
log = { version = "0.4.20", features = ["std"] }
|
||||
futures-util = "0.3.30"
|
||||
num-traits = "0.2.17"
|
||||
num-derive = "0.4.1"
|
||||
bitflags = "2.4.1"
|
||||
bitflags = "2.4.2"
|
||||
libloading = "0.8.1"
|
||||
bstr = { version = "1.1.0", default-features = false, features = ["std"] }
|
||||
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
|
||||
isnt = "0.1.0"
|
||||
once_cell = "1.9.0"
|
||||
rand = "0.8.4"
|
||||
smallvec = { version = "1.8.0", features = ["const_generics", "const_new", "union"] }
|
||||
byteorder = "1.4.3"
|
||||
bincode = "2.0.0-rc.1"
|
||||
once_cell = "1.19.0"
|
||||
rand = "0.8.5"
|
||||
smallvec = { version = "1.11.1", features = ["const_generics", "const_new", "union"] }
|
||||
byteorder = "1.5.0"
|
||||
bincode = "2.0.0-rc.3"
|
||||
jay-config = { path = "jay-config" }
|
||||
default-config = { path = "default-config" }
|
||||
algorithms = { path = "algorithms" }
|
||||
pin-project = "1.0.10"
|
||||
clap = { version = "4.0.29", features = ["derive", "wrap_help"] }
|
||||
clap_complete = "4.0.6"
|
||||
pin-project = "1.1.4"
|
||||
clap = { version = "4.4.18", features = ["derive", "wrap_help"] }
|
||||
clap_complete = "4.4.10"
|
||||
humantime = "2.1.0"
|
||||
dirs = "5.0.1"
|
||||
backtrace = "0.3.64"
|
||||
chrono = "0.4.19"
|
||||
backtrace = "0.3.69"
|
||||
chrono = "0.4.33"
|
||||
parking_lot = "0.12.1"
|
||||
arrayvec = "0.7.4"
|
||||
indexmap = "2.1.0"
|
||||
indexmap = "2.2.0"
|
||||
ash = "0.37.3"
|
||||
gpu-alloc = "0.6.0"
|
||||
gpu-alloc-ash = "0.6.0"
|
||||
|
||||
[build-dependencies]
|
||||
repc = "0.1.1"
|
||||
anyhow = "1.0.52"
|
||||
bstr = { version = "1.1.0", default-features = false, features = ["std"] }
|
||||
shaderc = "0.8.2"
|
||||
anyhow = "1.0.79"
|
||||
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
|
||||
shaderc = "0.8.3"
|
||||
|
||||
#[profile.dev.build-override]
|
||||
#opt-level = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue