all: update dependencies
This commit is contained in:
parent
913b9d7213
commit
9863957779
5 changed files with 389 additions and 156 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -16,14 +16,14 @@ panic = "abort"
|
|||
[dependencies]
|
||||
uapi = "0.2.10"
|
||||
thiserror = "1.0.30"
|
||||
ahash = "0.7.6"
|
||||
ahash = "0.8.2"
|
||||
log = { version = "0.4.16", features = ["std"] }
|
||||
futures-util = "0.3.19"
|
||||
num-traits = "0.2.14"
|
||||
num-derive = "0.3.3"
|
||||
bitflags = "1.3.2"
|
||||
libloading = "0.7.2"
|
||||
bstr = { version = "0.2.17", default-features = false, features = ["std"] }
|
||||
bstr = { version = "1.1.0", default-features = false, features = ["std"] }
|
||||
isnt = "0.1.0"
|
||||
once_cell = "1.9.0"
|
||||
rand = "0.8.4"
|
||||
|
|
@ -34,8 +34,8 @@ jay-config = { path = "jay-config" }
|
|||
default-config = { path = "default-config" }
|
||||
algorithms = { path = "algorithms" }
|
||||
pin-project = "1.0.10"
|
||||
clap = { version = "3.1.6", features = ["derive", "wrap_help"] }
|
||||
clap_complete = "3.1.1"
|
||||
clap = { version = "4.0.29", features = ["derive", "wrap_help"] }
|
||||
clap_complete = "4.0.6"
|
||||
humantime = "2.1.0"
|
||||
dirs = "4.0.0"
|
||||
backtrace = "0.3.64"
|
||||
|
|
@ -45,7 +45,7 @@ parking_lot = "0.12.1"
|
|||
[build-dependencies]
|
||||
repc = "0.1.1"
|
||||
anyhow = "1.0.52"
|
||||
bstr = { version = "0.2.17", default-features = false, features = ["std"] }
|
||||
bstr = { version = "1.1.0", default-features = false, features = ["std"] }
|
||||
|
||||
#[profile.dev.build-override]
|
||||
#opt-level = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue